Dave's Brain

Browse - computer tips - create thumbnail for a movie

Date: 2008apr28
OS: Linux

Q.  How can I make a thumbnail of a movie:

A.  Use ffmpeg like this:

	ffmpeg -i input_movie.avi -f singlejpeg -t 0.001 thumbnail.jpg

Add a comment

Sign in to add a comment
Copyright © 2008, dave - Code on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License.