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
+ Reply to Thread
Results 1 to 6 of 6
-
-
For a raw file:
Code:ffmpeg -i myvideo.mp4 -vn -c:a copy myaudio.aac
Code:ffmpeg -i myvideo.mp4 -vn -c:a pcm_s16le myaudio.wav
-
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?
Similar Threads
-
Can't extract audio from MP4 file
By Alonshow in forum Newbie / General discussionsReplies: 4Last Post: 2nd Jun 2016, 18:01 -
I can't extract some subtitles from mp4 video
By devproo in forum SubtitleReplies: 7Last Post: 28th May 2015, 16:51 -
FFMPEG: extract audio from mp4 but only the 100 first frames
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 30th Oct 2014, 09:04 -
How to extract datestamp from android MP4 video files?
By bernievideo in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 3Last Post: 29th Sep 2014, 12:53 -
Extract audio from MP4
By aiyoyo in forum Video ConversionReplies: 5Last Post: 12th Dec 2013, 15:35