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

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

    old new  
    56855685
    56865686I<layout>[:I<nb_frames>[:I<margin>[:I<padding>]]]
    56875687
    5688 For example, produce 8×8 PNG tiles of all keyframes (B<-skip_frame
     5688For example, produce 8x8 PNG tiles of all keyframes (B<-skip_frame
    56895689nokey>) in a movie:
    56905690       
    56915691        ffmpeg -skip_frame nokey -i file.avi -vf 'scale=128:72,tile=8x8' -an -vsync 0 keyframes%03d.png
     
    76437643The filter has I<v>+I<a> outputs: first I<v> video outputs, then
    76447644I<a> audio outputs.
    76457645
    7646 There are I<n>×(I<v>+I<a>) inputs: first the inputs for the first
     7646There are I<n>x(I<v>+I<a>) inputs: first the inputs for the first
    76477647segment, in the same order as the outputs, then the inputs for the second
    76487648segment, etc.
    76497649