Hi Dimitry.
I went ahead and purchasd the Graphics Mill component.
Now I am getting a different kind of error.
A first chance exception of type 'Aurigma.GraphicsMill.UnexpectedException' occurred in Aurigma.GraphicsMill.dll
'GraphicsMillCreateAviTest.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Aurigma.GraphicsMill.UnexpectedException: Unable to commit memory.
at Aurigma.GraphicsMill.Thread.FireStoppedEvent(Object object, ErrorEventArgs args)
at Aurigma.GraphicsMill.Thread.TimerEventProcessor()
at Aurigma.GraphicsMill.Thread.ChangeActivityStatus(ActivityStatus status)
at Aurigma.GraphicsMill.Thread.EntryPoint()
at Aurigma.GraphicsMill.Thread.Start()
at Aurigma.GraphicsMill.Codecs.FormatWriter._FrameSaveBitmap(Frame frame)
at Aurigma.GraphicsMill.Codecs.FormatWriter._AddFrame(Frame frame)
at Aurigma.GraphicsMill.Codecs.FormatWriter.AddFrame(IFrame frame)
at GraphicsMillCreateAviTest.Form1.CreateAvi() in D:\projects\prototype\GraphicsMillCreateAviTest\GraphicsMillCreateAviTest\Form1.cs:line 74
Using the attached project and these recording files
(http://www.aras360.com/customer360.com/recordings.rar) (~250mb)
It is 255 frames of pngs at 1280x720.
It gets to about frame 243 and then errors out (and errors for the rest of the frames as well)
Some smaller sets of frames I was able to do fine.
In further testing I found it seems to be memory-related.
Watching in my Task-Manager the memory being used steadly climbs and when it hits roughly 1.5 GB is when it crashes.