Next Previous Content

5. Running the software

To encode video to a file type

fame --output file=video.mpg

You can also send the encoded stream over a network by giving an IP address and a port

fame --output address=123.45.67.89,port=0123

Options can be sent to the modules with the -i, -v and -o options, for input, video and output modules respectivelly. They are tested one after the other and the first to be able to initialize itself and understand the arguments will be used. You can force the module selection with the module option 'module='. To get information on what the module options are, use the module option 'help'.

For example:

Next Previous Content