antimatter15/whammy

Got a broken webm file

Opened this issue · 1 comments

I add almost 300 frames to make a 21 sec video.
There was no error message, however it return a webm with correct width, height and time length but the scene is whole black, and it can't be played.

The following is where I called whammy:
var whammy = new Whammy.Video();
whammy.add(webpDataURL, time);
var output = whammy.compile();

Is there any suggestion or limit I missed it?