Video scripts problem ... #3608
Replies: 1 comment 1 reply
-
from which follows
or simpler, for immediate play at native size,
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gzotti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear everyone! I need to launch an mp4 video on stellarium, using the script. I've been trying for hours without success. Can you tell me where I'm wrong? This is my script:
core.loadVideo("GalaxyVortex.mp4","../scripts/movies/GalaxyVortex.mp4",450,252,true,2.0);
core.playVideo(true);
I also tried with:
StelVideoMgr.loadVideo("GalaxyVortex.mp4","../scripts/movies/GalaxyVortex.mp4",450,252,true,2.0);
StelVideoMgr.playVideo(true);
... but nothing appears on the Stellarium monitor ...
Can you tell me where I'm wrong? Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions