mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Add conversion guide for FastVideoDS
This commit is contained in:
parent
b5eafd5aa5
commit
3afb97ea79
1
assets/files/FastVideoDS.bat
Normal file
1
assets/files/FastVideoDS.bat
Normal file
@ -0,0 +1 @@
|
||||
FastVideoDSEncoder %1 %1.fv
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user