hamoid / video_export_processing

Processing library that interfaces with ffmpeg to export video files
http://funprogramming.org/VideoExport-for-Processing/
GNU General Public License v2.0
116 stars 19 forks source link

something like finishMove() #28

Closed clankill3r closed 7 years ago

clankill3r commented 7 years ago

There is no other way to finish a movie other then dispose(). Since this set's all things to null the user has to create a new VideoExport instance.

It would be nice if you can start and finish making movies.

hamoid commented 7 years ago

You are right. I'll add such a method.

hamoid commented 7 years ago

I'll push a new version very soon. I'm testing and it seems to work fine: now it's possible to export multiple movies while running one sketch.

What platform are you on, @clankill3r ? Could you help me test in OSX or Windows? I'm on Linux...

clankill3r commented 7 years ago

I'm on both windows and OSX

hamoid commented 7 years ago

The latest version includes startMovie and endMovie(), and an example for producing many movies from one sketch.