Tuna-viDS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
==Installation== | ==Installation== | ||
Download and extract file. | |||
[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. | |||
==User guide== | ==User guide== | ||
| Line 27: | Line 29: | ||
<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> | ||
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 | |||
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. It muxes 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. It muxes it into an AVI container with the filename "tuna-vids.avi". | ||
| Line 42: | Line 46: | ||
==Credits== | ==Credits== | ||
* Xvid team - Writing the Xvid codec. | |||
* Christoph Lampert - Video playback example. | |||
Xvid team - Writing the Xvid codec. | * Robin Watts, Sophie Wilson & Paul Gardiner - YUV to RGB colour space converter. | ||
Christoph Lampert - Video playback example. | * HelixCommunity - MP3 decoder. | ||
Robin Watts, Sophie Wilson & Paul Gardiner - YUV to RGB colour space converter. | * ThomasS, LiraNuna, strager & DarkEz - Helix MP3 decoder port. | ||
HelixCommunity - MP3 decoder. | * Costas - Changes necessary for stereo MP3 support. | ||
ThomasS, LiraNuna, strager & DarkEz - Helix MP3 decoder port. | * Thoduv & ecurtz - Stereo audio deinterleaver. | ||
Costas - Changes necessary for stereo MP3 support. | * Noda - Some MP3 player ideas. | ||
Thoduv & ecurtz - Stereo audio deinterleaver. | * abraxas - Giving the idea to port Xvid to the DS. | ||
Noda - Some MP3 player ideas. | * Brittlestar - Music sampled from Did U Get What U Want. | ||
abraxas - Giving the idea to port Xvid to the DS. | * Ferrie - GUI's skin. | ||
Brittlestar - Music sampled from Did U Get What U Want. | |||
Ferrie - GUI's skin. | |||
[[Category:Homebrew applications]] | [[Category:Homebrew applications]] | ||
Revision as of 14:00, 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>