diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-14 02:50:33 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-29 14:50:27 +0200 |
commit | 567eb9d3448580a9ddf9e55443e1a4426e3c25e3 (patch) | |
tree | 0cb0ab613d995dda84463687ee10c6f442cd7cc8 /doc/muxers.texi | |
parent | d9355a03f215be217e9cb15bf317bb27afa9b90c (diff) | |
download | ffmpeg-567eb9d3448580a9ddf9e55443e1a4426e3c25e3.tar.gz |
lavf/segment: fix command with missing -list option
Replace -list with the correct option -segment_list.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 9b4743f12e..f4bf0cfb54 100644 --- a/doc/muxers.texi +++ b/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 |