Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamOk 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 DownThemAll, Batch Download Code:
video.cdn.be-at.tv/Session001216/Video002677/1000.[000:100].flv 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 03:29 PM. |
#12
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamThanks a lot guys, am going to try this!
|
#13
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamOne other question: How can I append multiple files in AviDemux? Append 100 files one after one is very difficult. ;-)
|
#14
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamJust highlight all of them and drag to the program; thats what I did.
|
#15
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamThat works, thanks! And I can be sure, that AviDemux will add it in the right order (alphabetically)?
|
#16
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamShould do
|
#17
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamOkay I see the problem of be-at.tv now:
The videostream is missing frames every now and then. So if I use a constant frame rate, the video will always be shorter than the audiostream. I figured it out when I saw, that sometimes my downloaded video is getting slower and faster. When watching the video via the website, the video get's resynced to the audio every few seconds. So, right now it's turning out into the pro-question : How can I merge the video-chunks AND have it synced to the audio? |
#18
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamAlternatively, is there a way to stretch the video via its framerate, so that it fits the audio length?
|
#19
|
|||
|
|||
Re: For the pros: Different length in audio- and file of the same streamMy 2nd question is answered with the following string, which syncs the video to the audiostream:
Code:
ffmpeg -i video.flv -vsync drop -i audio.flv -c copy video-audio.flv -map 1:1 EDIT: That didn't help. It only changed the length of the videoindex, not the framerate. :-( |
Tags: be attv, flv, mp3, splitted |
Thread Tools | |
Display Modes | |
|
|