![]() |
Screenshot of Video
plz suggest an app that could take screenshot from video, and plz dont suggest smplayer cuz it sucks, it cant even play the damn video.
|
Re: Screenshot of Video
What platform?
|
Re: Screenshot of Video
Maemo Nokia N900
|
Re: Screenshot of Video
Quote:
Code:
$ ffmpeg -ss 00:05:00 -t 1 -s 800x480 -i <name_of_your_movie> -f mjpeg <name_of_your_screenshot.jpg> It's not an app, I know, but it shouldn't be too difficult to write a script around this code that takes more screenshots per movie, or searches for movies on your device that do not have screenshots just yet. |
Re: Screenshot of Video
@anthonie
how to take continuous screenshot? |
Re: Screenshot of Video
What do you mean by a "continuous" screenshot? In essence, any given movies is just that, a continous stream of images, but that's not what you mean I suppose. You want a screenshot every x frames or?
|
Re: Screenshot of Video
example - its 1 minute video so i want all images from that video
|
Re: Screenshot of Video
If that's all you want, no need for a script than...
Code:
ffmpeg -i name_of_video nameofimage%d.jpg This would, however, result in a lot of images if you would try this on a long movie, so you would need to start skipping frames. |
All times are GMT. The time now is 20:20. |
vBulletin® Version 3.8.8