We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello all,
I want to load a movie during the sketch (and not in setup() because it takes too long then and the movie is rarely needed in the sketch) and when I load it, I want to show a small animation, to show the user has to wait.
myMovie = new Movie(this, "my.mov");
but I can't show any animation because the sketch waits at this line...
so how can I put this in another thread of event function please?
I am lost.
Thank you all!!!
Best, Chrisir ;-)
Answers
Wow...
I'll test it....
thank you!
this works:
Indeed forgotten to play() the video and
import
the Movie class: #-othanks again
can you recommend a program to compress this mov-file?
thank you!
AFAIK, in order to shorten a video file we need to re-decode it using a worse setting.