Jaded-Encoding-Thaumaturgy / vs-scale

VapourSynth (de)scaling functions
MIT License
10 stars 4 forks source link

`descale` Add kernel used as frameprop #68

Closed LightArrowsEXE closed 1 year ago

LightArrowsEXE commented 1 year ago

It would be nice if the user could very easily see what kernel was used in the end from within the output clip. This could be easily done through a frameprop. The alternative, as far as I'm aware, is to grab the DescaleAttempts from DescaleResult, but that's a bit annoying if you're trying to quickly see what kernels were used for a whole bunch of different scenes.