I can't seem to extract images into a specific directory.
The current command I am running is
mplayer -vo jpeg CustomLogoAni.mp4
Is it also possible to set the prefix for the file? Similar to ffmpeg %d.jpg
When combining the images I run the command:
mencoder "mf://*.jpg" -ovc x264 -o output.avi
But it does not work.
Can anyone help?