[RELEASE] Quick Thumbnail Generator Tool (for Linux, Mac, and Windows)

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
paul Offline
Posting Freak
Posts: 2,772
Joined: Oct 2008
Reputation: 4
Location: Planet Earth
Post: #31
webmosher Wrote:Hi Paul,

Sorry for this, I have found a bug where the path names for Windows files (using the backslash) are somehow confusing Mediainfo. I have a update that I am finishing some testing on and hope to upload today. It includes a fix for this problem.

Thanks,
Fred
Cheers and thanks for the reply as i was going nut's thinking it was something i was doing
wrong or not doingConfused look forward to the fix thanks

XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
find quote
webmosher Offline
Member
Posts: 68
Joined: Jan 2009
Reputation: 0
Location: Toronto, ON
Post: #32
Sorry for the delay with this release. The amount of testing needed for one of the new features along with real life issues caused the delay. Anyhow, the parent post has been updated with the new download link, but here it is as well:

http://www.mediafire.com/file/mfgygujrje...er-1.2.zip

Features and changes for this version are as follows:
  • NEW: Image "filtering", provides rudamentary blur and darkness detection in thumbnails and allows automatic discarding of these "bad" images.
  • NEW: External path name file. Place any number of paths into this file and they will all be scanned automatically. See the thumber.paths file for more details.
  • NEW: Improved thumbnail output quality. It seemed to me that image quality wasn't as nice as I wanted. I found FFMPEG allows the quality to be changed, and set the quality to the highest level. This may use a bit more space, but the images are much nicer.
  • NEW: Thumbnail resizing using SWScaler filters. Lanczos for downscale, Gauss for upscale (removes blocking better).
  • FIX: Path handling & detection changes for Windows/Linux
  • FIX: Handle missing media info errors.
  • FIX: Bugs in aspect ratio handling when using command line options.

Some notes on the new features:
  • Image detection - The blur detection is not exact, and uses a very rudamentary idea to detect the value of edges in the image. In some cases where a motion blur occurs on an scene with high levels of contrast, the detector will still see a valid image. Also, in some cases with HD content, an undesired image may have alot of detail (say a closeup of the ground). In this case, the very high edge level will still see a valid image. In general, the image detection should find better images overall, but your mileage may vary. If you have concerns about the discards, you can set the config to keep the discards and examine the "bad" images manually.
  • Output quality & resizing - Output quality of images has been set to its highest value. This greatly improves thumbnail quality from HD sources. Additionally, FFMPEG will now use SWScaler filters for resizing. I use Lanczos for downsizing and Gauss for upsizing. The choice of Gauss was used because it helps to remove the blockiness of the resized images. Note: If you are compiling your own FFMPEG, be sure to include the SWScaler library. This is normally included automatically from the SVN repository.

Hope this helps.
find quote
Durkslag Offline
Junior Member
Posts: 48
Joined: May 2009
Reputation: 0
Post: #33
Nice! Will try it out tonight with some HD. Thank you.
find quote
paul Offline
Posting Freak
Posts: 2,772
Joined: Oct 2008
Reputation: 4
Location: Planet Earth
Post: #34
Thanks for the update will test out later tonight, will let you know how it goesSmile

XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
find quote
neurosis13 Offline
Fan
Posts: 337
Joined: Jan 2009
Reputation: 5
Location: Germany
Post: #35
thanks for this essential tool.
Nod
find quote
Hitcher Online
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #36
Thanks.

[Image: sig_zps3af3b48e.jpg]
find quote
Doraemonn Offline
Aeon Group
Posts: 179
Joined: Oct 2008
Post: #37
Nice, thanks! Running under XP though I found that the timeout parameter is ignored, so it will get stuck on a movie forever if for some reason it can't decode any decent thumbs out of it.

Makes batch processing a bit tricky Tongue

Also, it keeps randomlyn dying with this message:

Illegal division by zero at script/thumber.win32 line 545, <FILELIST> line 17

Any ideas?
(This post was last modified: 2009-06-01 23:26 by Doraemonn.)
find quote
paul Offline
Posting Freak
Posts: 2,772
Joined: Oct 2008
Reputation: 4
Location: Planet Earth
Post: #38
Works great it now handles all my .vob and .mpg4 files thanks for your hard work on this.
I can finally finish my movie librarySmile

XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
find quote
webmosher Offline
Member
Posts: 68
Joined: Jan 2009
Reputation: 0
Location: Toronto, ON
Post: #39
Doraemonn Wrote:Nice, thanks! Running under XP though I found that the timeout parameter is ignored, so it will get stuck on a movie forever if for some reason it can't decode any decent thumbs out of it.

Makes batch processing a bit tricky Tongue

Also, it keeps randomlyn dying with this message:

Illegal division by zero at script/thumber.win32 line 545, <FILELIST> line 17
I'll take a look at this. I have a specific WMV file that causes me alot of headaches. Its what I used to test the timeout feature. If you are on XP, make sure you use the EXE or the win32 version of the script. The normal UNIX thumber script will not timeout properly in Windows. Its an issue with Perl threads/forks that simply cannot be overcome without a platform specific change.

If you want to try a workaround for the time being: create an extrathumbs directory in the movie folder that is causing the problem. As long as you're not using overwrite, it will skip that movie.

Thanks for your input.
find quote
Hitcher Online
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #40
The new 'Image detection' works pretty well, thanks.

[Image: sig_zps3af3b48e.jpg]
find quote
Post Reply