[WiP] madVR support in MP1 (18 Viewers)

edterbak

Portal Pro
March 4, 2008
2,114
1,176
Home Country
Netherlands Netherlands
Did you try in EVR :) madVR is ok :)

I disabled MadVR, enabled DRC on MP again.
Below the results.
23-01-23.png 23-02-36.png

No issues here. everything smooth. Did a dvd, various other files. Cant find anything wrong. :) No black screen in any situation.
This is all done with this installer:
MediaPortalSetup_1.15.100-903-g547fa37_(MP1-4781V4_madVR_based_master_branch)_for_TESTING_ONLY_2017-03-20-20-00

It is concerning DaWonky is having an issue. Might be a quirk, but if its not....
 
Last edited:

joecrow

Test Group
  • Team MediaPortal
  • August 9, 2012
    2,714
    2,077
    Home Country
    Germany Germany
    OK I will give the new v295 core a try but have no idea about graphstudio, have downloaded and installed it but have yet to figure out how to operate, any hints would be welcome.:unsure:
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,514
    10,467
    France
    Home Country
    France France
    I have unpack graphstudio in : D:\Utils\Graphstudio :)
    We need to register the proppage.dll, to do this :
    You need to open a command prompt with admin right and type the command :
    regsvr32 proppage.dll (in D:\Utils\Graphstudio path) or this : regsvr32 "D:\Utils\Graphstudio\proppage.dll"
    Then when playing something on MP, you start graphstudio and do ctrl+g (to connect to a remote graph) and you will see all directshow codec in the graph :p

    upload_2017-4-2_9-54-49.png


    EDIT : Attached is my version.
     

    Attachments

    • graphstudio.zip
      1.4 MB

    daWooky

    MP Donator
  • Premium Supporter
  • April 3, 2012
    783
    871
    Home Country
    Germany Germany
    hi seb,
    the latest master merge version running pretty good so far(y)(y)
    and i finally had time to look at the evr 25i problem again:sneaky:
    i should have looked at my log files more deeply sooner... damned, but luckily i think i found the reason for the wrong rate switch.
    the default mepo mediainfo.dll seems unable to obtain the right refresh rate successful from some files

    default mepo mediainfo 7.69 = file gets detected as FrameRate: 0
    [2017-04-02 17:22:57,695] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: DLL Version : MediaInfoLib - v0.7.69
    [2017-04-02 17:22:57,695] [Log ] [MPMain ] [INFO ] - MediaInfoWrapper.MediaInfoWrapper: Inspecting media : \\:))test samples\sd hd\[F5. FHD i] history_chan_hd_sample_interlaced.mkv
    [2017-04-02 17:22:57,696] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: Parse speed : 0.3
    [2017-04-02 17:22:57,696] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: FrameRate : 0
    [2017-04-02 17:22:57,696] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: Width : 1920
    [2017-04-02 17:22:57,696] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: Height : 1080
    [2017-04-02 17:22:57,696] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: AspectRatio : widescreen
    [2017-04-02 17:22:57,696] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: VideoCodec : AVC [ "avc.png" ]
    [2017-04-02 17:22:57,697] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: Scan type : interlaced
    [2017-04-02 17:22:57,697] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: IsInterlaced : True
    [2017-04-02 17:22:57,697] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: VideoResolution : 1080I
    [2017-04-02 17:22:57,697] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: VideoDuration : 0
    [2017-04-02 17:22:57,697] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: AudioRate : 48000
    [2017-04-02 17:22:57,697] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: AudioChannels : 2 [ "stereo.png" ]
    [2017-04-02 17:22:57,697] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: AudioCodec : MPEG AUDIO VERSION 1 LAYER 2 [ "mpeg audio version 1 layer 2.png" ]
    [2017-04-02 17:22:57,698] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: HasAudio : True
    [2017-04-02 17:22:57,698] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: HasVideo : True
    [2017-04-02 17:22:57,698] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: HasSubtitles : False
    [2017-04-02 17:22:57,698] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: NumSubtitles : 0

    so i tried again with latest info.dll to = file gets detected as FrameRate: 25 :):p:D
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: DLL Version : MediaInfoLib - v0.7.94
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [INFO ] - MediaInfoWrapper.MediaInfoWrapper: Inspecting media : \\:))\test samples\sd hd\[F5. FHD i] history_chan_hd_sample_interlaced.mkv
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: Parse speed : 0.3
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: FrameRate : 25
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: Width : 1920
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: Height : 1080
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: AspectRatio : widescreen
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: VideoCodec : AVC [ "avc.png" ]
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: Scan type : interlaced
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: IsInterlaced : True
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: VideoResolution : 1080I
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: VideoDuration : 105640
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: AudioRate : 48000
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: AudioChannels : 2 [ "stereo.png" ]
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: AudioCodec : MPEG AUDIO VERSION 1 LAYER 2 [ "mpeg audio version 1 layer 2.png" ]
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: HasAudio : True
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: HasVideo : True
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: HasSubtitles : False
    [2017-04-02 17:30:55,716] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper.MediaInfoWrapper: NumSubtitles : 0
    tortured evr a bit further on two clients with latest mepo mad and on the old 1.15final both with the new .dll version -finally the rate change always working right again, all works as it should so far even the quirkiest files...:)
    may the team considering updating the info.dll for final release??
    cheers
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,514
    10,467
    France
    Home Country
    France France
    Thanks guys :)
    I remember that we have done an update but somehow it has broken the .TS files but i think now the latest version looks ok.
    We can always create a Jira for next pre-release version :p
     

    Users who are viewing this thread

    Top Bottom