Nick Desaulniers

Results 202 comments of Nick Desaulniers

The order looks to me like `BOTTOM-LEFT`, `BOTTOM-RIGHT`, `TOP-RIGHT`, `TOP-LEFT`. I assume you're using uv coordinates where the origin is in the bottom left most corner? Because the existing docs...

Assuming the origin is implied to be in the top left, which I guess makes sense for canvas 2d, then the order is `TOP-LEFT`, `TOP_RIGHT`, `BOTTOM_RIGHT`, `BOTTOM_LEFT`. That's really going...

I think I fixed this in a separate branch I have yet to merge into master.

LOL I tried to fix it in ffmpeg and upstream it, but the patch was rejected. > Any reason why you went about it that way? Patching such a big...

Glad someone is testing it out. Hope it works for you guys. Let me know how they find it. One of these days I'll get around to refreshing the UI.

Matt, yeah right on, I'd love a PR. I should give this lib some more attention, though it's somewhat obsolete now that FF is supporting mp3's now. Worst case, we...

[this](https://github.com/nickdesaulniers/javascript-playlist-parser) might help.

Looks like there are some bugs with the length of the songs being cut short? Will have to investigate.