[FFmpeg-devel] [PATCH] lavf/segment: fix command with missing -list option

Stefano Sabatini stefasab at gmail.com
Fri Jun 29 10:31:25 CEST 2012


Replace -list with the correct option -segment_list.
---
 doc/muxers.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 9b4743f..f4bf0cf 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
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list