VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. I've been labelling the audio streams on some MP4s using ffmpeg

    Code:
    ffmpeg -i File.mp4 -map 0 -c copy -metadata:s:a:0 language=eng -metadata:s:a:1 language=rus NewFile.mp4
    Does anyone know where I can find a list, assuming one exists, of all the languages supported with the abbreviations used.

    Many thanks
    Quote Quote  
  2. Exactly what I was looking for.
    Many thanks.
    Quote Quote  
  3. Member
    Join Date
    Nov 2021
    Location
    Paris
    Search Comp PM
    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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!