VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Member
    Join Date
    Aug 2010
    Location
    israel
    Search Comp PM
    one way is to convert mp4 to mkv with mkvtoolnix and then extract audio with gmkvextract.
    but is there a direct way to extract audio from mp4?
    thanks
    Quote Quote  
  2. Demux it with My Mp4Box GUI/YAMB
    Quote Quote  
  3. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    For a raw file:

    Code:
    ffmpeg -i myvideo.mp4 -vn -c:a copy myaudio.aac
    For a WAV file:

    Code:
    ffmpeg -i myvideo.mp4 -vn -c:a pcm_s16le myaudio.wav
    Quote Quote  
  4. Pazera -- drag and drop. - convert - done. Free.
    Quote Quote  
  5. ½ way to Rigel 7 cornemuse's Avatar
    Join Date
    Mar 2014
    Location
    Cyber Dystopia
    Search Comp PM
    This is my new computer build & not everything has been installed, yet. I use 'any-video-converter'

    http://www.any-video-converter.com/products/for_video_free/

    Works pretty good for me, , , ,

    -c-
    Yes, no, maybe, I don't know, Can you repeat the question?
    Quote Quote  
  6. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    You should be able to copy both with FFMpeg all in one shot like:

    Code:
    ffmpeg -i  "C:\Users\Name\folder\video.mp4" -acodec copy -vcodec copy "C:\Users\Name\folder\video.mkv" -vn -acodec copy "C:\Users\Name\folder\Video.aac"
    Quote Quote  



Similar Threads

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