VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    May 2009
    Location
    Canada
    Search Comp PM
    i'm trying to batch convert a mkv with aac into a mkv with mp3. I use riverpast audio converter with lame plugin and can mass encode all the aac into mp3 from there resync with mkvmerge. Are their any better ways? I tried using avidemux but it takes up to 45 min to reencode the mp3 makes no sense. Anyone now of a batch way of just grabing the mkv video file and then converting the audio from aac to mp3?
    Quote Quote  
  2. Member
    Join Date
    May 2009
    Location
    Canada
    Search Comp PM
    help
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    maybe ffmpeg

    ffmpeg -i video.mkv -acodec mp3 -ab 128 -vcodec copy -o video.mkv

    and then make a batch .bat file for it.

    for %%a in ("*.mkv") do ffmpeg -i %%a -acodec mp3 -ab 128 -vcodec copy -o %%a-new.mkv

    and run it in the same folder as ffmpeg and the mkvs
    Quote Quote  



Similar Threads

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