Jump to content

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.

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

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