Does OpenCV attach a frame to an existing video (.avi) file?

I have a little question. Can I add (add) new frames to an existing .avi video file using OpenCV without overwriting the entire file? I am using OpenCV2.4.2 for Windows7 with QT.

+5
source share
1 answer

Take a look at the VideoWriter class.

-1
source

All Articles