Click here to Skip to main content
15,899,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm using this library and try to load another video by browse it from my folder. but it become error.
this message error from try and catch exception which says

"System.Exception: Exception in VideoStreamGetFrameOpen!<br />
at AviFile.VideoStream.GetFrameOpen()<br />
at Interlace.Video.ShowFrame() in E:\My_Projects\Interlace\Video.cs:line 50"


I debugging this, and this message show when debuger come to an aviStream.GetFrameOpen(); and then all syntax under this until aviStream.GetFrameClose() not compiled.

I really need help, because i hope i can use this library to my final project.
please help me as soon as possible.
Posted
Updated 17-Oct-11 21:04pm
v2

1 solution

Refer to the following CodeProject article, Article is very good and well explained.

A Simple C# Wrapper for the AviFile Library[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900