view TVout/fbset/INSTALL @ 8514:a1ff87c254ff

I have rewritten the gif89a vo in order to solve some problems I had with it. These are: 1) current code is messy 2) poor comments, if any 3) inaccurate frame dropping and delay code 4) output filename hardcoded 5) output framerate as integer You may specify the output filename and framerate like so: -vo gif89a:4.33 4.33 fps output -vo gif89a:some.gif output to some.gif -vo gif89a:5.02:new.gif output to new.gif at 5.02 fps The filename defaults to out.gif, and the framerate defaults to 5 fps. by Joey Parrish <joey@nicewarrior.org>
author arpi
date Sat, 21 Dec 2002 21:07:16 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source



			FBSET INSTALLATION GUIDE


Change the current directory to the directory containing the fbset sources and
type

    make install

This will create the fbset binary and install it, together with the manual
pages. It also creates the standard frame buffer special device nodes.


The etc subdirectory contains sample frame buffer mode definitions files. Copy
one of them to /etc/fb.modes and edit it to your needs.


Enjoy!