Need Help Downloading audio from JW Player video on websiteI am having problems downloading the video on the following page:
http://www.ohiochannel.org/MediaLibr...nTo=Collection I really only need an audio file so that I can upload it to my transcription software and use my pedal to transcribe about 20 minutes of the video. While I can transcribe at is, it will take me twice as long as it would if I could download the file and use my pedal (the pedal isn't compatible with the site). Is there an easy way for me to capture the audio from this video and download it to my computer? Thank you in advance for your help! |
Re: Need Help Downloading audio from JW Player video on websiteUse rtmpdump!!
Code:
rtmpdump -r "rtmp://208.108.3.167/vod/" -a "vod/" -W "http://www.ohiochannel.org/JwPlayer/player.swf" -y "mp4:content_files_user/107994/125898.mp4" -o 125898.flv Code:
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV) |
Re: Need Help Downloading audio from JW Player video on websiteTake a look below.:p
Quote:
You are quicker Bahman. ;-) |
Re: Need Help Downloading audio from JW Player video on websiteThank you so much, Bahman and karlo2105. Unfortunately, I'm very new to this. What do I do with the code? I tried putting it into my browser but nothing happened. Do I have to download something for the code to work?
PS-I have a Mac, OS X 10.5.8 |
Re: Need Help Downloading audio from JW Player video on websiteIf you had read my post carefully, you would know what to do!! I said use rtmpdump!!
@Karlo, ;) |
Re: Need Help Downloading audio from JW Player video on websiteHi
Quote:
Quote:
flvextract is a Windows program. We need an alternative for Mac. :cool: |
Re: Need Help Downloading audio from JW Player video on websiteIt was before He/she says That!! :)
I don't have any idea!! |
Re: Need Help Downloading audio from JW Player video on websiteQuote:
Maybe a Mac fanboi will suggest something. :cool: Otherwise, VLC will probably do the job... Media > Convert > Destination file 125898.m4a Make a new preset:- Encapsulation MP4/MOV Video codec none Audio:- Keep original ;) |
Re: Need Help Downloading audio from JW Player video on websiteThanks. I can't even get through the rtmpdump step. I tried using version 2.4 and 2.3, but both are giving me error messages. I did a little research and it seems as if rtmpdump has issues running on OS X 10.5. I have zero coding experience. Is there somewhere I can find a version that works with my computer?
This is the error message I get: dyld: unknown required load command 0×80000022 |
Re: Need Help Downloading audio from JW Player video on websiteHi
The sound file is here ---> __https://rapidshare.com/files/3727032976/Ohio_House_Session_Date_06-02-2010.m4a :cool: This command was used:- Code:
rtmpdump -r "rtmp://208.108.3.167/vod/" -a "vod/" -W "http://www.ohiochannel.org/JwPlayer/player.swf" -y "mp4:content_files_user/107994/125898.mp4" -v -o - | ffmpeg -i - -vn -c:a copy Ohio_House_Session_Date_06-02-2010.m4a |
Re: Need Help Downloading audio from JW Player video on websiteThank you bat999! This is perfect!
|
All times are GMT -6. The time now is 12:29 AM. |