video clip in c#
-
how can a make video clip in c# like the clip that can be made in flash????????????????
-
how can a make video clip in c# like the clip that can be made in flash????????????????
Why create a animation engine when you can just use Flash??
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
how can a make video clip in c# like the clip that can be made in flash????????????????
Making a video clip in C# is veri simple......... just like what a movie maker does...... there are SDks available for it......... but be specific next time about what you want to do next time you post a question cause it differs in web and windows somewhat beside with your requirements........ for web there are two ways of doing it when capturing an image from a cam 1. theres a protocol called cgi. it has a file with extension .cgi for which you need to reach. the server must have an static ip address. use that ip address and location of the file and provide the same to the com component of flash media player or windows media player and just 'khul ja sim sim' or 'abra ka dabra' and the video just plays on your web page where the control is placed or just open the file by providing the url(ip+filename.cgi after hosting it on the server) to IE6+(on firefox u'll need to refresh it for next frame) 1. create a timer that fetches a .jpg image after every of your time interval from the url(see above) and provide the image(on your local machine) to any com player as media or flash or just use simple image box to display the .jpg and your movie plays with frames changing after every time interval just as in like a movie. keep the time interval short for better performance only if you have good internet speed. to fetch the jpg file just open the same url(as above) with extension .jpg rather than .cgi.
-
Making a video clip in C# is veri simple......... just like what a movie maker does...... there are SDks available for it......... but be specific next time about what you want to do next time you post a question cause it differs in web and windows somewhat beside with your requirements........ for web there are two ways of doing it when capturing an image from a cam 1. theres a protocol called cgi. it has a file with extension .cgi for which you need to reach. the server must have an static ip address. use that ip address and location of the file and provide the same to the com component of flash media player or windows media player and just 'khul ja sim sim' or 'abra ka dabra' and the video just plays on your web page where the control is placed or just open the file by providing the url(ip+filename.cgi after hosting it on the server) to IE6+(on firefox u'll need to refresh it for next frame) 1. create a timer that fetches a .jpg image after every of your time interval from the url(see above) and provide the image(on your local machine) to any com player as media or flash or just use simple image box to display the .jpg and your movie plays with frames changing after every time interval just as in like a movie. keep the time interval short for better performance only if you have good internet speed. to fetch the jpg file just open the same url(as above) with extension .jpg rather than .cgi.
i am do in window application can u guide me more ????????????????