We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Where on github can I found the source code for the Movie Maker tool. I can't find it anywhere and I need to access it by code rather then by a tool.
Answers
Search within the processing github page
https://github.com/processing/processing/blob/0abee5af6ad3b11cf2b73bb794b8a97c157c4762/build/shared/tools/MovieMaker/src/processing/app/tools/MovieMaker.java
thanks!
Hello, is there a way to action the createMovieButton by simple coding, instead of manually going out to the Tools interface ? I'm trying to automatically sample chosen parts of a video flow. @ koogs : the answer must be somewhere in the source code but it looks a little bit beyond my skills ;) Thank you !
@MichelNimes --
Are trying to pop up the Movie Maker wizard UI form while your sketch is running?
Or are you trying to automatically start and stop screen recording to a video file as a background operation while your sketch is running?
If the second, you probably don't want to use the want the MovieMaker Tool -- instead you want the Video Export Library by @hamoid :
Thank you very much Jeremy, had'nt found this VideoExport lib, which is what I was seeking for (staying in the code and avoid the pop up). This works fine, the only difficulty for me was to first install ffmpeg, what I managed thx to Homebrew : https://brew.sh/ For some further questions I now logically go to the video export forum page that you mention : https://forum.processing.org/two/discussion/22139/video-export-library-0-1-9 :-)