GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   ffmpeg jpeg images on delay (https://gfy.com/showthread.php?t=978090)

amateurcanada 07-14-2010 09:58 PM

ffmpeg jpeg images on delay
 
We all know ffmpeg takes jpeg images from wmv/mpg/flv files. I need one generated per minute and one generated per 30 seconds. What flags do i set - i have - which randomly generates a ton of files.:
ffmpeg -i test.wmv -r .05 -s 480x270 -sameq -f image2 thumbs%02d.jpg

AntiChrist 07-29-2010 06:13 AM

ffmpeg -i some.avi -an -r .1 -y test%d.jpg


The '-r' option specify the rate, in frames per second. In the above command the rate is '.1', so one frame grab is generated for each 10 seconds of video.

evolmachine 08-03-2010 03:38 PM

this is perfect... thanks


All times are GMT -7. The time now is 09:22 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123