gradstudent
02-23-2012, 10:17 AM
I am having problems downloading the video on the following page:
http://www.ohiochannel.org/MediaLibrary/Media.aspx?fileId=125898&returnTo=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!
Bahman
02-23-2012, 12:12 PM
Use rtmpdump!!
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
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! ;)
karlo2105
02-23-2012, 12:15 PM
Take a look below.:p
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%)
:D
You are quicker Bahman. ;-)
gradstudent
02-24-2012, 08:14 AM
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
Bahman
02-24-2012, 09:04 AM
If you had read my post carefully, you would know what to do!! I said use rtmpdump!!
@Karlo, ;)
bat999
02-24-2012, 01:52 PM
Hi
After downloading the video file, use "FLV Extract" for extracting the audio from the video file!
:)
PS-I have a Mac, OS X 10.5.8
:mad:
flvextract is a Windows program.
We need an alternative for Mac.
:cool:
Bahman
02-24-2012, 01:58 PM
It was before He/she says That!! :)
I don't have any idea!!
bat999
02-24-2012, 02:16 PM
I don't have any idea!!
I don't either.:)
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
;)
gradstudent
02-24-2012, 02:38 PM
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
bat999
02-24-2012, 07:44 PM
Hi
The sound file is here ---> __https://rapidshare.com/files/3727032976/Ohio_House_Session_Date_06-02-2010.m4a
:cool:
This command was used:-
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
gradstudent
02-24-2012, 08:46 PM
Thank you bat999! This is perfect!
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.