Closed alpacaaa closed 9 years ago
Thanks! Can you send me a minimum example that suffers from this issue? I need to be able to reproduce the issue to be able to fix it. And as the examples work, maybe it's something that is happening only in your program? Cheers!
Found the issue! I was instantiating the VideoExport
object before calling size()
so the pixelsByte
array was empty. You might want to add this to the docs ;)
Anyway, very helpful and well done library, thanks again!
Great that you found it! I'll add that to the docs :)
On 07/13/2015 10:17 AM, Marco Sampellegrini wrote:
Closed #4 https://github.com/hamoid/video_export_processing/issues/4.
— Reply to this email directly or view it on GitHub https://github.com/hamoid/video_export_processing/issues/4#event-354101720.
Better, I will check for this situation in the source code, so you get a message saying that you should call size() first.
That sounds great :)
Hey man, great library!
I'm using it on OSX, I can run the examples fine but unfortunately I get the exception
ArrayIndexOutOfBoundsException 30000
in another project of mine. I'm not too familiar with java and processing, so I don't know how to debug this, do you have any hint?It creates an .mp4 file but it's empty and the whole sketch just crashes. This is a dump of the .txt file created by the library:
Thank you!