OGGTHUMB(1) | User Manuals | OGGTHUMB(1) |
oggThumb - creates thumbnails from an ogg video file
oggThumb [options] file1.ogv [ file2.ogv [ file3.ogv [...] ] ]
oggThumb creates Thumbnails from one or more ogg video files, at a given time position or a given frame number. It is also possible to create a series of thumbnails at different time or frame positions. The pictures can be created in JPG or PNG format and can be resized to any given size.
The default naming of each thumbnail series follows the following rule:
<filename_without_extension>_x.<picture_extension>
Where x starts with 0 and is incremented with every created thumbnail. So the thumbnails are successively numbered by the appearance order. This is even valid, if time positions and frame numbers are mixed.
Example: -t 12.4,14.157,13.23
Example: -f 12000,13000,11000
Example: -s 0x100
Example: -o png
In case of more than one video file, the counter continuous throughout the different videos, so that the pictures are not overwritten.
If the name has an extension. This extension is used to identify the output picture format.
Example: -n myNo_%_thumb
oggThumb -t 10.3,22.4,31.9,43.4,59.4 -f 1200 -s 0x100 myFile.ogv
oggThumb -f 200,400,300,100 -t 3.54 -n %_thumb.png myfile.ogv mysecondfile.ogv
Joern Seger <yorn at gmx dot net>
oggCut(1), oggCat(1), oggJoin(1), oggSplit(1), oggTranscode(1), oggSlideshow(1), oggSilence(1)
JAN 2010 | Linux |