t-brieger

Results 10 comments of t-brieger

I think the "Releases?" point is better addressed using git's tag feature, since we aren't actually going to distribute binaries anyway, and github generates zip files of the repository at...

Using other mods, especially ones that modify rendering in some way, alongside fp2 is generally a bad idea (hence why its the pre-pre-pre-alpha version)

currently (as you can see if you just look at the commits), the main thing matrix is working on is abstracting APIs away (this *might* help with the compatibility issue...

since it's easy to forget: obligatory reminder to put a notice to paper, as well as its download page, somewhere as per gnu gpl v3 5d and 6d

ok, thanks for the response :)

related to this: maybe parse escaped characters (for example, in a path like `/home/name\ with\ spaces/file\/with_a_weird_name`)

it might be worth noting that, while this is easy to implement, not all players (entirely) support the video being *bigger* than its first frame, whereas support for *smaller* frames...

no, it has not. this issue is about using different modes at different times, not just `Object.assign`ing them consecutively, as (I think) the description makes clear.

can you try to run `command -v ffmpeg`? it is what the script does internally to figure out if an `ffmpeg` executable exists, and as per [this stackoverflow answer](https://stackoverflow.com/a/677212/8269281), it...