How to automatically create a thumbnail for every image?. ffmpeg
ffmpeg -itsoffset -4 -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 test.jpg On Fri, Nov 26, 2010 at 6:13 AM, Carlos <carlosgali...@gmail.com> wrote: > How to automatically create a thumbnail for every image?.