I am looking for a console application (remote machine with no X installed) that can produce an image file of a single frame of a video file (xvid mostly).
If possible, I would like to be able to produce frames from incomplete files also.
Does anyone know an application that can do this?
Thanks,
Gryphon
+ Reply to Thread
Results 1 to 3 of 3
-
-
VLC, mplayer/mencoder and ffmpeg can be fed a stream and output to picture frames. Just define the start and end segments.
Code:ffmpeg -i yourfile.avi -ss 240 -vframes 30 -s 640x480 -img png -o pictures.png
Similar Threads
-
Play an MTS file frame by frame, displaying timecode or frame number
By SeánB in forum Software PlayingReplies: 5Last Post: 5th Oct 2010, 16:26 -
No output by transcoding video file ( full HD ) with multiAVCHD
By wisitch in forum Authoring (Blu-ray)Replies: 1Last Post: 8th Apr 2010, 11:55 -
Video Conversion - output file size
By Leo48 in forum Newbie / General discussionsReplies: 2Last Post: 19th May 2008, 07:28 -
Frame capturing from video file
By igorek in forum Newbie / General discussionsReplies: 4Last Post: 21st Jan 2008, 02:51 -
Frame grabber from video file
By mongoose54 in forum ProgrammingReplies: 5Last Post: 1st Nov 2007, 05:31