i have to convert a video to images i need some help to under stand this phenomenon and guid to code a program for it.
also
which format of video will be more useful for me ?
thanx in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use FFMPEG in C# as a new child process (google search it how) to do all the work for you. It will work for every possible video codec, so you don’t have to worry about how the frames are coded.
Also you can export frames to a couple of image formats, not just BMP.