Ticket #38224: ffmpeg-1.1.3.filters-texi.diff

File ffmpeg-1.1.3.filters-texi.diff, 853 bytes (added by davidfavor (David Favor), 11 years ago)
  • doc/filters.texi

    old new  
    41494149
    41504150@var{layout}[:@var{nb_frames}[:@var{margin}[:@var{padding}]]]
    41514151
    4152 For example, produce 8×8 PNG tiles of all keyframes (@option{-skip_frame
     4152For example, produce 8x8 PNG tiles of all keyframes (@option{-skip_frame
    41534153nokey}) in a movie:
    41544154@example
    41554155ffmpeg -skip_frame nokey -i file.avi -vf 'scale=128:72,tile=8x8' -an -vsync 0 keyframes%03d.png
     
    55435543The filter has @var{v}+@var{a} outputs: first @var{v} video outputs, then
    55445544@var{a} audio outputs.
    55455545
    5546 There are @var{n}×(@var{v}+@var{a}) inputs: first the inputs for the first
     5546There are @var{n}x(@var{v}+@var{a}) inputs: first the inputs for the first
    55475547segment, in the same order as the outputs, then the inputs for the second
    55485548segment, etc.
    55495549