Web development, scripts, source code and IT stuff
How to Linux: Videos for Nintendo DS
How to convert videos from Linux for the Nintendo DS? And using subtitles?
Many people thinks is not possible, I will tell you something is really easy and works fast!
Yo will need
- Nintendo DS
- R4 Cartridge
- Memory Micro Sd for the R4
- OS Linux (Ubuntu or Debian works)
Do this
- In the shell: sudo apt-get install mencoder mplayer
- Download mpeg_stat
- Create folder /home/user/DPG
- Uncompress mpeg_stat in DPG folder
- Goto the folder and do make
- Move this files to the folder bin with: sudo cp mpeg_stat /bin/mpeg_stat , sudo cp mpeg_stat.1 /bin/mpeg_stat.1
- Download dpgconvThis one generates the files dpg for the DS
- Uncompress dpgconv in DPG folder
How works:
- In the shell go to /home/user/DPG
- Execute: python dpgconv-8.py /folder/file_to_convert.avi
- The videp is now in DPG folder.
- Move the file to your DS memory
- Enjoy the video!
Tip: If you want subtitles, make the file .srt have the same name of the video file. In this way the program will use both to generate the video.
Great piece of writing skill the following, thanks for the excellent perform !
This didn’t work for me. Followed your steps exactly, got this error:
mpeg_stat — MPEG Analyzer for MPEG I video streams (version 2.2b)
MPlayer SVN-r33057 (C) 2000-2010 MPlayer Team
Error:
MPlayer SVN-r33057 (C) 2000-2010 MPlayer Team
No file given
Exiting… (error parsing command line)
any ideas?