Thread
:
ffmpeg jpeg images on delay
View Single Post
07-29-2010, 06:13 AM
AntiChrist
Registered User
Join Date: Nov 2005
Posts: 83
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.
AntiChrist
View Public Profile
Find More Posts by AntiChrist