View Single Post
  #6  
Old 03-31-2014, 05:35 PM
guestly guestly is offline
Junior Member
 
Join Date: Mar 2014
Posts: 14
guestly is on a distinguished road
Default

Re: How to save/xtract audio only from this mp4 video


Have you tried saving the video first and doing it locally? Maybe that's the problem, or your version or build of ffmpeg. I had no problem with the following line and version N-60710-g61d5970.

Code:
ffmpeg -i shaykh.mp4 -vn -acodec copy shaykh.m4a
That is a completely lossless operation which simply puts the original audio stream in a new container, in this case M4A, so there is no loss in quality.
Reply With Quote