vonhoro / Automate-encoding

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

[Feature Request] [Filter Options] Anti-aliasing #10

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.

python modual -> https://gist.github.com/4re/342624c9e1a144a696c6

import edi_rpow2 as edi aa = edi.nnedi3_rpow2(clip=resized,rfactor=2,nns=1,correct_shift="Spline36")

This assumes your cropped clip is called "resized"

Have some mechanism to select this w/ GUI