View Single Post
Old 19th March 2019, 23:06   #11  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
Quote:
Originally Posted by domator View Post
Here's a short clip after deinterlacing, upscaling and fixing colors. I think it doesn't look bad:
http://5.196.74.194/domek/Upscaled.mkv

What I used, Avisynth:
LoadPlugin("DGDecode.dll")
LoadPlugin("TIVTC.dll")
MPEG2Source("2.d2v")
TFM()
AssumeFPS(24000,1001)
nnedi3_rpow2(rfactor=2)

and then VirtualDub to fix colors, because I don't how to fix colors in Avisynth yet
This converts standard definition colorimetry to HD colorimetry.

ColorMatrix(mode="Rec.601->Rec.709", clamp=0)

Then you can add
--colormatrix bt709
to the x264 command line and with any luck, the colors of the encoded video will be the same as the DVD colors on playback Assuming no other color/brightness adjustments when encoding, but that sort of thing is personal preference.
hello_hello is offline   Reply With Quote