Register now and start sharing your code snippets.
-->
Create a thumbnail of a movie.
Shell Script (Bash) posted about 1 year ago by marko
Create a thumbnail that is 320 wide by 240 high and five seconds into the movie.
1 ffmpeg -i mymovie.avi -f mjpeg -t 0.001 -ss 5 -s "320x240" mymovie.jpg