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: >>
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: >>