Return to Snippet

Revision: 16320
at April 15, 2013 11:01 by laurenceosx


Updated Code
ffmpeg -ss 30 -vframes 1 -t 5 -i test.flv img_%RANDOM%_%d.jpg
@rem -t 5 might not be needed

ffmpeg -ss 1.0 -i "IMG_0196.MOV" -frames 1 -f image2 "images/theImage_%6d.jpg"

Revision: 16319
at July 30, 2009 21:44 by laurenceosx


Initial Code
ffmpeg -ss 30 -vframes 1 -t 5 -i test.flv img_%RANDOM%_%d.jpg
@rem -t 5 might not be needed

Initial URL


Initial Description
Just tested on my mac and this is what worked to grab a single frame at the 1.0 second mark
ffmpeg -ss 1.0 -i "IMG_0196.MOV" -frames 1 -f image2 "images/theImage_%6d.jpg"

Initial Title
ffmpeg grab single frame at 30 seconds

Initial Tags


Initial Language
DOS Batch