Hi,
I am using Aurigma 4.1 for .NET 2.0.
My application loops through a video and extract bitmap from each frame of the video.
Majority of the videos are fine, but I had some problem with certain videos.
The problem does not occur at random frame.
I've captured 2 different error messages as below:
Argument is null pointer (pBuffer). : 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.FormatReader._FrameLoadBitmap(Frame frame)
at Aurigma.GraphicsMill.Codecs.Frame._GetBitmap(Bitmap bitmap)
at Aurigma.GraphicsMill.Codecs.Frame.GetBitmap(Bitmap bitmap)
Unable to open media due to damage. : 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.FormatReader._FrameLoadBitmap(Frame frame)
at Aurigma.GraphicsMill.Codecs.Frame._GetBitmap(Bitmap bitmap)
at Aurigma.GraphicsMill.Codecs.Frame.GetBitmap(Bitmap bitmap)
This is from a MOV video.
What could be the problem?
Sam