hello!
I want to save the frame of a MOV video file at a specific timestamp, as an image file
how can I do this?
thanks!
+ Reply to Thread
Results 1 to 5 of 5
-
-
You could vlc, video->take snapshot.
Or if you want to use it in a command line you can use ffmpeg
Example
Code:fmpeg -ss 00:10:20 -t 1 -s 400x300 -i video.mov -f mjpeg screenshot.jpg
-
Similar Threads
-
SWF to MOV file - specific codecs
By koit in forum Video ConversionReplies: 2Last Post: 12th May 2011, 03:35 -
mencoder wont convert the complete file, mov to avi|mov
By bjornieB in forum Video ConversionReplies: 2Last Post: 19th Nov 2009, 07:42 -
Extracting Recording Date and Time from captured .mov file
By rcgrabbag in forum MacReplies: 0Last Post: 15th Nov 2008, 08:11 -
Batch file that can delete a specific file
By Dark_Raven in forum ProgrammingReplies: 1Last Post: 10th Jun 2008, 08:16 -
specific file size
By santino_avi in forum Video ConversionReplies: 4Last Post: 14th Jan 2008, 00:04