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 11-13-2014, 01:51 PM
Nomorecocktails Nomorecocktails is offline
Member
 
Join Date: Feb 2013
Posts: 68
Nomorecocktails is on a distinguished road
Default

Can someone grab this CSPAN video and show me the FFMPEG comman?


URL: http://www.c-span.org/video/?289822-...ews-conference

CSPAN is using trimmed in the filename and i keep getting a 404 with ffmpeg - mp4:trimmed/full/289/289822-1/289822-1-MP4-STD_01.mp4

thanks
Reply With Quote
  #2  
Old 11-14-2014, 12:18 AM
doviethung20140 doviethung20140 is offline
Junior Member
 
Join Date: Oct 2014
Posts: 7
doviethung20140 is on a distinguished road
Default

Re: Can someone grab this CSPAN video and show me the FFMPEG comman?


Chúc các bạn ngủ ngon
Reply With Quote
  #3  
Old 11-18-2014, 10:11 PM
Nomorecocktails Nomorecocktails is offline
Member
 
Join Date: Feb 2013
Posts: 68
Nomorecocktails is on a distinguished road
Default

Re: Can someone grab this CSPAN video and show me the FFMPEG comman?


Not sure what happened to blimey's response but that got me what i needed.
Reply With Quote
  #4  
Old 11-13-2014, 05:44 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Can someone grab this CSPAN video and show me the FFMPEG comman?


Code:
ffmpeg -i "rtmp://s1g3v4ljhhuslz.cloudfront.net:80/cfx/st app=cfx/st swfUrl=http://static.c-span.org/assets/swf/CSPANPlayer.1415203069.swf pageUrl=http://www.c-span.org/video/?289822-1/house-speaker-news-conference playpath=mp4:trimmed/full/289/289822-1/289822-1-MP4-STD_01.mp4" -q:v 0 -bsf h264_mp4toannexb -vcodec copy -acodec copy -bsf:a aac_adtstoasc output.mp4
Code:
ffmpeg version N-66438-g4f4f08e Copyright (c) 2000-2014 the FFmpeg developers
  built on Sep 24 2014 22:26:49 with gcc 4.9.1 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
 --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxvid --enable-zlib
  libavutil      54.  7.101 / 54.  7.101
  libavcodec     56.  1.101 / 56.  1.101
  libavformat    56.  5.100 / 56.  5.100
  libavdevice    56.  1.100 / 56.  1.100
  libavfilter     5.  1.102 /  5.  1.102
  libswscale      3.  1.100 /  3.  1.100
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  1.100 / 53.  1.100
HandShake: client signature does not match!
Metadata:
  duration              887.02
  moovPosition          40.00
  width                 720.00
  height                480.00
  videocodecid          avc1
  audiocodecid          mp4a
  avcprofile            66.00
  avclevel              31.00
  aacaot                2.00
  videoframerate        23.98
  audiosamplerate       48000.00
  audiochannels         2.00
tags:
  ┬®too                 Lavf55.19.104
trackinfo:
  length                10633500.00
  timescale             11988.00
  language              und
sampledescription:
  sampletype            avc1
  length                42577024.00
  timescale             48000.00
  language              eng
sampledescription:
  sampletype            mp4a
Input #0, flv, from 'rtmp://s1g3v4ljhhuslz.cloudfront.net:80/cfx/st app=cfx/st s
wfUrl=http://static.c-span.org/assets/swf/CSPANPlayer.1415203069.swf pageUrl=htt
p://www.c-span.org/video/?289822-1/house-speaker-news-conference playpath=mp4:tr
immed/full/289/289822-1/289822-1-MP4-STD_01.mp4':
  Metadata:
    moovPosition    : 40
    avcprofile      : 66
    avclevel        : 31
    aacaot          : 2
    videoframerate  : 24
    audiochannels   : 2
    ┬®too           : Lavf55.19.104
    length          : 42577024
    timescale       : 48000
    sampletype      : mp4a
  Duration: 00:14:47.02, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: h264 (Constrained Baseline), yuv420p, 720x480 [SAR 10:11
 DAR 15:11], 24.42 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp
Output #0, mp4, to 'output.mp4':
  Metadata:
    moovPosition    : 40
    avcprofile      : 66
    avclevel        : 31
    aacaot          : 2
    videoframerate  : 24
    audiochannels   : 2
    ┬®too           : Lavf55.19.104
    length          : 42577024
    timescale       : 48000
    sampletype      : mp4a
    encoder         : Lavf56.5.100
    Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 720x480 [SAR 10:
11 DAR 15:11], q=2-31, 24.42 fps, 16k tbn, 1k tbc
    Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=   47 fps=0.0 q=-1.0 size=      66kB time=00:00:01.96 bitrate= 275.8kbits/
frame=  135 fps=127 q=-1.0 size=     190kB time=00:00:05.61 bitrate= 277.3kbits/
frame=  193 fps= 42 q=-1.0 size=     255kB time=00:00:08.06 bitrate= 258.7kbits/
frame=  372 fps= 38 q=-1.0 size=     438kB time=00:00:15.48 bitrate= 231.4kbits/
frame=  439 fps= 30 q=-1.0 size=     509kB time=00:00:18.32 bitrate= 227.4kbits/
frame=  607 fps= 32 q=-1.0 size=     692kB time=00:00:25.30 bitrate= 224.1kbits/
frame=  651 fps= 29 q=-1.0 size=     754kB time=00:00:27.13 bitrate= 227.7kbits/
frame=  742 fps= 28 q=-1.0 size=     879kB time=00:00:30.93 bitrate= 232.7kbits/
frame=  820 fps= 28 q=-1.0 size=    1001kB time=00:00:34.21 bitrate= 239.6kbits/
frame=  911 fps= 27 q=-1.0 size=    1153kB time=00:00:37.99 bitrate= 248.5kbits/
frame=  985 fps= 27 q=-1.0 size=    1276kB time=00:00:41.08 bitrate= 254.4kbits/
frame= 1067 fps= 26 q=-1.0 Lsize=    1500kB time=00:00:44.52 bitrate= 276.0kbits
/s
video:1124kB audio:349kB subtitle:0kB other streams:0kB global headers:0kB muxin
g overhead: 1.899709%
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 05:20 AM.


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