realfinder / AVS-Stuff

avs/avs+ Stuff
GNU General Public License v2.0
61 stars 15 forks source link

AnimeITVC error with some .mpg video #161

Closed kedaitinh12 closed 2 years ago

kedaitinh12 commented 2 years ago

I error with some screenchange in this video when use with AnimeITVC(1) https://drive.google.com/file/d/1TqPZyX0HfjdTCO3PNyhslgYxV87C4EUI/view?usp=sharing

realfinder commented 2 years ago

what "error"?

kedaitinh12 commented 2 years ago

what "error"?

Screenchange repeat with L-Smash

My scripts: LWLibavVideoSource("C:\Users\ADMIN\Downloads\Lie - No Sleeves.mpg") AnimeITVC (1)

realfinder commented 2 years ago
LWLibavVideoSource("Lie - No Sleeves.mpg")
RequestLinear(clim=100)
AnimeIVTC (1)

work, but it's not AnimeIVTC problem at all so you should report it to L-Smash

kedaitinh12 commented 2 years ago

Ok, thanks

kedaitinh12 commented 2 years ago

I had more problem when use with AnimeITVC(1). After deinterlaced, video had glitched, artifaced Example: https://mega.nz/file/YeQ1jDiT#B2AvjCC-39XxxDjen67Hllt2l5UxK2fmtStfZbJuuP8

realfinder commented 2 years ago

maybe it's same problem as the 1st one, anyway AnimeIVTC(1) is just use tivtc, vsTMM/TMM, tdeint and nnedi3 so it's not AnimeIVTC since it's just a wrapper

realfinder commented 2 years ago

after quick test I see no problem in last sample

realfinder commented 2 years ago

also I got solution for you, encode the sample video above in lossless avi and then use that avi in avs, if it ok then it's 100% L-Smash seeking problem

kedaitinh12 commented 2 years ago

Ah, ok, i will report to L-SMASH development