Jacob Chapman

Results 111 comments of Jacob Chapman

https://github.com/thewtex/docker-opengl/blob/master/Dockerfile https://github.com/jamesbrink/docker-opengl#docker-images https://hub.docker.com/r/jamesbrink/opengl/dockerfile it looks like a minimal install might be a little bit complicated

I don't think puppeteer is the right tool (but maybe) right now you are using the node canvas implementation, right? d3.js and three.js both work with canvas but then you...

aha... now I get it. that is an interesting problem. I think doing it deterministically like the same way with the `progress` variable for each frame will be the best...

looks like ffprobe is separate https://github.com/eugeneware/ffmpeg-static/issues/19 ?? https://github.com/joshwnj/ffprobe-static

looks like someone has done something similar before: https://github.com/vot/ffbinaries-api https://github.com/vot/ffbinaries-node

oh... for some reason I thought this repo https://github.com/vot/ffbinaries-api included the code for automatically compiling from nightly builds or something :/

The CLI could give warnings if the input files have different color space. https://youtu.be/DGY14ygjpLU?t=81

https://trac.ffmpeg.org/wiki/colorspace https://kdenlive.org/en/project/color-hell-ffmpeg-transcoding-and-preserving-bt-601/ for me colorspace is very low priority. not many consumer-grade cameras record that information. but it is an interesting problem space. I think more central to editly is...

maybe some sort of automatic color enhancement or passing through ffmpeg options for filters would be more beneficial to the average person than LUT conversion for example, desaturate: ``` -vf...