Commit 567eb9d3 authored by Stefano Sabatini's avatar Stefano Sabatini

lavf/segment: fix command with missing -list option

Replace -list with the correct option -segment_list.
parent d9355a03
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment