diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-11-06 10:26:56 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-11-06 18:38:53 +0100 |
commit | a2aeeb22635ed839840ed704970c24e3142631f7 (patch) | |
tree | 491622d559d3ae219ba9c8f609adc59b849b69ab /doc/avconv.texi | |
parent | 9a414d896285d1bcc0e0b83d4c7ea7ce53fa1928 (diff) | |
download | ffmpeg-a2aeeb22635ed839840ed704970c24e3142631f7.tar.gz |
avconv: move copy_initial_nonkeyframes to the options context.
Also document it.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 139229694e..68266a9ce4 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -546,6 +546,10 @@ frames after each specified time. This option can be useful to ensure that a seek point is present at a chapter mark or any other designated place in the output file. The timestamps must be specified in ascending order. + +@item -copyinkf[:@var{stream_specifier}] (@emph{output,per-stream}) +When doing stream copy, copy also non-key frames found at the +beginning. @end table @section Audio Options |