Jump to content
  • Announcement

    The HyperSpin 2 early access beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

start mp4 video config


paulmichel21

Recommended Posts

Posted

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?

Posted

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.

Posted
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.

Posted

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

Posted
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?

Posted

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

Posted
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

Post the code you are using.

Posted
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

Posted

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.

Posted
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
Posted
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.

Posted
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.

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...