I am trying to open a video in my frame processing application and then save the results to another video. I used OpenCV ( Emgu ) for my image processing without problems. But I cannot use it properly for video processing, because from time to time the exception "Access violation" appears. I also want to save the audio track of the video for exit. So I just want to iterate through the frames into simple C # code and use the Emgu function for each frame.
This is desirable for my application:
- Sound preservation
- Video Codec / Compression Support
- Fast performance
source share