[Libav-user] Appending frames to a video file

ciorba andrei ciorbaandrei at yahoo.com
Mon Jul 28 09:43:32 CEST 2014


Hello,
 I'm trying to open an existing video file and then add more frames to it. The newly added frames will have the same dimensions as the existing video and the same pixel format.
I've also considered creating a new video with the new frames and then joining the two videos into one.

I've looked into the concat protocol, but from what I saw you can't concatenate two videos "in place" by only adding the second video to the first one without creating the 3rd video. 
Is there any way I could add more frames to an existing video(either using the API provided by the ffmpeg libraries or by using the console applications) or concatenate two videos without having to copy both files to a 3rd one?

Any help would be appreciated.
Thanks!
Andrei.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20140728/b8b0b4ba/attachment.html>


More information about the Libav-user mailing list