Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-23-2012, 11:17 AM
gradstudent gradstudent is offline
Junior Member
 
Join Date: Feb 2012
Posts: 4
gradstudent is on a distinguished road
Default

Need Help Downloading audio from JW Player video on website


I 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!
Reply With Quote
  #2  
Old 02-23-2012, 01:12 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


Use 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%)
After downloading the video file, use "FLV Extract" for extracting the audio from the video file!
Reply With Quote
  #3  
Old 02-23-2012, 01:15 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


Take a look below.

Quote:
rtmpdump -r "rtmp://208.108.3.167/vod/" -a "vod/" -f "WIN 10,3,181,34" -W "http://www.ohiochannel.org/JwPlayer/player.swf" -p "http://www.ohiochannel.org/MediaLibrary/Media.aspx?fileId=125898&returnTo=Collection" -y "mp4:content_files_user/107994/125898.mp4" -o Ohio-House-Session.mp4

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
1244.070 kB / 9.63 sec (0.2%)


You are quicker Bahman. ;-)
Reply With Quote
  #4  
Old 02-24-2012, 09:14 AM
gradstudent gradstudent is offline
Junior Member
 
Join Date: Feb 2012
Posts: 4
gradstudent is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


Thank 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
Reply With Quote
  #5  
Old 02-24-2012, 10:04 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


If you had read my post carefully, you would know what to do!! I said use rtmpdump!!

@Karlo,
Reply With Quote
  #6  
Old 02-24-2012, 02:52 PM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


Hi
Quote:
After downloading the video file, use "FLV Extract" for extracting the audio from the video file!


Quote:
PS-I have a Mac, OS X 10.5.8


flvextract is a Windows program.
We need an alternative for Mac.
Reply With Quote
  #7  
Old 02-24-2012, 02:58 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


It was before He/she says That!!

I don't have any idea!!
Reply With Quote
  #8  
Old 02-24-2012, 03:16 PM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


Quote:
Originally Posted by Bahman View Post
I don't have any idea!!
I 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
Reply With Quote
  #9  
Old 02-24-2012, 03:38 PM
gradstudent gradstudent is offline
Junior Member
 
Join Date: Feb 2012
Posts: 4
gradstudent is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


Thanks. 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
Reply With Quote
  #10  
Old 02-24-2012, 08:44 PM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: Need Help Downloading audio from JW Player video on website


Hi
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
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:34 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons