Hi!
I am final year student doing my project on visual C++. As a part of my project i need to merge number of .avi files in to single .avi file. Could some 1 please advice me on a library that i could use to do that.
Thanking you,
Nirmal
My general recommendation for audio/video stuff would be libavcodec. It's used extensively in other projects. What is the format of the audio and video in the AVIs? There are also higher-level libraries built on libavcodec that might be a better fit depending on you requirements.