Re: Recording streams from be-at.tvjust for example:
Aiseesoft Total Video Converter |
Re: Recording streams from be-at.tvBut with a tool like this you are re-encoding the video?!
|
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!! |
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 |
Re: Recording streams from be-at.tvThis worked for me, thanks a lot KSV and Bahman! :-)
|
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 :( |
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) |
Re: Recording streams from be-at.tvThank you so much Bahman :)
|
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! :-)
|
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 |
All times are GMT -6. The time now is 07:17 PM. |