Using VS2013 64bit , .Net FW 4.5.0 , EMGU.CV, NReco.VideoConverter
There are several project in the Solution. The workflow of the solution is:
- Input a video file (any format)
- Split the file in multiple files (in 5 mins duration)
- Convert 2 video files at a time with TPL
- And start Video Processing Parallely
- After Processing two files parallelly (5 mins each), I have to close both of the processing window(winForm project actually)
- Then the Convertion of next two splitted file started
- After successful conversion, step 4 starts again and will Run until processes all the splited file.
Here is the problem : It successfully comes to the 7th step and stop working after successful conversion of 2nd two files. Actually, while it attempted to restart the vedio processing. And the error is VSHOST32.exe has stopped working
. End in event log I got this:
Faulting application name: ffmpegwrapperTest.vshost.exe,
version: 12.0.21005.1, time stamp: 0x524fac11
Faulting module name: ntdll.dll, version: 6.2.9200.16384,
time stamp: 0x5010ae7a
Exception code: 0xc0000374
What is wrong with ntdll.dll?