View Single Post
Old 17th July 2020, 19:02   #29630  |  Link
cartman0208
Registered User
 
Join Date: Jun 2010
Location: Germany
Posts: 205
First encode looks pretty awesome, but I wanted to compare more closely, so I tried AviSynth interleave (first time for me) on the m2ts files

Immediately I noticed random artifacts on the reencoded file.

Code:
a=DirectShowSource("U:\FullDisc\OLYMPUS_HAS_FALLEN\BDMV\STREAM\00021.m2ts").Subtitle("O", align=2, size=30, text_color=$ffffff)
b=DirectShowSource("U:\BD-Output\OLYMPUS_HAS_FALLEN\BDMV\STREAM\00021.m2ts").Subtitle("NV", align=2, size=30, text_color=$ffffff)
return interleave(a, b)
Playing the resulting file alone is without artifacts...
Any Hints from the AviSynth pro's?
cartman0208 is offline   Reply With Quote