summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-01-02 12:56:12 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-01-02 16:30:11 +0100
commit82deb0c42e5b35fcca560e3a6fe2ad6fff6ca0be (patch)
tree80f927ffbcfded68afcca641a6ff4da0a98d9bcd /doc
parent8bbe9d90fa47c5ce39f75f0d0fab9ba0b248d743 (diff)
doc/muxers: adopt new -codec:SPEC syntax in segment example
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 3a7422e484..fb642847e1 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -653,7 +653,7 @@ option to force key frames in the input at the specified location, together
with the segment option @var{segment_time_delta} to account for
possible roundings operated when setting key frame times.
@example
-ffmpeg -i in.mkv -force_key_frames 1,2,3,5,8,13,21 -vcodec mpeg4 -acodec pcm_s16le -map 0 \
+ffmpeg -i in.mkv -force_key_frames 1,2,3,5,8,13,21 -codec:v mpeg4 -codec:a pcm_s16le -map 0 \
-f segment -segment_list out.csv -segment_times 1,2,3,5,8,13,21 -segment_time_delta 0.05 out%03d.nut
@end example
In order to force key frames on the input file, transcoding is