We have a software developed in VB6. This software automates Photoshop to achieve quick single click image corrections.
Now our client has asked us to add support for processing selected frames in a video file.
What we want to achieve is Extract a range of frames from a video file and process them in Photoshop and then insert them back in the video file.
Any ideas as to how we can achieve this?
I have never programmed video handling so I am new to this concept.
Please point me to any libraries that will work in VB6 and that may be providing frame extraction and insertion without disrupting the audio of that video file.
Oh! I should mention that I have tried ImageEnX for this but unfortunately it is not able to handle various codecs and it can work with very short video files (less than 100 MB).
Thanks in advance.
Finally I have found a way to do this. So I though I will share it with other here.
Of course not as I want it but it just works like a charm. 🙂
What I am doing?
That is it.
Hope this will help someone searching for similar solution.