VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Feb 2016
    Location
    Toronto, Canada
    Search PM
    Hello,
    I don't which forum I should post this in, but here's my inquiry:
    I would like to automatically convert a folder of MKVs from AC3 audio to AAC using a script of some sort.
    Does anyone know how I could accomplish this?

    Thanks.
    Last edited by davidbgeek; 15th Feb 2016 at 00:30.
    Quote Quote  
  2. you can try to use ffmpeg and mapping, it depends how many streams those mkv's have and order, it perhaps going to be always the same, , for example 3 (video, audio, subs) adapted from its mapping manual:

    Code:
    ffmpeg -i input.mkv  -map 0:0 -map 0:1 -map 0:2  -c:v copy  -c:a libfaac -b:a 256k  -c:s copy  output.mkv
    But, what is the reason you'd do that?
    Last edited by _Al_; 13th Feb 2016 at 16:26.
    Quote Quote  
  3. Member DB83's Avatar
    Join Date
    Jul 2007
    Location
    United Kingdom
    Search Comp PM
    Lots of info on here how to get what you want.

    Check out the 'RULES'. Especially the 'Warez' section.
    Quote Quote  
  4. Member
    Join Date
    Feb 2016
    Location
    Toronto, Canada
    Search PM
    Originally Posted by DB83 View Post
    Lots of info on here how to get what you want.

    Check out the 'RULES'. Especially the 'Warez' section.
    Edited to conform to rules.
    Quote Quote  



Similar Threads

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