Tommy P
18th April 2004, 16:31
Hi everybody!
I've read the sticky on undersized files, but I'm not sure it addresses my situation. So here's my problem...
I'm using GKnot on a movie that seems to be one of those bad PAL -> NTSC conversions (namely, one progressive frame out of six). Initially, I just used the script GKnot has automatically generated for me, which included this line:
Telecide(order=1,guide=1).Decimate()
The result was a slightly jumpy playback, with a lot of interpolated frames. But the file size was right on: exactly 700MB.
Then I manually edited the script to this:
Telecide(order=1,guide=3).Decimate(cycle=6)
This got rid of jumpiness and resulted in a lot fewer interpolated frames.
But after the first pass, I got a warning saying that there were more frames IVTC'd than initially set to. Also, the resulting AVI file size was suboptimal (675MB instead of one full 700MB CD).
So why did I get this warning, and what can be done about it, in order to optimize the file size?
Thank you in advance!
I've read the sticky on undersized files, but I'm not sure it addresses my situation. So here's my problem...
I'm using GKnot on a movie that seems to be one of those bad PAL -> NTSC conversions (namely, one progressive frame out of six). Initially, I just used the script GKnot has automatically generated for me, which included this line:
Telecide(order=1,guide=1).Decimate()
The result was a slightly jumpy playback, with a lot of interpolated frames. But the file size was right on: exactly 700MB.
Then I manually edited the script to this:
Telecide(order=1,guide=3).Decimate(cycle=6)
This got rid of jumpiness and resulted in a lot fewer interpolated frames.
But after the first pass, I got a warning saying that there were more frames IVTC'd than initially set to. Also, the resulting AVI file size was suboptimal (675MB instead of one full 700MB CD).
So why did I get this warning, and what can be done about it, in order to optimize the file size?
Thank you in advance!