Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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! |
#2
|
|||
|
|||
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) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting download at: 0.000 kB INFO: Metadata: INFO: trackinfo: INFO: timescale 30000.00 INFO: length 140611000.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: timescale 48000.00 INFO: length 224973823.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a INFO: audiochannels 2.00 INFO: audiosamplerate 48000.00 INFO: videoframerate 30.00 INFO: aacaot 2.00 INFO: avclevel 13.00 INFO: avcprofile 66.00 INFO: audiocodecid mp4a INFO: videocodecid avc1 INFO: width 480.00 INFO: height 360.00 INFO: frameWidth 480.00 INFO: frameHeight 360.00 INFO: displayWidth 480.00 INFO: displayHeight 360.00 INFO: framerate 30.00 INFO: moovposition 40.00 INFO: duration 4687.03 54.862 kB / 2.87 sec (0.0%) |
#3
|
|||
|
|||
Re: Need Help Downloading audio from JW Player video on websiteTake a look below.
Quote:
You are quicker Bahman. ;-) |
#4
|
|||
|
|||
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 |
#5
|
|||
|
|||
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, |
#6
|
|||
|
|||
Re: Need Help Downloading audio from JW Player video on websiteHi
Quote:
Quote:
flvextract is a Windows program. We need an alternative for Mac. |
#7
|
|||
|
|||
Re: Need Help Downloading audio from JW Player video on websiteIt was before He/she says That!!
I don't have any idea!! |
#8
|
|||
|
|||
Re: Need Help Downloading audio from JW Player video on websiteI don't either.
Maybe a Mac fanboi will suggest something. 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 |
#9
|
|||
|
|||
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 |
#10
|
|||
|
|||
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 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 |
Tags: jwplayer |
Thread Tools | |
Display Modes | |
|
|