Hello people, how are you doing?
In my search to increase compression (not payin much attention to quality) i ended up creating a frankenstein look alike script, take a look:
Quote:
AviSource
BlindPP(cpu=4)
Blockbuster(method=''noise'', detail_min=1, detail_max=3, variance=0.1, seed=1)
Convolution3D(''vhsbq'')
Deen()
GripCrop(352, 240, overscan=2, source_anamorphic=false)
GripSize(resizer=''BilinearResize'')
Unfilter(-5, -5)
Undot()
TemporalSoften(4,4,8,15,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
|
I simply searched for the best compression filters and joined them all together.
The compression is great and quality isn`t that bad either (for me)!
What filters or tweaks should i add to the current script to increase compression even more?
What do you think of VagueDenoiser()? is it any good? where do i put it in the script?
Should i use TemporalCleaner instead of TempotalSoften? What about the best parameters for it?
Thanks
Luciano