Vista and EVR support (2 Viewers)

Status
Not open for further replies.

Frodo

Retired Team Member
  • Premium Supporter
  • April 22, 2004
    1,518
    121
    53
    The Netherlands
    Home Country
    Netherlands Netherlands
    tearing is now gone.
    Seems areo was not enabled

    Frodo
     

    bfrye26

    Portal Pro
    June 2, 2007
    52
    0
    41
    Hello there. Using vista and when i activate EVR no video plays. I have no idea what i am doing wrong
    any help would be amazing since i have a 8600 Video Card and would really like to use it to it's full. If anyone knows why when i turn EVR on no video displays but i turn it off it works....

    Any help would be amazing!!


    Best
     

    lkuech

    Retired Team Member
  • Premium Supporter
  • February 16, 2007
    576
    83
    51
    Hamburg
    Home Country
    Germany Germany
    comments and suggestions are always welcome.

    First off, nice work.

    Secondly, i noticed that the frame grabbing functionality that i use for capturing video frames for the autocropper doesnt work when EVR playback is used.

    What i do is take the surface handed to PresentSurface in PlaneScene.cs and hand that over to the OnFrame method in FrameGrabber.cs. In there i call a helper method "VideoSurfaceToRGBSurface" in DXUtil.dll to convert the surface to an RGB surface from which a bitmap can be obtained.

    The source for that method is:
    VideoSurfaceToRGBSurface(IDirect3DSurface9* source, IDirect3DSurface9* dest)
    {
    IDirect3DDevice9* device = NULL;
    HRESULT hr = source->GetDevice(&device);
    if(!FAILED(hr)){
    hr = device->StretchRect(source,NULL,dest,NULL,D3DTEXF_NONE);
    }
    return hr;
    }

    When in EVR mode this call fails returning D3DERR_INVALIDCALL. Is there something special about the surface that gets handed to PresentSurface when using EVR compared to VMR9?

    Hi.

    I use the same function ziphnor mentioned in my ViewModeSwitcher plugin. Like the autocropper this plugin analyses frames grabbed from the stream. Right now it does not work under EVR, which means all the users of my plugin have no chance to enable EVR without loosing a lot of functionality.

    Bye
    Lars
     

    Eabin

    Retired Team Member
  • Premium Supporter
  • September 18, 2006
    465
    43
    Hello there. Using vista and when i activate EVR no video plays. I have no idea what i am doing wrong
    any help would be amazing since i have a 8600 Video Card and would really like to use it to it's full. If anyone knows why when i turn EVR on no video displays but i turn it off it works....

    Any help would be amazing!!


    Best

    there is a known (and rather hard to find) bug atm, which will cause videos not to start every few times. (most of the time, i can only play a video 2 or 3 times before i have to kill MP). unfortunately i haven't been able to put my finger on it yet, so this is top priority at the moment.

    if you could provide mediaportal.log and vmr9.log, and if possible a download link to the video you are trying to play, this could be helpful.


    as for the video capturing problems: it is noted, but i haven't had any time yet to take a look at it. and as i'm away for the rest of the week, i will think about it next week.
     

    Frodo

    Retired Team Member
  • Premium Supporter
  • April 22, 2004
    1,518
    121
    53
    The Netherlands
    Home Country
    Netherlands Netherlands
    EAbin

    we had this issue before with vmr9
    Not sure if this is the same or not, but for vmr9 the problem was
    that not all interfaces / comobjects where released properly
    after the video was stopped

    Frodo
     

    Eabin

    Retired Team Member
  • Premium Supporter
  • September 18, 2006
    465
    43
    the interesting thing about this is, that it only happens when using the cyberlink codec (my test file is a h.264 .mov apple-trailer from marie antoinette). when i play a divx file, i can start/stop the player as many times as i want without any trouble.

    i think i need to get more test-files which use the cyberlink codec, to see if it's a problem with the container format or something. it is really getting frustrating. good thing that i am not able to become more frustrated until monday, when i will be back from my vacation :)

    frodo: do you think it could be a graph-building problem? and are you able to reproduce this, or is it just on my machine?
     

    sdf

    Portal Pro
    September 29, 2006
    292
    42
    Home Country
    Italy Italy
    Evr doesn't work anymore.
    It's two days that video is only a black screen (both tv and video player), with old and new tsreader.
    With older svns Evr was working.
    If I set VMR9 all works OK.
    Using Nvidia Forceware 162.22
     

    sdf

    Portal Pro
    September 29, 2006
    292
    42
    Home Country
    Italy Italy
    Update.
    I have the blank screen from MediaPortal SVN-Snapshot: 07-14-2007 23-44h - Revision:15179
     

    iosub

    Portal Pro
    April 26, 2006
    573
    30
    San Sebastian
    same problem here.. with build 15155 I was able to wacth with oldfilter and EVR ON. Now with build 15223 I just get blank screen

    what log do you need,?

    Iosu
     

    Eabin

    Retired Team Member
  • Premium Supporter
  • September 18, 2006
    465
    43
    same problem here.. with build 15155 I was able to wacth with oldfilter and EVR ON. Now with build 15223 I just get blank screen

    what log do you need,?

    Iosu

    please supply mediaportal.log and vmr9.log. i will have a look at it next week.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Similar threads

    You can find ton of guide here: https://www.avsforum.com/threads/madvr-player-support-thread.2215490/?post_id=39123050#post-39123050
    You can find ton of guide here: https://www.avsforum.com/threads/madvr-player-support-thread.2215490/?post_id=39123050#post-39123050
    Hi, I have a problem if I set madVR as Video Render. When I try to play my .mkv files I have an 'Unable to play. Video COdec...
    Replies
    3
    Views
    1K
    MP1 MP2 1.31.0 Cannot view Changelog anymore DE
    Hi all, I don't frequently update my MediaPortal and before seeing if it's really useful I used to browse the Changelog to determine if this update is necessary for my system or not. Today I wanted to check the Changelog for version 1.34 (1.31 installed on my system) and I was asked for a “Jira” login. I tried to use the same one as...
    Hi all, I don't frequently update my MediaPortal and before seeing if it's really useful I used to browse the Changelog to...
    Hi all, I don't frequently update my MediaPortal and before seeing if it's really useful I used to browse the Changelog to...
    Replies
    0
    Views
    440
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core: Fix FrameGrabbing for EVR [MP1-5222] - TV Server: Fix ISO-8859-10/14 DVB text encodings [MP1-5224] - Fix Card "CancelTune" request Since Pre-Release : New: Since Pre-Release : Improvement / Rework...
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
    Replies
    0
    Views
    2K
    MP1 MP2 1.34 STB blasting for IPTV DE
    I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set top box into Mediaportal needs replaced with a different solution. I currently have HDMI from the STB to the colossus. Mediaportal is controlling the STB through a USBUIRT blaster and the blaster is...
    I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set...
    I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set...
    Replies
    0
    Views
    668
    • Sticky
    All good now!!
    All good now!!
    We have just released MediaPortal 1.36 - Polar Express x86 and x64 version. Highlights of this release Bugfixes: [MP1-5229] -...
    Replies
    2
    Views
    951
    Top Bottom