My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FFMpegThumbnailer  
A lightweight video thumbnailer
Featured
Updated Jan 14, 2010 by dirk.vdb

Introduction

FFMpeg Thumbnailer is a lightweight video thumbnailer that can be used by file managers. The thumbnailer is based on ffmpeg so it supports al the video formats that ffmpeg supports.

Usage

ffmpegthumbnailer is called from the command line

Available command line arguments:

  • -i: input video filename
  • -o: output filename of the generated image file (filename ending with .jpg or .jpeg will be in jpeg format, otherwise png is used)
  • -s: size of the generated thumbnail in pixels (use 0 for original size) (default value: 128)
  • -t: time to seek to (percentage or absolute time hh:mm:ss) (default: 10)
  • -f: use this option to overlay a movie strip on the generated thumbnail
  • -q: image quality (0 = bad, 10 = best) (default: 8) only applies to jpeg output
  • -c: override image format (jpeg or png) (default: determined by filename)
  • -a: ignore aspect ratio and generate square thumbnail
  • -w: workaround some issues in older versions of ffmpeg (only use if you experience problems like 100% cpu usage on certain files)
  • -h: display the usage

Comment by fuzzykil...@gmail.com, Mar 15, 2010

0 for original size isn't exactly working (v2). Intended or mistake? The option would be really useful.

Comment by zor...@gmail.com, Dec 16, 2010

Work with pipe is aviable ?


Sign in to add a comment
Powered by Google Project Hosting