ChiDragon
20th January 2006, 06:24
I've got a Bell ExpressVu 5900 PVR, and I extract shows off of it using "PVR Explorer". For whatever reason, some shows end up being "field shifted", such that progressive 29.97 footage (some CGI sequences, fades, etc.) becomes interlaced, and scene changes that should be clean breaks become a mish-mash of one field from the first scene and one from the second. I noticed the same thing with some DirecTivo footage, and it's all random. Some airings even of the same episode have it, some don't.
Anyway, I can fix it when I'm doing re-encoding using this AviSynth script:
SeparateFields()
Trim(1,0)
Weave()
But I'm wondering if there's any way of fixing it without re-encoding? TyTools apparently does field-accurate editing, but will it reweave the footage so that the fields are aligned like the AviSynth script does? I tried it out with no luck but the setup is kinda confusing so I'm not even sure that I cut it right. If not, does anyone know of some app that does?
Anyway, I can fix it when I'm doing re-encoding using this AviSynth script:
SeparateFields()
Trim(1,0)
Weave()
But I'm wondering if there's any way of fixing it without re-encoding? TyTools apparently does field-accurate editing, but will it reweave the footage so that the fields are aligned like the AviSynth script does? I tried it out with no luck but the setup is kinda confusing so I'm not even sure that I cut it right. If not, does anyone know of some app that does?