paulmichel21 Posted March 6, 2015 Posted March 6, 2015 I try to run first c://media/intro.mp4 i associated with vlc. then c://hyperspin.exe launch, tur another volume adjuster, hypersearch, etc ...8 but dont work anything any idea for help me?
ghutch92 Posted March 10, 2015 Posted March 10, 2015 convert the video to an flv format and use it as the intro video for hyperspin. Then set the hyperspin startup script to be your startup program in hyperhq. You can then use the startup script to start other programs. How to Install HyperSpin and more RocketLauncher HyperSpin Startup Script
paulmichel21 Posted March 10, 2015 Author Posted March 10, 2015 convert the video to an flv format and use it as the intro video for hyperspin. Then set the hyperspin startup script to be your startup program in hyperhq. You can then use the startup script to start other programs. thanks but no. I want to put a quality video since I have a LED 23 inch and the flv format is very bad image. now I do it with .bat executable but I would like to do something more neat and elaborate. why I ask for help because if I put a .ahk run, c: // xxxxxxxxx. mp4.exe then run c: // xxxxxxxxxx. startup script.exe I get an error and everything works but poorly I appreciate your help.
ghutch92 Posted March 10, 2015 Posted March 10, 2015 here is what an ahk script might look like run, c:\.....\vlc.exe "c:\.......\intro.mp4" --fullscreen ; --no-mouse-events --no-keyboard-events --video-on-top sleep, 10000 ;milliseconds to wait on video run, c:\.......\hyperspin.exe sleep, 5000 ;milliseconds to wait on hyperspin to start process, close, vlc.exe ;don't leave vlc running exitapp How to Install HyperSpin and more RocketLauncher HyperSpin Startup Script
paulmichel21 Posted March 11, 2015 Author Posted March 11, 2015 here is what an ahk script might look like run, c:\.....\vlc.exe "c:\.......\intro.mp4" --fullscreen ; --no-mouse-events --no-keyboard-events --video-on-top sleep, 10000 ;milliseconds to wait on video run, c:\.......\hyperspin.exe sleep, 5000 ;milliseconds to wait on hyperspin to start process, close, vlc.exe ;don't leave vlc running exitapp Thanks really thanks i try this but how hide vlc start windows?
ghutch92 Posted March 11, 2015 Posted March 11, 2015 Thanks really thanks i try this but how hide vlc start windows? please explain better How to Install HyperSpin and more RocketLauncher HyperSpin Startup Script
paulmichel21 Posted March 11, 2015 Author Posted March 11, 2015 if, when open vlc.exe shows the edges until it starts intro.mp4 video in fullscreen in other words hide emulator in this case vlc.exe and need hide cursor too please sorry for my english
paulmichel21 Posted March 13, 2015 Author Posted March 13, 2015 please explain better Yea p sorry for my english
ghutch92 Posted March 14, 2015 Posted March 14, 2015 if, when open vlc.exe shows the edges until it starts intro.mp4 video in fullscreenin other words hide emulator in this case vlc.exe and need hide cursor too please sorry for my english Post the code you are using. How to Install HyperSpin and more RocketLauncher HyperSpin Startup Script
paulmichel21 Posted March 14, 2015 Author Posted March 14, 2015 here is what an ahk script might look like run, c:\.....\vlc.exe "c:\.......\intro.mp4" --fullscreen ; --no-mouse-events --no-keyboard-events --video-on-top sleep, 10000 ;milliseconds to wait on video run, c:\.......\hyperspin.exe sleep, 5000 ;milliseconds to wait on hyperspin to start process, close, vlc.exe ;don't leave vlc running exitapp It same code but i need hide cursor and startup program vlc hide only show in fullscreen video.mp4
ghutch92 Posted March 14, 2015 Posted March 14, 2015 I don't see why you need to use vlc. I do fine making hyperspin using mp4 videos as my intro video. I do "convert" the videos by changing the extension. So tell me again why you need vlc. How to Install HyperSpin and more RocketLauncher HyperSpin Startup Script
paulmichel21 Posted March 14, 2015 Author Posted March 14, 2015 I don't see why you need to use vlc. I do fine making hyperspin using mp4 videos as my intro video. I do "convert" the videos by changing the extension. So tell me again why you need vlc. In flv is very bad resoution i have led monitor 23" and see very bad with flv video. I need mp4 extension or avi
ghutch92 Posted March 14, 2015 Posted March 14, 2015 In flv is very bad resoution i have led monitor 23" and see very bad with flv video. I need mp4 extension or avi You don't need to convert the video. You just need to change the extension for it to work. How to Install HyperSpin and more RocketLauncher HyperSpin Startup Script
vampirolatino2 Posted March 14, 2015 Posted March 14, 2015 Yes, just change for example: intro.flv to intro.mp4
ghutch92 Posted March 14, 2015 Posted March 14, 2015 Yes, just change for example: intro.flv to intro.mp4 it needs to be intro.flv for hyperspin to find it so instead it would be the other way around intro.mp4 -> intro.flv. No actual conversion just renaming mp4 to flv. How to Install HyperSpin and more RocketLauncher HyperSpin Startup Script
vampirolatino2 Posted March 15, 2015 Posted March 15, 2015 it needs to be intro.flv for hyperspin to find it so instead it would be the other way around intro.mp4 -> intro.flv. No actual conversion just renaming mp4 to flv. true, I used a wrong example lol
Recommended Posts
Archived
This topic is now archived and is closed to further replies.