mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Use -b 320k in xvid-ds.bat by default
This commit is contained in:
parent
c092ea1f34
commit
098db64bf9
@ -1 +1 @@
|
|||||||
ffmpeg -i %1 -f avi -r 12 -vf "scale=256:-2" -b 192k -bt 64k -vcodec libxvid -acodec libmp3lame -ar 32000 -ab 96k -ac 2 -filter:a "volume=4" %1_ds.avi
|
ffmpeg -i %1 -f avi -r 12 -vf "scale=256:-2" -b 320k -bt 64k -vcodec libxvid -acodec libmp3lame -ar 32000 -ab 96k -ac 2 -filter:a "volume=4" %1_ds.avi
|
||||||
@ -1 +1 @@
|
|||||||
ffmpeg -i %1 -f avi -r 12 -vf "scale=256:-2" -b 192k -bt 64k -vcodec libxvid -acodec libmp3lame -ar 32000 -ab 96k -ac 2 %1_ds.avi
|
ffmpeg -i %1 -f avi -r 12 -vf "scale=256:-2" -b 320k -bt 64k -vcodec libxvid -acodec libmp3lame -ar 32000 -ab 96k -ac 2 %1_ds.avi
|
||||||
@ -69,7 +69,6 @@ Drag and drop your video into one of these batch files to convert it:
|
|||||||
|
|
||||||
If you want, you can change the following in one of the above .bat files:
|
If you want, you can change the following in one of the above .bat files:
|
||||||
- `12` in `-r 12` to a different one between `10` and `15` for a different frame rate
|
- `12` in `-r 12` to a different one between `10` and `15` for a different frame rate
|
||||||
- For DS consoles: `-b 192k` to `-b 320k` for optimal quality
|
|
||||||
|
|
||||||
When this process is done, it should be easy as drag and drop to SD card. Once you put the video on your SD card, it will be ready for playback via **TW**i**L**ight Menu++.
|
When this process is done, it should be easy as drag and drop to SD card. Once you put the video on your SD card, it will be ready for playback via **TW**i**L**ight Menu++.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user