PDA

View Full Version : Combine files


nicholastdv
08-26-2013, 09:49 PM
Hi all,

Finally started using RMTPdump. Works like a charm. But I have one 'post' application question.

I find rtmpe links for the tv show I want and I'm able to download each link just fine. But there are multiple links for each episode (it's broken into parts to download separately). So I'm left with 6 or 7 .mp4s that need to be merged to 'create' the full episode.

Can any of you recommend a good program to do that (combine the files) with that retains the quality I downloaded them in? Or does RTMPdump have an extension where I can keep dumping into the same video file from different links?

Thanks for the help!

nullacht
08-29-2013, 01:55 AM
Adobe's Real Time Messaging Protocol only transports the following file format: FLV
All downloaded files are FLV files, regardless of the file extension [.MP4]!

If these FLV files contain AAC/H264 streams, you can use FFMPEG to put them into an MP4 container. To merge several MP4 files, you can use MP4Box.

CristianoA
08-29-2013, 08:52 AM
i'm using Andy's FLV Joiner http://www.videohelp.com/tools/Andys-FLV-Joiner

nicholastdv
08-29-2013, 04:26 PM
i'm using Andy's FLV Joiner http://www.videohelp.com/tools/Andys-FLV-Joiner

Exactly what I'm looking for! Thank you!