![]() |
How to atuomatically capture stills from video files?
How to atuomatically capture stills from video files?
I'd like to input an avi or wmv or whatever and then have it capture a still image every 1 sec... or every 5 seconds... Something like that. What do you guys use? |
mplayer will do that. I'm pretty sure ffmpeg will to. These are numerous GUI front ends for both.
|
Code:
ffmpeg -i video.avi -r RATE -an -vcodec mjpeg -sameq -f image2 -y %08d.jpg = 1 for every 1 second = 2 for every 1/2 second = 4 for every 1/4 second = 1/2 for every 2 seconds = 1/5 for every 5 seconds In the case where RATE = 1/X, X cannot be > 20 or it dies. |
use videocharge here for that
|
All times are GMT -7. The time now is 08:56 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123