[FFmpeg-cvslog] doc/ffmpeg: fix metadata language example

Lou Logan git at videolan.org
Wed Aug 20 20:45:31 CEST 2014


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Tue Aug 19 15:16:20 2014 -0800| [d2163f5e2836090dc7827f43bef921dbe364ec8f] | committer: Lou Logan

doc/ffmpeg: fix metadata language example

Signed-off-by: Lou Logan <lou at lrcd.com>

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

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

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 23ef668..69ffa87 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -339,7 +339,7 @@ ffmpeg -i in.avi -metadata title="my title" out.flv
 
 To set the language of the first audio stream:
 @example
-ffmpeg -i INPUT -metadata:s:a:1 language=eng OUTPUT
+ffmpeg -i INPUT -metadata:s:a:0 language=eng OUTPUT
 @end example
 
 @item -target @var{type} (@emph{output})



More information about the ffmpeg-cvslog mailing list