Thumbnail generation - design problem: thumbnails are almost same and not very informative. (1 Viewer)

regeszter

Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    For test, we should not delete the jpg images from temp folder if debug option is enabled, than we can check if the original jpeg (came from ffmpeg) is wrong or not?
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Got one too:
    Der Hundeprofi - VOX - 2013-08-03.png
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    For test, we should not delete the jpg images from temp folder if debug option is enabled, than we can check if the original jpeg (came from ffmpeg) is wrong or not?


    Hi,
    1x1 most of the time is okay but like i said, on XBMC, i get the same thing.
    Like i'm debugging the thing this night, i have see thumb in temp folder and it's ffmpeg that create wrong thumb.

    For me :
    On .ts files that give me a better result is : select=eq(pict_type\\,P)
    On .avi and surely other files it's : select=eq(pict_type\\,I) but here it's horrible slow for .ts and not working good.
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    For test, we should not delete the jpg images from temp folder if debug option is enabled, than we can check if the original jpeg (came from ffmpeg) is wrong or not?


    Hi,
    1x1 most of the time is okay but like i said, on XBMC, i get the same thing.
    Like i'm debugging the thing this night, i have see thumb in temp folder and it's ffmpeg that create wrong thumb.

    For me :
    On .ts files that give me a better result is : select=eq(pict_type\\,P)
    On .avi and surely other files it's : select=eq(pict_type\\,I) but here it's horrible slow for .ts and not working good.

    Ok. We can use separeted method for ts. ;)

    Edit: TS or video codec (MPEG VIDEO VERSION 2 or AVC)?
     
    Last edited:

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I will look mediatype but it's recordTV i have both avc and mpeg2 :)
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Hi,

    can anyone test in 1.4.0?

    Prepare two directory in my video where there are some video whithout thumbnails (or delete the thumbnail cache in config)

    1. Go to my video enter a directory where there are some video whithout thumbnails. Wait for generate the thumbnails.
    2. Go to settings -> GUI -> GUI thumbnails
    3. Change the thumbnail preview settings (row or colum)
    4. Return to my video and enter an another directory where there are some video whithout thumbnails. Wait for generate thumbnails.

    The thumbnail generator used the changed settings or not?

    Thx!
     

    vuego

    Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,637
    764
    Göteborg
    Home Country
    Sweden Sweden
    Wiki page created: http://wiki.team-mediaportal.com/1_...nfig_Tool_Changes/Thumbnail_generation_rework

    This needs a review I think. :) I am not sure what are default values for example.

    EDIT:
    I don't know if we need
    2. If you use more than one thumb (e.g. 2x2 tiles) the time between the thumbs will be calculated automatically from the video duration. This means no more almost the same thumbs.

    at all. It has nothing to do with config. But that is for Docs team. :)

    PS: @michael_t I think you can close: https://issues.team-mediaportal.com/browse/MP1-4079 :)
    @michael_t I see that MP1-4079 was closed but it says Fix Version/s: not planned yet. Holzi added the documentation to What's New 1.5 which I moved since i thought it wasn't part of MP 1.5 however now I noticed that 4079 says Resolution: Duplicate so maybe there's another JIRA issue for this?
     

    Users who are viewing this thread

    Top Bottom