Reply
Thread Tools
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#1
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.
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#2
What platform?
 

The Following User Says Thank You to juiceme For This Useful Post:
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#3
Maemo Nokia N900
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#4
Originally Posted by seanmcken View Post
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.
Provided you have ffmpeg installed, it can easily be done from the command line using

Code:
$ ffmpeg -ss 00:05:00 -t 1 -s 800x480 -i <name_of_your_movie> -f mjpeg <name_of_your_screenshot.jpg>
This would take a screenshot at minute 5 of the movie and place it in the same directory as the movie is.

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.

Last edited by anthonie; 2013-01-15 at 13:29.
 

The Following User Says Thank You to anthonie For This Useful Post:
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#5
@anthonie
how to take continuous screenshot?
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#6
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?
 

The Following User Says Thank You to anthonie For This Useful Post:
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#7
example - its 1 minute video so i want all images from that video
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#8
If that's all you want, no need for a script than...

Code:
ffmpeg -i name_of_video nameofimage%d.jpg
should do the trick for you.

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.
 

The Following User Says Thank You to anthonie For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 18:05.