Click here to Skip to main content
15,916,527 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am working on C# 4.0

i want to open video file and video stream
//create empty AVI file
 AviManager newFile = new AviManager("video_with_logo.avi", false);

 //open video stream without logo
 VideoStream oldStream = oldFile.GetVideoStream();

Errors:-
VB
Error   1   The type or namespace name 'AviManager' could not be found (are you missing a using directive or an assembly reference?)    


Appropriate code will be of great use

Thanks in advance
Posted
Updated 14-Feb-12 6:34am
v2
Comments
Varun Sareen 14-Feb-12 12:34pm    
Edit for: applied pre tag at appropriate places

Dear Friend,

These links will be of much help to you:-

http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/53d1071b-26d9-406a-877c-3b33eedf8a4c/[^]

http://www.c-sharpcorner.com/UploadFile/mgold/PlayingVideo11242005002218AM/PlayingVideo.aspx[^]

Don't forget to mark this as your answer if it helps you out.

Thanks
 
Share this answer
 
Perhaps you are using this: http://sourceforge.net/projects/avimanager/[^].

But you cannot use it without using it. Include it in your solution, add a reference, look for a fully-qualified name of the type (with a namespace).

If you are not familiar with either of these concepts, you are not ready for development of advanced applications; first learn about solutions, projects and assemblies and on how one assembly can use another one. You will save a lot of time if you learn it an a very simple example first, before doing anything more advanced.

—SA
 
Share this answer
 
Solution2

i am really sorry,your advce not making any sense my google search enginegot exhausted in understanding reference for avimanager clas in C#4.0


i dint fine any one


so on simple node please tell me how to open video file in c#4.0 (its not playing)
 
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