vonhoro / Automate-encoding

A big script an utilities to automatize encoding
MIT License
0 stars 1 forks source link

[Feature Request] [Filter] Fixing gamma bug #9

Open Motophan opened 3 years ago

Motophan commented 3 years ago

Note the process is

Load up source -> crop -> filter -> test encodes to get variable x264 settings -> mux / set tracts -> upload template

This should be BEFORE testing x264 values.

filtered = core.std.Levels(clip, gamma=0.88, min_in=16, max_in=235, min_out=16, max_out=235, planes=0)

This assumes your cropped clip is called "resized"

Have some mechanism to select this w/ GUI