

Use the "copy" special value to tell that the raw codec data must be copied as is. vcodec codec Force video codec to codec. bufsize size Set rate control buffer size (in bits).

minrate bitrate Set min video bitrate tolerance (in bit/s). maxrate bitrate Set max video bitrate tolerance (in bit/s). bt tolerance Set video bitrate tolerance (in bit/s).

The value for padcolor is expressedĪs a six digit hexadecimal number where the first two digits representĭigits green and last two digits blue (default = 000000 (black)). padcolor (hex color) Set color of padded bands. padright size Set right pad band size (in pixels). padleft size Set left pad band size (in pixels). padbottom size Set bottom pad band size (in pixels). padtop size Set top pad band size (in pixels). cropright size Set right crop band size (in pixels). cropleft size Set left crop band size (in pixels). cropbottom size Set bottom crop band size (in pixels). croptop size Set top crop band size (in pixels). The following abbreviations are recognized: The format is wxh (ffserver default = 160x128, ffmpeg default = same as source). r fps Set frame rate (Hz value, fraction or abbreviation), (default = 25). vframes number Set the number of video frames to record. Video Options -b bitrate Set the video bitrate in bit/s (default = 200 kb/s). slang code Set the ISO 639 language code (3 letters) of the current subtitle stream. newsubtitle Add a new subtitle stream to the current output stream. scodec codec Force subtitle codec ('copy' to copy stream). You can just type:įfmpeg -i myfile.avi -target vcd /tmp/vcd.mpg Nevertheless you can specify additional options as long as you know they do not conflict with the standard, as in:įfmpeg -i myfile.avi -target vcd -bf 2 /tmp/vcd.mpg -dframes number Set the number of data frames to record. target type Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", Positive offset means that the corresponding streams are delayed by The offset is added to the timestamps of the input files. This option affects all the input files that
