^Miki^ Posted February 13, 2014 Report Posted February 13, 2014 Dear,I'm looking for a software like picturestoexe from long time but i have a problem...I'd like to use it to create some little video file to execute when Windows start for advertising.The best feature of Picturestoexe for me is that you can create an exe file so I can't install any mediaplayer or other software to run the video.I have created a project with some video and photo and i have create the exe file.I have try it and is work if i put it on the Windows startup folder.The problem born when I put the exe file in another system (kiosk), the Kiosk have an Intel NUC i5 and a 42" professional display with HDMi connectionWhen I switch on system, the PC and the display start at the same time but the dispay have a "slow boot" and the PC load the OS very fast and start the video(ssd inside)but, in this casethe video start but i can see only the photo and not the video are showed on the display, i see a black screen when the video could be run. In this scenario if i reboot the system all work good and the video are showed on the display, in this case i can also show the Windows OS starting logo ecc...I try to put an empty image for 20 second at the first but without result.I think that the problem is caused from the display delay that is slow to change from the low resolution of the Windows startup to the HD resolution when the OS is ready to useSome other people have had my problem? Quote
Guest Yachtsman1 Posted February 13, 2014 Report Posted February 13, 2014 MikiIf I read you right, you are confusing an exe file with a video file? PTE allows you to create either from your AV show, from what I gather you need a video not an exe?Yachtsman1. Quote
tom95521 Posted February 13, 2014 Report Posted February 13, 2014 If you want to delay startup you can run a small slideshow before the main slideshow.This example waits 10 seconds before running the main slideshow hello.exe on my desktop. It's a windowed mode slideshow (could have made it full screen) so you see a small black square at the center of the screen.Tomdelay.zip Quote
^Miki^ Posted February 14, 2014 Author Report Posted February 14, 2014 MikiIf I read you right, you are confusing an exe file with a video file? PTE allows you to create either from your AV show, from what I gather you need a video not an exe?Yachtsman1.Yachtsman1 sorry but I'm not confusing, I have use this funciotn.Executable File for PC (EXE file)If you want to publish an Executable file for PC (EXE file) do the same steps as if you publishexecutable file for Mac. Just click Publish show button and choose the place to save it on thecomputer. It will be saved as EXE file and will work only on Windows. Quote
^Miki^ Posted February 14, 2014 Author Report Posted February 14, 2014 If you want to delay startup you can run a small slideshow before the main slideshow.This example waits 10 seconds before running the main slideshow hello.exe on my desktop. It's a windowed mode slideshow (could have made it full screen) so you see a small black square at the center of the screen.Tomdelay.zipDear Tom,I have already try the delay option without result... Quote
tom95521 Posted February 14, 2014 Report Posted February 14, 2014 Another option is to create a script using your favorite programming language.Example of a simple script using autoit.;sleep 20 secondssleep(20000);run slideshowRun("slideshow.exe")I compiled it but it has a few false positives so I did not post.You can create a batch file but it will show up on the screen during the delay.Here is a free sleep application. Google is you friend.http://www.sleepcmd.com/index.htmlI still think a slideshow calling another slideshow is the best method since it requires nothing more than PTE.Tom Quote
^Miki^ Posted February 17, 2014 Author Report Posted February 17, 2014 Another option is to create a script using your favorite programming language.Example of a simple script using autoit.;sleep 20 secondssleep(20000);run slideshowRun("slideshow.exe")I compiled it but it has a few false positives so I did not post.You can create a batch file but it will show up on the screen during the delay.Here is a free sleep application. Google is you friend.http://www.sleepcmd.com/index.htmlI still think a slideshow calling another slideshow is the best method since it requires nothing more than PTE.TomDear Tom,your solution is a good workaround that resolve my problem.I create a batch file and put it in autorun folderc:\sleep.exe 20 /quietc:\myvideo.exeGreat thanks for info Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.