Tuna-viDS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
==User guide== | ==User guide== | ||
Tuna-viDS plays videos with the following format. | Tuna-viDS plays videos with the following format. | ||
| Line 40: | Line 39: | ||
<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> | <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. | |||
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 07:52, 4 September 2021
| Tunavids | |
| File:Tunavids.png | |
| General | |
|---|---|
| Author(s) | Chishm |
| Type | Media player |
| Version | 1.1 |
| Licence | Mixed |
| Links | |
| Download | |
| Website | |
| Source | |
<htmlet>adsense</htmlet>