cartman0208
20th July 2020, 09:42
Hi All,
I'm quite new to Avisynth scripting, but I wanted to compare my reencoded videos to the original ... frame by frame.
This works great for 1080p sources:
LoadPlugin("U:\Tools\dgdecnv2053\DGDecodeNV.dll")
a=DGSource("U:\Temp\00011o.dgi",Show=true).Subtitle("O", align=2, size=30, text_color=$ffffff)
b=DGSource("U:\Temp\00011n.dgi",Show=true).Subtitle("N", align=2, size=30, text_color=$ffffff)
return interleave(a, b)
But with UHD the output looks inverted and like the red channel only (https://jammernhilftnichts.de/download/test3.jpg) ... at least with mpc-hc x64 (didn't find an other capable player yet)
Any hints?
I'm quite new to Avisynth scripting, but I wanted to compare my reencoded videos to the original ... frame by frame.
This works great for 1080p sources:
LoadPlugin("U:\Tools\dgdecnv2053\DGDecodeNV.dll")
a=DGSource("U:\Temp\00011o.dgi",Show=true).Subtitle("O", align=2, size=30, text_color=$ffffff)
b=DGSource("U:\Temp\00011n.dgi",Show=true).Subtitle("N", align=2, size=30, text_color=$ffffff)
return interleave(a, b)
But with UHD the output looks inverted and like the red channel only (https://jammernhilftnichts.de/download/test3.jpg) ... at least with mpc-hc x64 (didn't find an other capable player yet)
Any hints?