From 3afb97ea79f22489cb5428701afc82c4b354750c Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Mon, 12 Sep 2022 14:59:54 -0600 Subject: [PATCH] Add conversion guide for FastVideoDS --- assets/files/FastVideoDS.bat | 1 + pages/_en-US/ds-index/videoplayers.md | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 assets/files/FastVideoDS.bat diff --git a/assets/files/FastVideoDS.bat b/assets/files/FastVideoDS.bat new file mode 100644 index 00000000..14094e41 --- /dev/null +++ b/assets/files/FastVideoDS.bat @@ -0,0 +1 @@ +FastVideoDSEncoder %1 %1.fv \ 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 f303f0fe..8e6d1216 100644 --- a/pages/_en-US/ds-index/videoplayers.md +++ b/pages/_en-US/ds-index/videoplayers.md @@ -12,9 +12,9 @@ This page contains a list of working or WIP video players for the Nintendo DS an |Player name |Supported containers/Codecs |Support |Drawbacks |Max FPS | |----------------|--------------------------------|----------------|-------------------------------------------|-----------------------------------------------| +|FastVideo |`.fv` |DSi and NDS |Confetti spam slows down high FPS video. |60fps | |Moonshell |`.dpg`, MPEG1 |Flashcards only |Requires a flashcard to play videos. |24fps | |Tuna-ViDS |`.avi`, XVid |DSi and NDS |Can only reach a certain framerate/bitrate.|15fps | -|FastVideo |`.fv` |DSi and NDS |Unknown |60fps | |MPEG4Player |`.mp4`, H.264 |DSi and NDS |Can only play short videos. |24fps | |Rocket Video |`.rvid`, Raw/LZ77 |DSi and NDS |Dumps frames in an uncompressed format. |up to 25fps (Progressive) or 50fps (Interlaced)| @@ -25,6 +25,13 @@ Notes: Warning: Converting large files in Rocket Video converter may cause you to loose your data as it writes uncompressed frames to the hard disk. This is why using Rocket Video is unrecommended. {: .alert .alert-warning} +## FastVideoDS + +### Windows + +Download the below `.bat` file, and drag and drop your video into it. +- [FastVideoDS.bat](/assets/files/FastVideoDS.bat) + ## Moonshell video conversion (DPG4x) 1. Download DPG4x [here](https://www.gamebrew.org/wiki/DPG4X)