lavf/segment: fix command with missing -list option

Replace -list with the correct option -segment_list.
pull/59/head
Stefano Sabatini 13 years ago
parent d9355a03f2
commit 567eb9d344
  1. 2
      doc/muxers.texi

@ -440,7 +440,7 @@ Wrap around segment index once it reaches @var{limit}.
@end table
@example
ffmpeg -i in.mkv -c copy -map 0 -f segment -list out.list out%03d.nut
ffmpeg -i in.mkv -codec copy -map 0 -f segment -segment_list out.list out%03d.nut
@end example
@section mp3

Loading…
Cancel
Save