View Single Post
Old 25th November 2017, 00:08   #13  |  Link
KingLir
Registered User
 
Join Date: Jan 2017
Posts: 146
Quote:
Originally Posted by Myrsloik View Post
Many Thanks !!

1.
I was managed to build on macOS with the following:
gcc -c -fPIC ${CFLAGS} ${CPPFLAGS} -I. $(pkg-config --cflags vapoursynth) -o main.o dotkill1.cpp
g++ -dynamiclib -undefined suppress -flat_namespace *.o -o libdotkill.dylib

2. It does seems to remove nice amount of DotCrawl but not for frames before and after scene change. It's like it takes time for it to "kick in".
Got an idea how to fix this ?

3. When you have to use de-interlacer like QTGMC ( for PAL DVD- 24fps master that was converted to 25fps ) it seems it work best when you apply DotKill before QTGMC. Does it make sense ?

Last edited by KingLir; 25th November 2017 at 00:17.
KingLir is offline   Reply With Quote