Tuna-viDS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
| source = Media:Tunavi11dssrc.zip | | source = Media:Tunavi11dssrc.zip | ||
}} | }} | ||
A Xvid video player for the Nintendo DS. Tuna-viDS plays AVI files that contain Xvid encoded video and MP3 encoded audio. | |||
==Installation== | ==Installation== | ||
| Line 22: | Line 22: | ||
Tuna-viDS plays videos with the following format: | Tuna-viDS plays videos with the following format: | ||
'''Video''' - 256px wide, | '''Video''' - Up to 256px wide, 192px tall and 12fps. Xvid encoded, non-interlaced.<br> | ||
'''Audio''' - Stereo or mono MP3.<br> | '''Audio''' - Stereo or mono MP3.<br> | ||
'''Container''' - AVI with chunk index, video must be the first stream (fourcc 00dc).<br> | '''Container''' - AVI with chunk index, video must be the first stream (fourcc 00dc).<br> | ||
| Line 30: | Line 30: | ||
<blockquote>ffmpeg -i <infile> -f avi -r 10 -s 256x192 -b 192k -bt 64k -vcodec libxvid -deinterlace -acodec libmp3lame -ar 32000 -ab 96k -ac 2 tuna-vids.avi</blockquote> | <blockquote>ffmpeg -i <infile> -f avi -r 10 -s 256x192 -b 192k -bt 64k -vcodec libxvid -deinterlace -acodec libmp3lame -ar 32000 -ab 96k -ac 2 tuna-vids.avi</blockquote> | ||
This encodes the video as Xvid at 256×192px, 10fps, 192±64kbps. You can try up to 12fps, but anything higher will slow down the decoder too much. It encodes the audio as stereo MP3 at 32kHz, | This encodes the video as Xvid at 256×192px, 10fps, 192±64kbps. You can try up to 12fps, but anything higher will slow down the decoder too much. It encodes the audio as stereo MP3 at 32kHz/96kbps, and makes it into an AVI container with the filename tuna-vids.avi. | ||
Feel free to experiment with bit rates, sample rates, and frame rates. Just keep the video exactly 256px wide and no more than 192px tall. | Feel free to experiment with bit rates, sample rates, and frame rates. Just keep the video exactly 256px wide and no more than 192px tall. | ||
Revision as of 14:05, 16 May 2021
| Tunavids | |
| File:Tunavids.png | |
| General | |
|---|---|
| Author(s) | Chishm |
| Type | Video and audio |
| Version | 1.1 |
| Licence | Mixed |
| Links | |
| [Media:Tunavi11ds.zip Download] | |
| Website | |
| [Media:Tunavi11dssrc.zip Source] | |
<htmlet>adsense</htmlet>