PDA

View Full Version : how to edit avi files with c++ or qt



elflord
24th May 2009, 20:06
Hi all

i want to combine several avi videos files side by side into one video file.
does qt provide some classes for processing avi files ?
thanks

wysota
24th May 2009, 20:36
No, it doesn't. You can use libavcodec and libavformat libraries for that. Or just call mencoder or similar software through QProcess.