ffmpeg:encoding:set_language
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ffmpeg:encoding:set_language [2023/11/02 09:58] – created peter | ffmpeg:encoding:set_language [2023/11/02 10:24] (current) – peter | ||
---|---|---|---|
Line 2: | Line 2: | ||
FFMPeg uses the [[https:// | FFMPeg uses the [[https:// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Set language on a stream ===== | ||
+ | |||
+ | <code bash> | ||
+ | -metadata: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** Sets metadata language to eng on the stream id 1 (which is, in typical cases, the first audio stream). | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Set language on first subtitle stream ===== | ||
+ | |||
+ | <code bash> | ||
+ | -metadata: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** Sets the metadata language to eng on the first subtitle stream. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Set language for specific streams ===== | ||
+ | |||
+ | <code bash> | ||
+ | -map 0:v \ | ||
+ | -map 0:1 -metadata: | ||
+ | -map 0:2 -metadata: | ||
+ | -map 0:3 -metadata: | ||
+ | -map 0:4 -metadata: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * mis, for " | ||
+ | * mul, for " | ||
+ | * qaa-qtz, a range reserved for local use. | ||
+ | * und, for " | ||
+ | * zxx, for "no linguistic content, not applicable"; | ||
+ | |||
+ | </ | ||
---- | ---- | ||
Line 10: | Line 57: | ||
ffmpeg -i in.mkv -map 0:a -metadata: | ffmpeg -i in.mkv -map 0:a -metadata: | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | The standard includes some codes for special situations: | ||
+ | |||
+ | * mis, for " | ||
+ | * mul, for " | ||
+ | * qaa-qtz, a range reserved for local use. | ||
+ | * und, for " | ||
+ | * zxx, for "no linguistic content, not applicable"; | ||
+ | |||
+ | </ | ||
+ | |||
---- | ---- |
ffmpeg/encoding/set_language.1698919081.txt.gz · Last modified: 2023/11/02 09:58 by peter