Just a tip for you.
You may want to read up on telecine and IVTC. The correct framerate should be 23.976 once you reverse the telecine that is present in this blu-ray. Since you only de-interlaced this, each 5th frame is a duplicate of the previous frame, resulting in a choppy video on playback. Also, Hump Bang!'s source in general is pretty bad, so QTGMC is suggested to fix it even further.
You'll want to be using TIVTC (tfm) with TDeint (or yadif) for deinterlacing as the base IVTC and then clean it up further with QTGMC after that.
If you use avisynth, it would look something like this:
ppfriend=tdeint(mode=2)
tfm(PP=5,clip2=ppfriend).tdecimate(mode=1)
QTGMC("settings")
tdecimate(mode=1) gets rid of the duplicate frames and the mode=1 is tuned specifically for cartoons. If you used a GUI-based ripper you may be able to add QTGMC after the regular IVTC, but I am not certain.
Thank you for the tip, Puff! I've been aware of the annoying choppy video on playback (more noticeable during camera in motion) but I just couldn't find a solution for it. I'll study on the things you pointed out when I get a chance.
Comments - 5
Toshi-san
indiangamer007
bbdone
Puff
saitei (uploader)