Mikewando

Results 15 comments of Mikewando

I think there are broadly situations outside of rendering which are interested in whether a line is dialogue or typesetting that should be considered. I would prefer not to tie...

I have made similar changes to use additional fonts. Would definitely be nice to have a hook so editing `Application.cpp` can be avoided.

Getting the audio to ffmpeg works just fine, no issue there. The workflow is quite simple, just opening a script that has audio in MPC-HC.

Also it seems that tonemapping options have diverged significantly (several new ones, several deprecated ones) so I'll go through them Soon™ and open a separate PR.

Keeping a PR straight with the forks is 😬 so I'm just going to close this, but I believe with changes merged into https://github.com/sgt0/vs-placebo/tree/7c1ec28791e13e79b80f99e1dbbc00556ae19134 that static windows github actions builds...

If someone actually wants to build against ffmpeg 7.x the issue seems to be that ffmpeg 7.0 removed the bitmask audio channel methods (which were deprecated in 5.1) and the...

Further expanded by https://github.com/Mikewando/manipulate-motion-vectors into `manipmv.ShowVect()`

My only philosophical opposition is to mixing reproducibility into the scope. Ignoring vapoursynth entirely, I think the python ecosystem doesn't make robustly reproducing scripts with serious dependencies feasible in general....

I kind of do like the idea of _optionally_ installing plugins via pip from a user perspective. The pluggy suggestion seems to be a reasonable way to go about it...

> auditwheel show: shows external shared libraries **that the wheel depends on** (beyond the libraries included in the manylinux policies), and **checks the extension modules** for the use of versioned...