Browse code

doc/muxers: fix typos in the segment chapter

Stefano Sabatini authored on 2013/01/02 20:53:55
Showing 1 changed files
... ...
@@ -514,7 +514,7 @@ The segment muxer supports the following options:
514 514
 @item reference_stream @var{specifier}
515 515
 Set the reference stream, as specified by the string @var{specifier}.
516 516
 If @var{specifier} is set to @code{auto}, the reference is choosen
517
-automatically. Otherwise it must a stream specifier (see the ``Stream
517
+automatically. Otherwise it must be a stream specifier (see the ``Stream
518 518
 specifiers'' chapter in the ffmpeg manual) which specifies the
519 519
 reference stream. The default value is ``auto''.
520 520
 
... ...
@@ -661,7 +661,7 @@ required.
661 661
 
662 662
 @item
663 663
 Segment the input file by splitting the input file according to the
664
-frame numbers sequence specified with the @var{segment_frame} option:
664
+frame numbers sequence specified with the @var{segment_frames} option:
665 665
 @example
666 666
 ffmpeg -i in.mkv -codec copy -map 0 -f segment -segment_list out.csv -segment_frames 100,200,300,500,800 out%03d.nut
667 667
 @end example