Browse code

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

Stefano Sabatini authored on 2013/01/02 20:56:12
Showing 1 changed files
... ...
@@ -653,7 +653,7 @@ option to force key frames in the input at the specified location, together
653 653
 with the segment option @var{segment_time_delta} to account for
654 654
 possible roundings operated when setting key frame times.
655 655
 @example
656
-ffmpeg -i in.mkv -force_key_frames 1,2,3,5,8,13,21 -vcodec mpeg4 -acodec pcm_s16le -map 0 \
656
+ffmpeg -i in.mkv -force_key_frames 1,2,3,5,8,13,21 -codec:v mpeg4 -codec:a pcm_s16le -map 0 \
657 657
 -f segment -segment_list out.csv -segment_times 1,2,3,5,8,13,21 -segment_time_delta 0.05 out%03d.nut
658 658
 @end example
659 659
 In order to force key frames on the input file, transcoding is