View Single Post
Old 17th July 2020, 20:02   #29632  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
Quote:
Originally Posted by cartman0208 View Post
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?
Don't use DirectShowSource. Make .dgi index files of the 2 files (original and encoded) instead.
Sharc is offline   Reply With Quote