Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to save/xtract audio only from this mp4 videoHi Guys,
Need help extracting audio only from this mp4 video... (wav, wma, or mp3 -- smallest file size with good quality audio) http://vimeo.com/82975217 I used this code, but it stops after 1 min or so of recording!!! Code:
ffmpeg -i "http://pdl.vimeocdn.com/77860/400/215693077.mp4?token2=1396085006_c4c11d1cb33b45ee6465d1b0a4a60413&aksessionid=d8ffb0675ba2de45" -acodec copy out.wav Last edited by peterpan : 03-29-2014 at 12:19 PM. |
#2
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 videoBest option would be to download the video and then run it through FFmpeg.
|
#3
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 videoUse m4a as the output extension.
|
#4
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 videoThanks guestly! I did that, but I get the same result...it basically freezes after a few seconds, then errors out and shuts down!
|
#5
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 video |
#6
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 videoHave 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 |
#7
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 videoThat's how youtube-dl does it.
Quote:
|
#8
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 videoThe bad thing about youtube-dl is that it just gives its output files the extension of the format you want them in. Unfortunately they are still DASH streams and have to be muxed.
|
#9
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 video@hasomaso: I will try that... what's teh command to do a batch job? (i.e. execute several links in parallel, and have a different output file name for each) Thanks.
@guestly: Yes I have downloaded the who video 1st, then used FormatFactory to rip the audio. I waas hoping to do it with directly form the stream. I will try ver N-60710-g61d5970 and see if that does it. Thanks. @bat999 What tools or programs do I need to use youtube-dl command? I use Windows8...Thanks Last edited by peterpan : 04-01-2014 at 10:22 AM. |
#10
|
|||
|
|||
Re: How to save/xtract audio only from this mp4 video |
Tags: audio, mp3, mp4, wav |
Thread Tools | |
Display Modes | |
|
|