ffmpeg - How to extract frames using mencoder into specific directory? -



ffmpeg - How to extract frames using mencoder into specific directory? -

i can't seem extract images specific directory.

the current command running is

mplayer -vo jpeg customlogoani.mp4

is possible set prefix file? similar ffmpeg %d.jpg

when combining images run command:

mencoder "mf://*.jpg" -ovc x264 -o output.avi

but not work.

can help?

you want -vo jpeg:outdir=/tmp/frames/ output specific directory. don't believe prefix possible.

ffmpeg mplayer mencoder

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -