Linux Commands Examples

A great documentation place for Linux commands

avifix

fix header of AVI-file


see also : avimerge - avisplit - tccat - tcdecode - tcdemux - tcextract - tcprobe - tcscan - transcode

Synopsis

avifix [ -i name [ -F string ] [ -f val1,val2 ] [ -N 0x NN ] [ -b bitrate ] [ -e rate[,bits[,channels]] ] [ -a num ] [ -v ] ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0

The command

avifix -i my_file.avi -f 30,1

changes the header of the file my_file.avi and sets the frame rate to 30 fps.


description

avifix fixes the header of an AVI-file with the supplied parameters.

options

-i name

Specify the name of the AVI-file.

-F string

Specify the video codec as FourCC.
Possible values are RGB, RIFF and TIFF. ???

-f val1,val2

Use this option to change the frame rate and scale information in the header of the AVI-file. Both values must not be < 0.

-N 0xnn

Use this option to change the audio format identifier in the header of the AVI-file. Here are some possible values:

0x1 PCM uncompressed audio

0x50 MPEG layer-2 aka MP2

0x55 MPEG layer-3 aka MP3

0x2000 AC3 audio

-b bitrate

Use this option to change the encoder bitrate in the header of the AVI-file. bitrate has to be given in units of kbps.

-e rate[,bits[,channels]]

Use this option to change the audio stream parameters of in the header of the AVI-file.

-a num

Use this option to change the audio stream parameters of audio track number num in the header of the AVI-file.

-v

Print version information and exit.

copyright

avifix is Copyright (C) by Thomas Oestreich.


see also

avimerge , avisplit , tccat , tcdecode , tcdemux , tcextract , tcprobe , tcscan , transcode


authors

avifix was written by Thomas Oestreich
<ostreich[:at:]theorie.physik[:dot:]uni-goettingen.de> with contributions from many others. See AUTHORS for details.

How can this site be more helpful to YOU ?


give  feedback