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: Recording streams from be-at.tvjust for example:
Aiseesoft Total Video Converter |
#12
|
|||
|
|||
Re: Recording streams from be-at.tvBut with a tool like this you are re-encoding the video?!
|
#13
|
|||
|
|||
Re: Recording streams from be-at.tvI said just for example, didn't know you don't wanna re-encoding it!!
I guess AVS has a software for merging flv files without re-encoding!! |
#14
|
|||
|
|||
Re: Recording streams from be-at.tvyou can merge those chunks with MEncoder without reencoding. you can also write simple batch file to merge all the flv files in current folder.
Code:
MEncoder.exe 1.flv 2.flv -ovc copy -oac copy -o Merged.flv |
#15
|
|||
|
|||
Re: Recording streams from be-at.tvThis worked for me, thanks a lot KSV and Bahman! :-)
|
#16
|
|||
|
|||
Re: Recording streams from be-at.tvQuote:
how do you find the right CDN for the audio stream? I can't find it, so I can't get the download link |
#17
|
|||
|
|||
Re: Recording streams from be-at.tvQuote:
Code:
rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/st/" -a "cfx/st/" -y "mp3:Session000841/Audio000843/128" -o "Audio.flv" Code:
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... WARNING: HandShake: client signature does not match! INFO: Connected... Starting download at: 0.000 kB 60.638 kB / 3.72 sec |
#18
|
|||
|
|||
Re: Recording streams from be-at.tvThank you so much Bahman
|
#19
|
|||
|
|||
Re: Recording streams from be-at.tvCan I also merge the final FLV with the MP3 with MEncoder? Didn't find the option, but like to work on a batch file! :-)
|
#20
|
|||
|
|||
Re: Recording streams from be-at.tvfollowing command should work to create final video.
Code:
MEncoder.exe Merged.flv Audio.mp3 -ovc copy -oac copy -o Final.flv |
Tags: be at tv, be attv, splitted video files |
Thread Tools | |
Display Modes | |
|
|