Blu-Ray / HD-DVD Player with PowerDVD (a working solution) (1 Viewer)

Does this solution help you to play Blu-Ray or HD-DVD movies?

  • Yes

    Votes: 211 80.5%
  • No

    Votes: 51 19.5%

  • Total voters
    262

PVRJunky

MP Donator
  • Premium Supporter
  • November 19, 2007
    16
    0
    I change the profile for changing the frequenzy to 24Hz, so I can watch the HD/BD Disk in 1080/24p. (1080 line with 24 Hz progressive mode).

    Autoplay is definetly possible, here is the matching reduced skript without changing the profile.

    Code:
    ; start PowerDVD
    Run("C:\program files\CyberLink\PowerDVD\PowerDVD.exe")
    
    ; Maximize PowerDVD and set focus to PowerDVD
    WinWait("CyberLink PowerDVD")
    MouseClick("left", 1200, 540, 2, 1)
    WinActivate("CyberLink PowerDVD")
    MouseMove(1920, 540, 100)
    Sleep(1000)
    Send("{ENTER}")
    
    
    ; Wait untiul PowerDVD is closed
    WinWaitClose("CyberLink PowerDVD")
    
    Exit

    That's all.

    Don't forget to set MPminimize to True in the konfiguration of you MultiShortCut Plugin.
     

    schakal007

    Portal Member
    February 1, 2008
    13
    6
    I think you can replace the mousemovement with send({z}) this should set the PowerDVD to fullscreen and the mousemovements are not important, I think. The mouse will be invisible after starting the BD oder HDDVD.
     

    risu

    MP Donator
  • Premium Supporter
  • September 22, 2006
    279
    19
    Home Country
    Finland Finland
    Anyone know a way how to change display settings/make such profile with latest forceware?
     

    jcm

    Portal Member
    September 4, 2007
    19
    0
    Home Country
    Germany Germany
    I think this solution is better for starting PowerDVD maximized:

    Code:
    Run("C:\Programme\Cyberlink\PowerDVD\PowerDVD.exe", "C:\Programme\Cyberlink\PowerDVD\", @SW_MAXIMIZE);
    WinWait("CyberLink PowerDVD");
    WinWaitClose("CyberLink PowerDVD");
     

    justinteract

    Member
    November 8, 2007
    95
    13
    Hamburg
    Home Country
    Germany Germany
    TO: risu
    I have tried to make my IRTrans control PDVD but couldnt get it to work. Only the up/down/left/right and the ok button work. I do not have a "translator" application. The only thing I can see where I can change application control is via APP_COMMAND which can be defined in the apps.cfg ... but I could not get it to work with PDVD Ultra.
    Did you manage to get to control MP and PDVD with the same remote ?
     

    MoPhat

    Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    justinteract

    have you tryed my solution from first post?

    If yes, then the mapping from PDVD ist the same like in MP for the controls ... i mean p = play, b = stop... etc.

    greetz
    MoPhat

    MacMini

    have you tryed it, and its works?

    MoPhat
     

    justinteract

    Member
    November 8, 2007
    95
    13
    Hamburg
    Home Country
    Germany Germany
    TO: MoPhat
    no I haven't tried your solution yet. Should that work under vista and with IrTrans ?
    I dont understand how you manage to change how PDVD and IrTrans communicate but I will certainly try your solution.
    I am just currently in the deep regions of trying to understand which XML element does what when writing skins :) and that can unfortunatly take a while...

    Olaf
     

    Users who are viewing this thread

    Top Bottom