[FFmpeg-cvslog] doc/muxers: adopt new -codec:SPEC syntax in segment example

Stefano Sabatini git at videolan.org
Wed Jan 2 16:34:40 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Jan  2 12:56:12 2013 +0100| [82deb0c42e5b35fcca560e3a6fe2ad6fff6ca0be] | committer: Stefano Sabatini

doc/muxers: adopt new -codec:SPEC syntax in segment example

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82deb0c42e5b35fcca560e3a6fe2ad6fff6ca0be
---

 doc/muxers.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 3a7422e..fb64284 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



More information about the ffmpeg-cvslog mailing list