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

Stefano Sabatini git at videolan.org
Fri Jun 29 14:51:55 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jan 14 02:50:33 2012 +0100| [567eb9d3448580a9ddf9e55443e1a4426e3c25e3] | committer: Stefano Sabatini

lavf/segment: fix command with missing -list option

Replace -list with the correct option -segment_list.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=567eb9d3448580a9ddf9e55443e1a4426e3c25e3
---

 doc/muxers.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list