Use -b 320k in xvid-ds.bat by default

This commit is contained in:
RocketRobz 2022-06-22 12:55:54 -06:00
parent c092ea1f34
commit 098db64bf9
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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++.