Topic: Ugly frames generated (need newbie help)
I'm happy I finally got my environment so that InterFrame2 executes without blowing up! (Had to switch to a newer CPU than my P4.)
But I'm at a loss to know how to proceed. Here's my script:
AviSource("Tom's-VB-test.avi" )
ConvertToYV12()
Import("C:/Program Files/AviSynth/plugins/InterFrame2.avsi")
InterFrame(NewNum=30, NewDen=1, Cores=4)
I've uploaded the test AVI, which has 50 frames in Lagarith codec, to this link:
http://www.tomsgoodfiles.com/tom's-vb-test.avi
(About 16MB)
It is at 15fps, and I'm trying to increase to 30. I expected that the frames generated (the ones inbetween the existing ones) would be as clear as the 2 frames surrounding. But in most cases they're not. Could someone please download my AVI and try it out? It's a couple seconds in a volleyball game. You'll see 3-legged women and sometimes a single ball in 2 places at once! And in at least one case, the woman's head is missing!
I didn't realize this process would take a lot of tuning, and I don't know how to proceed. I can't find any info to help me deal with this. I did try all the "Tuning=" options, but none fixed it and I think some were worse. From reading the InterFrame2.html, it appears there are lots of options but no guidance for how to pick them. In the one case of "Tuning=" I was baffled by the stated tension between smoothness and "frame cohesiveness". To me they are the same thing. I simply would like the generated frames to have all elements exist with the same clarity that their 2 surrounding frames have.
I didn't see any problems in the "20110618-Sample-InterFrame.mkv" video I viewed, yet isn't that just as complicated as my clip??
If all I need is discussed somewhere else already, I'll be happy to do all reading there, if someone would kindly point me to it.
If it's easy for someone to "tune up" the parameters for the above clip of mine, perhaps you could do it, then I could read and study what went into it later, while I have GBs of AVIs being processed over days of VirtualDub runs. (I have a lot of volleyball games in this format that I wish to convert.) I'd really appreciate the jump-start.
Thank you so much for what I hope will be a tool that really does what I've been dreaming of.