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
Post a Comment