Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tuna-viDS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 26: Line 26:
'''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>


User 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):


<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 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. It muxes 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.


==Controls==
==Controls==
B - Play, Pause<br>
B - Play, Pause
X - Toggle bottom backlight<br>
X - Toggle bottom backlight
Left - Increase video delay by one frame<br>
Left - Increase video delay by one frame<br>
Right - Decrease video delay by one frame<br>
Right - Decrease video delay by one frame<br>

Revision as of 14:03, 16 May 2021

Tunavids
File:Tunavids.png
General
Author(s)Chishm
TypeVideo and audio
Version1.1
LicenceMixed
Links
[Media:Tunavi11ds.zip Download]
Website
[Media:Tunavi11dssrc.zip Source]
Advertisements

<htmlet>adsense</htmlet>

Advertising: