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.
That's all.
Don't forget to set MPminimize to True in the konfiguration of you MultiShortCut Plugin.
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.