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.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to