View Single Post
  #11  
Old 04-15-2012, 11:32 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: For the pros: Different length in audio- and file of the same stream


Ok this is what I did

PAGE
be-at.tv/brands/wmc/surfcomber/waveform-with-victor-calderone-guests/ida-engberg

GET AUDIO
Code:
rtmpdump \
-r rtmp://media.cdn.be-at.tv \
-a cfx/st \
-W http://www.be-at.tv/v2/2/7/HostMovie.swf \
-y Session001216/Audio001284/128 \
-o Audio001284.flv
GET VIDEO
DownThemAll, Batch Download
Code:
video.cdn.be-at.tv/Session001216/Video002677/1000.[000:100].flv
MERGE
Merge videos with Avidemux, then combine with audio
Code:
ffmpeg -i 1000.000-100.flv -i Audio001284.flv -c copy video-audio.flv

Last edited by svnpenn : 04-15-2012 at 02:29 PM.
Reply With Quote