VideoHelp Forum




+ Reply to Thread
Results 1 to 17 of 17
  1. May be it is very simple but I am confused. How can I change mkv movies audio files (mp4a, aac, etc.) to mp3, wma, or AC3 without touching video rapidly, What is the fastest and easiest way ?
    Quote Quote  
  2. avidemux

    video=>copy
    audio=>mp3,aac, ac3 etc... (select options, bitrate, etc..)
    format=>mkv

    press save with extension (e.g. "myvideo.mkv")
    Quote Quote  
  3. Thanks for reply but the software gave this error (I gave it below) message and after saving video can't seen any video only audio stays. Is there any other method or another software that can do this troubleless ?
    Image Attached Thumbnails Click image for larger version

Name:	error message.JPG
Views:	8362
Size:	21.6 KB
ID:	3842  

    Quote Quote  
  4. troubleless: mkvextract to extract audio, then convert using any audio program eg. eac3to, foobar2k, audacity, then remux with mkvtoolnix on original file, uncheckmark old audio, add new audio
    Quote Quote  
  5. Thanks, it really works well.
    Quote Quote  
  6. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Or ffmpeg or a frontend for it like Xmedia recode, open mkv, under format choose matroska video, under video tab choose video copy, under audio tab choose mp3. Add job. Convert.
    Quote Quote  
  7. Member
    Join Date
    Dec 2007
    Location
    Canada
    Search Comp PM
    Post removed
    Last edited by hibbs; 20th Jan 2011 at 20:40. Reason: Found answer
    Quote Quote  
  8. Member
    Join Date
    Oct 2012
    Location
    Anadia
    Search PM
    Thank you. I need the same, since my home cinema doesn't read AAC.

    In Avidemux, in output format i choose "mkv muxer", but i have no idea if the other formats are good. What should i choose?
    Quote Quote  
  9. Originally Posted by X__Alien View Post
    Thank you. I need the same, since my home cinema doesn't read AAC.

    In Avidemux, in output format i choose "mkv muxer", but i have no idea if the other formats are good. What should i choose?

    Use whatever format your "home cinema" supports . Have a look at the manual for the supported formats
    Quote Quote  
  10. I use MKV2AC3 for this sort of thing.
    Quote Quote  
  11. Member
    Join Date
    Oct 2012
    Location
    Anadia
    Search PM
    Originally Posted by poisondeathray View Post
    Originally Posted by X__Alien View Post
    Thank you. I need the same, since my home cinema doesn't read AAC.

    In Avidemux, in output format i choose "mkv muxer", but i have no idea if the other formats are good. What should i choose?

    Use whatever format your "home cinema" supports . Have a look at the manual for the supported formats
    What about the audio? I have AC3 lav and aften. What's the difference?
    Quote Quote  
  12. What about the audio? I have AC3 lav and aften. What's the difference?
    For AC3, LAV encoding is slightly better, has newer updates.
    Quote Quote  
  13. Member
    Join Date
    Oct 2012
    Location
    Anadia
    Search PM
    Originally Posted by poisondeathray View Post
    What about the audio? I have AC3 lav and aften. What's the difference?
    For AC3, LAV encoding is slightly better, has newer updates.
    Thank you!

    Now i have this message when i select mkv muxer: "the video has been saved but seems to be incomplete"
    It works fine if i choose AVI Muxer
    Quote Quote  
  14. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    Just put files that you want to convert in a folder with a copy of ffmpeg (make sure there are no spaces in the filenames) and create a .bat file (use notepad and save as .bat) and double click the .bat file and it will convert all the files in the folder.

    for mp3 audio use...

    for %%a in ("*.mkv") do ffmpeg -i %%a -vcodec copy -acodec libmp3lame -sameq %%~na.new.mkv

    for ac3 use...

    for %%a in ("*.mkv") do ffmpeg -i %%a -vcodec copy -acodec ac3 -sameq %%~na.new.mkv

    If you want to do a single file, the above bat file will still work if you put that file in your folder or you could use...

    ffmpeg -i yourinputfile.mkv -vcodec copy -acodec libmp3lame -sameq youroutputfile.mkv
    ffmpeg -i yourinputfile.mkv -vcodec copy -acodec ac3 -sameq youroutputfile.mkv

    yourinputfile = X:\yourfolder\yourfile.mkv
    youroutputfile = X:\yourfolder\yourfile.mkv

    If you save to the same folder, change the output file name. It's easier for me just to use the first option so that you don't have to keep making new bat files for each file that you want to convert.

    You can use ffmpeg to do a lot of different conversions. If you just want to change containers then you would just use the copy command...

    -vcodec copy -acodec copy

    Example:

    To put AVC/AAC.FLV into an MP4 container...

    for %%a in ("*.flv") do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.mp4

    To fix FLV with Nellymoser or Speex audio...

    for %%a in ("*.flv") do ffmpeg -i %%a -vcodec copy -acodec libmp3lame -sameq %%~na.new.flv
    Last edited by DarrellS; 18th Feb 2013 at 06:33.
    Quote Quote  
  15. Member
    Join Date
    Oct 2012
    Location
    Anadia
    Search PM
    Well, thanks!
    Quote Quote  
  16. Member ozok's Avatar
    Join Date
    Oct 2011
    Location
    Turkey
    Search Comp PM
    Sorry i thought you wanted to extract audio.

    You can use TEncoder for that. Set video codec to "Direct copy".
    Quote Quote  
  17. Member
    Join Date
    Oct 2012
    Location
    Anadia
    Search PM
    Yeah, Ozok, i just want to change the audio type, so i can play movies in my home cinema (who doesn't work with AAC)

    I am currently using Avidemux, that sometimes works, other times dont. Usually, when the file is mp4, it appears an error message saying "the video has been saved but seems to be incomplete"

    I have to convert from mkv to avi but sometimes this makes the movie have little "jumps" while playing. It's not fluid (it's hard to explain what happens).

    Im gonna try that TEncoder you're talking.
    Thanks!
    Quote Quote  



Similar Threads

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