Cebez
1st August 2015, 18:01
Hello, guys^^
I'm relatively new to avisynth and its filters usage, so I was wondering if someone can tell me if I'm going too heavy with some filters or not.
I made some tries with an anime OAD:
http://screenshotcomparison.com/comparison/134690
The AVS script that I used is this:
FFVideoSource("videopath.mkv")
maa().maa()
GradFun3(lsb=true)
Dither_convey_yuv4xxp16_on_yvxx()
addgrainc(1,constant=true)
The third and fourth lines were suggested to me by a friend, he says that if I have a 8bit source and want to encode it in 10bit, I need a script like this:
FFVideosource("sourcepath.mkv")
GradFun3(lsb=true)
Dither_convey_yuv4xxp16_on_yvxx()
adding --input-depth 16 --input-res widthxheight to the cmd, but I really don't know if I can integrate it like that to the script or is better to encode a first time to filter and then a second time for the 10bit conversion.
Sorry if there are some grammar errors or if I didn't explain too well, but I'm not an native English speaker.
P.S. The screenshots were made with avspmod, but I don't know if screenshotcomparison uploaded them without quality loss. If it's better, I'll zip everything and upload it so something like mediafire.
I'm relatively new to avisynth and its filters usage, so I was wondering if someone can tell me if I'm going too heavy with some filters or not.
I made some tries with an anime OAD:
http://screenshotcomparison.com/comparison/134690
The AVS script that I used is this:
FFVideoSource("videopath.mkv")
maa().maa()
GradFun3(lsb=true)
Dither_convey_yuv4xxp16_on_yvxx()
addgrainc(1,constant=true)
The third and fourth lines were suggested to me by a friend, he says that if I have a 8bit source and want to encode it in 10bit, I need a script like this:
FFVideosource("sourcepath.mkv")
GradFun3(lsb=true)
Dither_convey_yuv4xxp16_on_yvxx()
adding --input-depth 16 --input-res widthxheight to the cmd, but I really don't know if I can integrate it like that to the script or is better to encode a first time to filter and then a second time for the 10bit conversion.
Sorry if there are some grammar errors or if I didn't explain too well, but I'm not an native English speaker.
P.S. The screenshots were made with avspmod, but I don't know if screenshotcomparison uploaded them without quality loss. If it's better, I'll zip everything and upload it so something like mediafire.