Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ffmpegthumbnailer(1) [debian man page]

FFMPEGTHUMBNAILER(1)					      General Commands Manual					      FFMPEGTHUMBNAILER(1)

NAME
ffmpegthumbnailer - fast and lightweight video thumbnailer SYNOPSIS
ffmpegthumbnailer [options] DESCRIPTION
Ffmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. OPTIONS
-i<s> : input file -o<s> : output file -s<n> : thumbnail size (use 0 for original size) (default: 128) -q<n> : image quality (0 = bad, 10 = best) (default: 8) (only for jpeg) -c<s> : override image format (jpeg or png) (default: determined by filename) -t<n|s> : time to seek to (percentage or absolute time hh:mm:ss) (default: 10%) -a : ignore aspect ratio and generate square thumbnail -f : create a movie strip overlay -h : display this help AUTHOR
Written by Dirk Vanden Boer. REPORTING BUGS
Report bugs to <http://code.google.com/p/ffmpegthumbnailer/issues/list> COPYRIGHT
Copyright (C) 2008 Dirk Vanden Boer <dirk.vdb@gmail.com> This is free software. You may redistribute copies of it under the terms of the GNU General Public License (version 2 or later) <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. FFMPEGTHUMBNAILER(1)

Check Out this Related Man Page

totem-video-thumbnailer(1)												totem-video-thumbnailer(1)

NAME
totem-video-thumbnailer - video thumbnailer for the GNOME desktop SYNOPSYS
totem-video-thumbnailer [-j|--jpeg] [-l|--no-limit] [-g num|--gallery num] [-s size] input output [backend options] DESCRIPTION
This manual page documents briefly the totem-video-thumbnailer command. This manual page was written for the Debian Project because the original program does not have a manual page. totem-video-thumbnailer is used internally by GNOME applications such as nautilus to generate PNG thumbnails of video files. While it is possible to invoke it manually, it is usually done automatically by nautilus. ARGUMENTS
input The input filename. This can be in any format that totem can play. output The output filename, output in PNG format. backend options Options to be passed to the backend (i.e. gstreamer). OPTIONS
-j --jpeg Switch the output format to JPEG. The default is PNG. -g num --gallery num Output a gallery of the given number (0 is the default) of screenshots. -l --no-limit Don't limit the thumbnailing time to 30 seconds. For debugging purposes. -s size The size of the thumbnail. Example: "64x64". The default is "128x96". AUTHOR
totem-video-thumbnailer was written by Bastien Nocera <hadess@hadess.net>. This manual page was written by Zack Cerza <zcerza@coe.neu.edu> for the Debian Project (but may be used by others). SEE ALSO
totem, nautilus GNOME
2009-05-06 totem-video-thumbnailer(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Completing ffmpeg installation

Hello. i am new to unix, though have quite a substantial background of other systems. i recently installed ffmpeg and mencoder on a unix server, which holds a website, in order to use these programs from the website. after installation, i can activate both commands directly using putty, no... (1 Reply)
Discussion started by: noamon
1 Replies

2. Linux

convert avi to cellphone friendly 320x176 mp4 file...ffmpeg to the rescue :)

found a few ffmpeg posts and after a few unsuccessful attempts, I have found a solution :) to encode an avi to to an nokia e71 recognized mp4 format: ffmpeg -y -i inputFILE.avi -acodec aac -ab 72k -s 320x176 -aspect 16:9 -vcodec h264 -b 300k -qcomp 0.6 -qmin 16 -qmax 51 -qdiff 4 -flags +loop... (2 Replies)
Discussion started by: mr_manny
2 Replies

3. OS X (Apple)

OSX: Syncing VERY large video files across web

My impressions from recent web explorations has me questioning the appropriateness of rsync ( or rsyncx ) for syncing large video/movie files to remote locations. Background: A friend who edits and creates movies would like to sync his video files from his place of business to his home. These... (2 Replies)
Discussion started by: Bubnoff
2 Replies

4. UNIX for Advanced & Expert Users

video thumbnail help

How do you make video thumbnails like this in Linux? The only program I know of that can do this is Media Player Classic. I hope there is a way to do this in Linux. What would these types of thumbnails be called? http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/barcelona.jpg (2 Replies)
Discussion started by: cokedude
2 Replies

5. Shell Programming and Scripting

ffmpeg script to convert all movies in a folder for PSP

