I've been labelling the audio streams on some MP4s using ffmpeg
Does anyone know where I can find a list, assuming one exists, of all the languages supported with the abbreviations used.Code:ffmpeg -i File.mp4 -map 0 -c copy -metadata:s:a:0 language=eng -metadata:s:a:1 language=rus NewFile.mp4
Many thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
I am afraid the ISO-3166 list is a list of country codes, hence designations of countries.
What you are looking for are language codes. E.g. for English you want ENG, not GBR or USA.
These are available in the ISO 649-2 specification accessible here: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
Regards,
Chris
Similar Threads
-
MKV audio bitrate metadata issue
By Learning2do in forum Newbie / General discussionsReplies: 4Last Post: 26th Mar 2019, 13:41 -
youtubedl list only audio for stream ?
By PowerFalcon in forum Video Streaming DownloadingReplies: 21Last Post: 30th Sep 2018, 20:58 -
DVD authoring with [Language Menu] for each [Language Audio]
By Meem in forum Authoring (DVD)Replies: 6Last Post: 23rd Sep 2017, 03:32 -
Lots of mp4 videos with wrong language metadata, bulk tool to fix?
By wkearney99 in forum Newbie / General discussionsReplies: 13Last Post: 22nd May 2017, 07:37 -
How to get list of MP4 track properties / language (by scripting)?
By SergeLivesInGhana in forum MacReplies: 2Last Post: 25th Sep 2016, 17:33