View Single Post
  #5  
Old 03-31-2014, 10:29 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

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


use mplayer

Code:
mplayer -ao pcm "http://pdl.vimeocdn.com/77860/400/215693077.mp4?token2=1396287536_6f2b034d24fa4eda92c9fd3f71c70236&aksessionid=865df142852edb67" -ao pcm:file="output.mp3"





Code:
Reply With Quote