Hi all, I use ffmpeg to convert my movies to play them with my PSP. I use the terminal version of ffmpeg so i put in the code: ]ffmpeg -i FILENAAM.avi -f psp -r 29.97 -b 512k -ar 24000 -ab 64k -s 320x240 M4V00001.MP4 FILENAAM is the part i replace with the title of the movie i want to see... (17 Replies)
Discussion started by: Ditzyken
17 Replies

6. IP Networking

ffserver cannot open ffserver.conf file

Hello, I use ffserver & ffmpeg in order to generate a live stream (recorded by a webcam). I use an embedded processor (SH7724), busybox version 2010.09, kernel 2.6.39.3. the command I issue is: ffserver -f /etc/ffserver.conf & ffmpeg -v 2 -r 24 -s 640x480 -loglevel verbose -f video4linux2 -i... (2 Replies)
Discussion started by: avivf
2 Replies

7. OS X (Apple)

FFMPEG install on 10.4.11, errors compiling and also using port

i've got an older white macbook running 10.4.11. about 5 years old i think. trying to install ffmpeg in 2 different ways. having errors on both. first tried this one: ffmpeg installation on Mac OSX and i got this error when i got down to "make" on the ffmpeg itself make(350) malloc: ***... (1 Reply)
Discussion started by: danpaluska
1 Replies

8. Programming

libcvd install problem

Hi I'm trying to install libcvd libraries (running Ubuntu 10.10) but get errors, I guesss its saying I miss dc1394v1 and ffmpeg. Altough when looking in synaptic manager I appear to have ffmpeg and libdc1394 (version 2). When I do ./config, after all the checks, I get: Options:... (3 Replies)
Discussion started by: mdop
3 Replies

9. Windows & DOS: Issues & Discussions

Question regarding Reg entries

Since I cannot find a ffmpeg build that will automatically include a environment variable for the CMD ffmpeg command I'll probably have to do it myself. However I would like to do so by saving it inside a .reg file. For example if my path towards FFMPEG is: C:\RESOURCE\FFMPEG\ffmpeg.exe ... (5 Replies)
Discussion started by: pasc
5 Replies

10. Shell Programming and Scripting

[BASH] Floating point exception

Heyas I have a script (vhs - video handler script, using ffmpeg) to encode videos. It also encodes a dvd, but until now just non-copy-protected ones, so i've tried to add/implement a vobcopy wrapper to be used by my script. At first it looked quite fine, but when changing from the first VOB... (9 Replies)
Discussion started by: sea
9 Replies

11. Shell Programming and Scripting

Recursive (Into subdirectories) ffmpeg generate jpg from video

My question is how to modify my existing script to generate from videos (mp4,avi,mkv etc...) jpegs via ffmpeg and keep folder name of generated jpg file? So if i have video in /home/videos/MyParty2009/SOmeDirR/VideoSomeTitle.mp4 and it will generate jpg with name of MyParty2009.jpg so the... (2 Replies)
Discussion started by: ZerO13
2 Replies

12. Ubuntu

How to change ffmpeg default font size?

Hello, I have a problem with Greek subtitle font size when I map a subtitle file into a video in ffmpeg. I ran below code: ffmpeg -i video.mp4 -sub_charenc CP1253 -i video_sub.srt -c:v copy -c:a copy \ -c:s mov_text -metadata:s:s:0 language=gr mapped_video.mp4 When I play it in VLC,... (2 Replies)
Discussion started by: baris35
2 Replies

13. Shell Programming and Scripting

To call ffmpeg in a loop

Hello, I was inquiring myself if it's possible to call ffmpeg in loop, an in each iteration, ffmpeg will pick one of the files in a directory and produce a new with a slightest different name. Can be as simple as a '*' in the beginning of the file name. I know how to use ffmpeg to do the... (2 Replies)
Discussion started by: colt
2 Replies

14. Windows & DOS: Issues & Discussions

[Windows 7 x64] Find FFMPEG location ?

So, I have ffmpeg already installed on my machine, however I can't for the life of me figure out *where* Expanding the %path% variable shows: no ffmpeg there Not in the Usual "Programs" Folder, or C: either. Any way to find out where on my machine ffmpeg resides ? Thanks in advance: ... (2 Replies)
Discussion started by: pasc
2 Replies

15. Shell Programming and Scripting

Script to reencode all files in a directory

Hello. I usually reencode many video files with this ffmpeg command or similar ffmpeg -y -i -c:a copy -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -r 25 -pass 1 -an -f avi /dev/null && ffmpeg -i -c:a libmp3lame -b:a 48k -ac 1 -vf scale=720:-2,subtitles=1.srt:force_style='Fontsize=20' -c:v... (4 Replies)
Discussion started by: colt
4 Replies