mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavf/segment: fix command with missing -list option
Replace -list with the correct option -segment_list.
This commit is contained in:
parent
d9355a03f2
commit
567eb9d344
@ -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…
Reference in New Issue
Block a user