Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to split a video file into images or a sequence of images, can any body help me with this?
Posted
Comments
Sergey Alexandrovich Kryukov 12-Feb-14 14:17pm    
Could you please avoid "questions" like "can anybody help"? This is not a valid question. (I didn't report it as "not a question" because the question in the title is quite valid. :-) Of course you will get help on such a basic problem, how can you doubt that?
—SA

1 solution

The best way I know (and this is a very good way) is using open-source FFMpeg or libav. It solves this and many other problems just perfectly and does not depend on any other code; it also can be embedded in your code. Please see my past answers:
HTML5 and Mime, Streaming a video?[^],
how to convert image to video in C#[^].

—SA
 
Share this answer
 
Comments
Ravi Bhavnani 12-Feb-14 14:23pm    
As Sergey has already pointed out, consider using FFMpeg to extract images from your video file. See the answer to this SO question for the command line:

http://stackoverflow.com/questions/8679390/ffmpeg-extracting-20-images-from-a-video-of-variable-length

/ravi
Sergey Alexandrovich Kryukov 12-Feb-14 14:27pm    
Thank you, Ravi. I must admit theFFMpeg command line is complicated enough, so it will take some considerable time to master it.
At the same time, there is a comprehensive documentation obtained by just running the utility with different parameters.
It should be read anyway, even if the basics of the use are already clear. However, your link could provide a useful hint or a starting point.
—SA

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