I have 3GB .avi that was telecined from 24 fps film into a 29.97 fps NTSC .avi. I want to do a high quality IVTC so that I can get back to the original 24 fps. What is the best and quickest way to do this?
The easiest method I've found so far is to go into the frame rate menu in VirtualDub and use the "Reconstruct from fields - adaptive" option. Unfortunately, I'm not 100% clear on the differences between "Direct Stream Copy," "Fast/Normal Recompress" and "Full Processing Mode." In "Full Processing Mode," VDub turns my 3GB file into a 20GB file! Is this the video mode I should be using? Also, I've read that VDub's IVTC is not the best quality for longer video files (mine's about 15 minutes long). Will there be a noticeable difference between this method vs another?
I also briefly toyed with Gordian Knot. Unfortunately, I've never used the program before and couldn't get it to read my .avi file.
Anyone know of any guides that can walk me through this relatively simple procedure?
Thanks in advance.
-R
+ Reply to Thread
Results 1 to 8 of 8
-
-
VirtualDub's Reconstruct From Fields Adaptive option isn't very good.
There are lots of automated IVTC plugins for AVISynth if you're willing to learn how to use it. These give pretty good results.
My favorite IVTC method for sources that aren't too badly mangled is VirtualDub's Reconstruct From Fields Manual method. If there aren't too many breaks in the IVTC pattern this will give you very good results. You have to encode in sections though -- where sections are demarcated by the pattern breaks.
VirtualDub Video processing modes:
Direct Stream Copy simply copies the compressed data from the source to the destination. No filtering, no IVTC.
Fast Recompress decompress the source to whatever colorspace the decompressor outputs (typically YUY2 or YV12) then sends that to the compressor. No filtering, no IVTC.
Normal Recompress decompresses to RGB but doesn't allow filtering. No filtering, no IVTC.
Full Processing decomrpesses to RGB, allows filtering and IVTC.
For all except Direct Stream Copy, you have to specify the output video compression codec or you will get a very large uncompressed video file. -
The easiest method I've found so far is to go into the frame rate menu in VirtualDub and use the "Reconstruct from fields - adaptive" option.
I also briefly toyed with Gordian Knot. Unfortunately, I've never used the program before and couldn't get it to read my .avi file. -
jagabo--
Thanks for spelling out the differences between the various video processing modes in VirtualDub. Yeah, I was trying to avoid having to learn AVISynth because I'm in a bit of a hurry and don't really have the time. I know there are some sample IVTC scripts out there so maybe I'll tweak a few of those and see what happens.
manono--
My .avi is compressed with SonyDigitalVideo. Looks like AutoGK is able to read it. The only IVTC option I could find was in the "hidden options" menu--"Force Normal IVTC." So all I need to do is click this option and run the job, right? It's running as I type.
Thanks for your help, guys.
-R -
Lately I've been using TFM() from the TIVTC package:
http://web.missouri.edu/~kes25c/
Usage can be a simple as:
AVISource("input.avi")
TFM(order=0) #0=BFF, 1=TFF
TDecimate() -
Hi-
So all I need to do is click this option and run the job, right? It's running as I type. -
Originally Posted by manonoICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W
Similar Threads
-
Another IVTC problem
By elmuz in forum RestorationReplies: 1Last Post: 26th Jul 2010, 10:16 -
IVTC - could someone help?
By Gew in forum Newbie / General discussionsReplies: 51Last Post: 8th Feb 2010, 21:26 -
Best Method of IVTC to use In Converting HDTV .mpg to xvid
By onesikgypo in forum DVB / IPTVReplies: 7Last Post: 30th Sep 2009, 00:13 -
ivtc help
By iamtehsux in forum Newbie / General discussionsReplies: 3Last Post: 20th Dec 2008, 19:58 -
IVTC Help!!!
By Martig in forum Video ConversionReplies: 1Last Post: 11th Jan 2008, 01:43