[solved] Moving Pictures and MediaPortal 1.23 Regeszter Edition (1 Viewer)

badboyxx

Portal Pro
June 15, 2012
728
97
Home Country
Germany Germany
I have tested the new file. I had to replace only MovingPictures.dll and it worked. I downloaded your latest release.
As I replaced the old file (only MovingPictures.dll) with yours, the movies had already all the file details without updating it. It seems that they were already available but not presenting in MovPic.
Noteable was that some values changed after updating the file details of the movies which had already values. E. g. video codec changed from H264 to AVC, video frame rate from 25 to 25000, audio codec from AC3 to AC-3 or DTSHD to DTS and video resolution from 720p to 720P (this is only a cosmetic problem). Due to this now some logos will not be shown. I think that various values are different or wrong recognized. Copying the Cook...dll file doesn't change anything.

Ajs please can you take a look again?
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Such values are returned by the MediaInfo library. Codec, etc. it should be so.
    I don’t know the frame rate, in theory it can be divided by 1000 but is it necessary?
    The log file should contain all the information, though I don’t know in which, in MovPics or Media Portal.

    --
    WBR, ajs :):whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Video codec values different...
    Frame rate detect procedure the some, but why value different, i dont know :(

    --
    WBR, ajs :):whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Try find MediaInfo debug section for you movie file... And post lines here...
    PS: Look in MP log and in MovPics log...

    --
    WBR, ajs :):whistle::coffee:
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    It seems that 25000 is the same issue about refresh rate detected as 60000 @azzuro so there is something wrong in mediainfo because on @azzuro pc refresh rate works because is detected as 60.
    So maybe it break somehow movpic too

    Tapatalk
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    I look in MediaInfoWrapper code and in old MovPics MediaInfoWrapper code, procedure detect frame rate the some.
    Maybe changes in new MediaInfo.dll?

    --
    WBR, ajs :):whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Old MovPics code: damienhaynes/moving-pictures
    C#:
    double.TryParse(_mI.Get(StreamKind.Video, 0, "FrameRate"), NumberStyles.AllowDecimalPoint, providerNumber, out _framerate);
    New MP Code: yartat/MP-MediaInfo
    C#:
    result.FrameRate = Get<double>((int)NativeMethods.Video.Video_FrameRate, InfoKind.Text, TagBuilderHelper.TryGetDouble);
    But in MP log i see:
    Code:
    [2019-05-19 16:18:05,521] [Log    ] [MPMain   ] [DEBUG] - Video frame rate    : 23,976
     

    grabi_2001

    Portal Pro
    May 8, 2009
    283
    107
    in den Alpen
    Home Country
    Germany Germany
    Hello everyone,
    that with the video resolution and audio I did not notice today at noon ....
    Have once read the movies again, attached the logs, maybe it helps.
    Dirk
     

    Attachments

    • MediaPortalLogs_10_10_19__19_10.zip
      1.3 MB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Have once read the movies again, attached the logs, maybe it helps.
    I found MediaInfo report, and its strange:
    Code:
    [2019-10-10 19:09:07,267] [Log    ] [MPMain   ] [INFO ] - Inspecting media    : Simple Minds - Acoustic in Concert (2017).mkv
    [2019-10-10 19:09:07,269] [Log    ] [MPMain   ] [DEBUG] - DLL version         : MediaInfoLib - v18.12
    [2019-10-10 19:09:07,270] [Log    ] [MPMain   ] [DEBUG] - Media duration      : 01:28:07.9820000
    [2019-10-10 19:09:07,271] [Log    ] [MPMain   ] [DEBUG] - Has audio           : True
    [2019-10-10 19:09:07,271] [Log    ] [MPMain   ] [DEBUG] - Has video           : True
    [2019-10-10 19:09:07,272] [Log    ] [MPMain   ] [DEBUG] - Has subtitles       : False
    [2019-10-10 19:09:07,273] [Log    ] [MPMain   ] [DEBUG] - Has chapters        : False
    [2019-10-10 19:09:07,274] [Log    ] [MPMain   ] [DEBUG] - Is DVD              : False
    [2019-10-10 19:09:07,275] [Log    ] [MPMain   ] [DEBUG] - Is Blu-Ray disk     : False
    [2019-10-10 19:09:07,276] [Log    ] [MPMain   ] [DEBUG] - Video duration      : 61203.11:53:20
    [2019-10-10 19:09:07,276] [Log    ] [MPMain   ] [DEBUG] - Video frame rate    : 29970
    [2019-10-10 19:09:07,277] [Log    ] [MPMain   ] [DEBUG] - Video width         : 1920
    [2019-10-10 19:09:07,277] [Log    ] [MPMain   ] [DEBUG] - Video height        : 1080
    [2019-10-10 19:09:07,278] [Log    ] [MPMain   ] [DEBUG] - Video aspect ratio  : widescreen
    [2019-10-10 19:09:07,279] [Log    ] [MPMain   ] [DEBUG] - Video codec         : AVC High@L4.1
    [2019-10-10 19:09:07,279] [Log    ] [MPMain   ] [DEBUG] - Video scan type     : progressive
    [2019-10-10 19:09:07,280] [Log    ] [MPMain   ] [DEBUG] - Is video interlaced : False
    [2019-10-10 19:09:07,280] [Log    ] [MPMain   ] [DEBUG] - Video resolution    : 1080P
    [2019-10-10 19:09:07,281] [Log    ] [MPMain   ] [DEBUG] - Video 3D mode       : Mono
    [2019-10-10 19:09:07,281] [Log    ] [MPMain   ] [DEBUG] - Video HDR standard  : None
    [2019-10-10 19:09:07,282] [Log    ] [MPMain   ] [DEBUG] - Audio duration      : 61203.14:06:40
    [2019-10-10 19:09:07,283] [Log    ] [MPMain   ] [DEBUG] - Audio rate          : 1509000
    [2019-10-10 19:09:07,283] [Log    ] [MPMain   ] [DEBUG] - Audio channels      : 5.1
    [2019-10-10 19:09:07,284] [Log    ] [MPMain   ] [DEBUG] - Audio codec         : DTS
    [2019-10-10 19:09:07,284] [Log    ] [MPMain   ] [DEBUG] - Audio bit depth     : 24
     

    Users who are viewing this thread

    Top Bottom