does anyone know how to capture a batch of still images from video using mencoder?
what is the command that can do that?
i can always use ffmpeg on most of video files,but ffmpeg does not support rmvb so i need to use mencoder for this matter
since i'm not familiar with mencoder,i need help from you guys![]()
+ Reply to Thread
Results 1 to 5 of 5
-
-
Try mplayer with -vo jpeg
mplayer -vo jpeg <video file> and mplayer -vo png <video file> output
video into jpeg and png files respectively.
-osdlevel 0 suppreses volume + seek from appearing in the images
-sstep <sec>
Specifies seconds between displayed frames. Useful for slideshows.
-ss <time> (see -sb option too)
Seek to given time position.
EXAMPLE:
-ss 56 seeks to 56 seconds
-ss 01:10:00 seeks to 1 hour 10 min
-frames <number>
Play/convert only first <number> frames, then quit. -
Originally Posted by Baldrick
Similar Threads
-
Capture Images from HD video clip
By amigo_rk in forum Newbie / General discussionsReplies: 1Last Post: 30th Oct 2011, 21:22 -
Mencoder (Ubuntu) with Logilink Video Grabber VG0001 -> video buffer full
By Dobi in forum Capturing and VCRReplies: 0Last Post: 6th Jul 2010, 10:52 -
Ubuntu+mencoder+Pinacle dazzle capture issues
By mankeletor in forum LinuxReplies: 0Last Post: 21st Jun 2010, 08:33 -
Capture tv signal with mencoder
By mierdatuti in forum Capturing and VCRReplies: 1Last Post: 2nd Feb 2009, 01:39 -
Video Capture with Mplayer, Mencoder or ffmpeg under Winxp. Is it possible?
By gll99 in forum Capturing and VCRReplies: 0Last Post: 11th Sep 2008, 18:00