atom0s
8 years ago
1 changed files with 39 additions and 1 deletions
@ -1,3 +1,41 @@
@@ -1,3 +1,41 @@
|
||||
# DashCam |
||||
|
||||
DashCam allows players to record in-game video with ease. |
||||
DashCam allows players to record in-game video with ease. |
||||
|
||||
Videos will be saved to your Ashita folder within the /videos/ directory. |
||||
|
||||
Videos are named in the following format: |
||||
|
||||
``` |
||||
charname_year.day.month_hhmmss.avi |
||||
``` |
||||
|
||||
# Commands |
||||
|
||||
DashCam currently includes the following commands: |
||||
|
||||
* /dashcam start [codec] [fps] [quality] - *Starts a recording.* |
||||
* /dashcam stop - *Stops a recording.* |
||||
* /dashcam codec - *Lists the available codecs.* |
||||
* /dashcam codecs - *Lists the available codecs.* |
||||
|
||||
DashCam will respond to the following commands: |
||||
* /dashcam |
||||
* /record |
||||
* /video |
||||
|
||||
You can use any three of these with the commands above (ie. /record stop). |
||||
|
||||
# Codecs |
||||
|
||||
DashCam allows you to use the encoding codec of your choice that is installed on your system. |
||||
This allows users to customize the way they record things in the encoding type of their preference. |
||||
|
||||
Please note: |
||||
|
||||
* DashCam is not guaranteed to work with all codecs! |
||||
* DashCam may have adverse effects with some codecs! |
||||
* Some codecs may use more CPU than others. Please be mindful not to fry your hardware using an intensive codec! |
||||
|
||||
By default, DashCam will try to make use of XVid. You can download the official XVid codec here: |
||||
https://www.xvid.com/ |
Loading…
Reference in new issue