Commit d2163f5e authored by Lou Logan's avatar Lou Logan

doc/ffmpeg: fix metadata language example

Signed-off-by: 's avatarLou Logan <lou@lrcd.com>
parent a5cbff22
......@@ -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})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment