Continuing with the Wii theme, I found out how to convert videos so they can be viewed on the Nintendo Wii.
The Wii can show videos in two ways:
- Flash videos viewed online in the Opera browser.
- AVI files viewed from a memory card in the photo channel.
I looked into the AVI method as I have a 2GB SD card handy. It seems the Wii only supports MJPEG video files which, while compatible with many digital cameras, tend to be very large with a 100MB file giving you just a few minutes of video.
Good enough for short family clips, however, so thanks to Ubuntu user dolson who passed on the command for conversion:
mencoder ORIGINALMOVIEHERE.avi -fps 29.97 -ovc lavc -lavcopts vcodec=mjpeg -oac pcm -vf scale -zoom -xy 512 -o OUTPUTVIDEOFORWII.avi
You need to have Mencoder installed first (it’s part of MPlayer) and you may need to change the framerate (fps) to 23.97 or similar if the audio is out of sync. Mencoder should accept any video format as input (i.e. FLV, etc.), not just AVI.
Similar to photos, you can have fun doodling on your videos or making puzzles out of them…