Tuna-viDS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
Download and extract file. | Download and extract file. | ||
[http://chishm.drunkencoders.com/DLDI/ DLDI patch].nds file and copy it to the root directory of the card. | [http://chishm.drunkencoders.com/DLDI/ DLDI patch] .nds file and copy it to the root directory of the card. | ||
Run tuna-open.nds and select an AVI file to play. | Run tuna-open.nds and select an AVI file to play. | ||
| Line 28: | Line 28: | ||
You can use [http://ffmpeg.mplayerhq.hu/ FFmpeg] to convert videos with this command (all one line): | You can use [http://ffmpeg.mplayerhq.hu/ FFmpeg] to convert videos with this command (all one line): | ||
< | <pre style="white-space: pre-wrap"> | ||
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</pre> | |||
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. | 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. | ||
Revision as of 14:30, 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>