google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

[feature request] Force image resizing #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ok, there is a problem. Output images have not fixed size, you can only set
the width. Sometimes i have output images of size 160x160 if i set width -s
160. 

The feature request is to add forcing image resizing. So you always will
have images the same size. 

Thanks.

Files in attachment are the result of processing different videos.

Original issue reported on code.google.com by dan.sose...@gmail.com on 25 Jul 2008 at 8:35

Attachments:

GoogleCodeExporter commented 9 years ago
The thumbnail will have the same aspect ratio as the movie file, so indeed they 
won't
always have the same size.

Adding an option to output in a fixed size would cause the image to be 
stretched.
I'll see what I can do, but it's not high on my priority list at the moment.

Original comment by dirk.vdb on 1 Aug 2008 at 7:17

GoogleCodeExporter commented 9 years ago
It's implemeted in subversion, you can check it out if you want to.

Original comment by dirk.vdb on 9 Aug 2008 at 7:08

GoogleCodeExporter commented 9 years ago
Thanks a lot! Appreciate it. 

Original comment by dan.sose...@gmail.com on 9 Aug 2008 at 8:42