Log in

View Full Version : Fixing broken frames!


killerhis
2nd June 2003, 23:49
HI.. I've been taking a look at the anime Berserk. The problem is that it often (almost always) has broken frames at the bottom and top during shifting frames! I know that this is a source problem.. but is there a way to fix it.. or better, a easy way!
I've tried this in AVS, a function that replaces a broken frame, but it's manual, and finding all broken frames takes time:

Function CopyFrame(clip replaced_video, int frame1, int frame2)
{
video2 = replaced_video.trim(frame2,1)
replaced_video.trim(0,frame1-1) + video2 + replaced_video.trim(frame1+1,0)
}

this function works by calling: copyframe(brokenframe,replacingframe)

I've put some pixs online so you can see what i mean:

http://home.hccnet.nl/h.chourak/berserkp1.PNG
http://home.hccnet.nl/h.chourak/berserkp2.PNG
http://home.hccnet.nl/h.chourak/berserkp3.PNG
http://home.hccnet.nl/h.chourak/berserkp4.PNG
http://home.hccnet.nl/h.chourak/berserkp5.PNG
http://home.hccnet.nl/h.chourak/berserkp6.PNG

The big problem is that it often the broken earies are to big to crop.. If I would crop it.. there wouldn't be much left of the clip :D I've taken a look at the new decomb (b5) and it seems to get rid of the realy "big ones" but not all of them. Some one told me to try manual IVTC.. but doesn't work

Anyone got a idea... AAANY idea would be good :D

Thankz

KillerHIS

<<PS: hope to get some posts here :sly: >>

Defiler
3rd June 2003, 01:12
Same problem with Utena. Heh.
http://hellninjacommando.com/temp/utena-lol.jpg

DoW
3rd June 2003, 15:42
You say that manual IVTC doesnt work. How so? How are you doing manual IVTC (crossing fingers and hitting "Auto IVTC" in TMPEG only or doing field selection by hand?)

killerhis
3rd June 2003, 16:12
I dunno about the manual IVTC.. Someone who helped me... told me he tried manual IVTC on it.. and got no good results.. He told me he used TMPEG, so he probably did field selection by hand!

anyone got a idea to fix it.. someone told me that you maybe can fix it with conditional filtering, but I donno how!

Hope to get replys :sly:


Killer HIS