mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
doc/ffmpeg: fix metadata language example
Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
parent
a5cbff22b2
commit
d2163f5e28
@ -339,7 +339,7 @@ ffmpeg -i in.avi -metadata title="my title" out.flv
|
|||||||
|
|
||||||
To set the language of the first audio stream:
|
To set the language of the first audio stream:
|
||||||
@example
|
@example
|
||||||
ffmpeg -i INPUT -metadata:s:a:1 language=eng OUTPUT
|
ffmpeg -i INPUT -metadata:s:a:0 language=eng OUTPUT
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@item -target @var{type} (@emph{output})
|
@item -target @var{type} (@emph{output})
|
||||||
|
Loading…
Reference in New Issue
Block a user