Hi
I've used dual screen mode to make a synchronisation that compares two athletes technique. I can save each screen individually but when I click the save video button to save in dual screen mode I get the following message(any advice much appreciated):
Microsoft .NET Framework
Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at sws_scale(SwsContext* , Byte** , Int32* , Int32 , Int32 , Byte** , Int32* )
at Kinovea.VideoFiles.VideoFileWriter.EncodeAndWriteVideoFrame(SavingContext _SavingContext, Bitmap _InputBitmap)
at Kinovea.VideoFiles.VideoFileWriter.SaveFrame(Bitmap _image)
at Kinovea.ScreenManager.ScreenManagerKernel.bgWorkerDualSave_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3615 (GDR.050727-3600)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Kinovea
Assembly Version: 0.8.11.28232
Win32 Version: 0.8.11.0
CodeBase: file:///C:/Program%20Files/Kinovea/Kinovea.exe
----------------------------------------
(edited for clarity)