27.08.2019, 13:35
input : 3 840 x 2160 HEVC 10bit
output : 1920 x 1080 x265 10bit
current:
---------------------------
blah blah ~~~
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
ConvertBits(8)
LSFmod(Smode=5,Smethod=3,Lmode=4,soft=-2,edgemaskHQ=true)
Spline64ResizeMT(1920,1080)
ConvertBits(10)
PreFetch(6)
return last
Result :
very slow
Line Change:
---------------------------
blah blah ~~~
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
Spline64ResizeMT(1920,1080)
ConvertBits(8)
LSFmod(Smode=5,Smethod=3,Lmode=4,soft=-2,edgemaskHQ=true)
ConvertBits(10)
PreFetch(6)
return last
Result : fps 5.9
We need to resize it first.
------------------------
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
1) resolution
2) degrain
3) sharpening
------------------------
degrain and Sharpening:
Current:
1) sharpening (x)
2) degrain (x)
modify:
1) degrain (o)
2) sharpening (0)
Request update:
current mkv info: x265 Encoding settings: Total-frames=0
command: --frames (Frame count) auto ok? Total-frames=57843256
PS:
This download is not available at this time.
http://www.selur.de/downloads
output : 1920 x 1080 x265 10bit
current:
---------------------------
blah blah ~~~
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
ConvertBits(8)
LSFmod(Smode=5,Smethod=3,Lmode=4,soft=-2,edgemaskHQ=true)
Spline64ResizeMT(1920,1080)
ConvertBits(10)
PreFetch(6)
return last
Result :
very slow
Line Change:
---------------------------
blah blah ~~~
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
Spline64ResizeMT(1920,1080)
ConvertBits(8)
LSFmod(Smode=5,Smethod=3,Lmode=4,soft=-2,edgemaskHQ=true)
ConvertBits(10)
PreFetch(6)
return last
Result : fps 5.9
We need to resize it first.
------------------------
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
1) resolution
2) degrain
3) sharpening
------------------------
degrain and Sharpening:
Current:
1) sharpening (x)
2) degrain (x)
modify:
1) degrain (o)
2) sharpening (0)
Request update:
current mkv info: x265 Encoding settings: Total-frames=0
command: --frames (Frame count) auto ok? Total-frames=57843256
PS:
This download is not available at this time.
http://www.selur.de/downloads