Hi,
I'm using Ripbot264 for encoding movies.
I just want to know if the ARRANGEMENT of the codes below is correct. I don't exactly know how to use MergeChroma. I want to see if i used it properly.
DirectshowSource("abcde.mp4").ConvertToRGB32 / .ConvertToYV24 (matrix="", chromaresample="spline36")
MergeChroma(Spline36Resize(x,y, 0, 1).Sharpen(.6))
ConvertToYV12(matrix="", chromaresample="spline36")
I want to apply the same thing that was suggested here https://nic.dnsalias.com/showthread.php?p=1571315#post1571315
Thank you.
I'm using Ripbot264 for encoding movies.
I just want to know if the ARRANGEMENT of the codes below is correct. I don't exactly know how to use MergeChroma. I want to see if i used it properly.
DirectshowSource("abcde.mp4").ConvertToRGB32 / .ConvertToYV24 (matrix="", chromaresample="spline36")
MergeChroma(Spline36Resize(x,y, 0, 1).Sharpen(.6))
ConvertToYV12(matrix="", chromaresample="spline36")
I want to apply the same thing that was suggested here https://nic.dnsalias.com/showthread.php?p=1571315#post1571315
Thank you.