From 098db64bf9e0eb3d5f92f3fb05bdf74df4fa7bf9 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Wed, 22 Jun 2022 12:55:54 -0600 Subject: [PATCH] Use `-b 320k` in `xvid-ds.bat` by default --- assets/files/xvid-ds-vol4.bat | 2 +- assets/files/xvid-ds.bat | 2 +- pages/_en-US/ds-index/videoplayers.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/files/xvid-ds-vol4.bat b/assets/files/xvid-ds-vol4.bat index e95f5997..37bd2def 100644 --- a/assets/files/xvid-ds-vol4.bat +++ b/assets/files/xvid-ds-vol4.bat @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/assets/files/xvid-ds.bat b/assets/files/xvid-ds.bat index 10a8685a..6f7f5579 100644 --- a/assets/files/xvid-ds.bat +++ b/assets/files/xvid-ds.bat @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/pages/_en-US/ds-index/videoplayers.md b/pages/_en-US/ds-index/videoplayers.md index 47aed261..b9862464 100644 --- a/pages/_en-US/ds-index/videoplayers.md +++ b/pages/_en-US/ds-index/videoplayers.md @@ -16,7 +16,7 @@ Note: Actual max FPS is dependent on video content and length. |----------------|--------------------------------|----------------|-------------------------------------------|-----------------------------------------------|---------------| |Moonshell |`.dpg`, MPEG1 |Flashcards only |Requires a flashcard to play videos. |24fps |256x192 | |Tuna-ViDS |`.avi`, XVid |DSi and NDS |Can only reach a certain framerate/bitrate.|15fps |256x192 | -|MPEG4Player |`.mp4`, H.264 |DSi and NDS |Can only play short videos. |24fps |256x144 | +|MPEG4Player |`.mp4`, H.264 |DSi and NDS |Can only play short videos. |24fps |256x144 | |Rocket Video |`.rvid`, Raw/LZ77 |DSi and NDS |Dumps frames in an uncompressed format. |up to 25fps (Progressive) or 50fps (Interlaced)|256x192 | There are lots of players to choose from. Moonshell is the first on the list because it should be the first thing that comes to mind when playing videos on NDS. However, it requires the user to have a flashcard. @@ -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: - `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++.