I would like to frameserve from Vdub to Cinema Craft Encoder and IVTC as well. Is this at all possible or do I have to use TMPEG instead. I cannot find an IVTC filter that can be framserevd from Vdub.
Thanks!
+ Reply to Thread
Results 1 to 4 of 4
-
-
You might want to try AVISynth's IVTC filter, it's pretty good and frameserving w/ AVISynth is much faster then w/ VDub:
http://www.math.berkeley.edu/~benrg/avisynth.html
Go to http://www.doom9.org/software2.htm and d/load these plugins:
MPEG2DEC
IVTC
For a DVD rip I normally use the script:
if 16:9
LoadPlugin("..\mpeg2dec.dll")
mpeg2source("..\DVD2AVI_file.d2v")
BiCubicResize(480,360,0.00,0.75)
AddBorders(0,60,0,60)
if 4:3
LoadPlugin("..\mpeg2dec.dll")
mpeg2source("..\DVD2AVI_file.d2v")
BiCubicResize(480,480)
-
What if I have a whole bunch of ther filters I need to use? I am using a DSS TV source. I usualy need to use temoral cleaner, brightness/contrast, RGB Levels, and Color Saturation. Could all these possibly bo used with Avisynth as well?
Sorry if this question is answered on that page, I just really need to hear this first hand. The website is confusing me!
-Shahid -
And do the Avisynth filters work exactly like the Vdub ones? Meaning I can use the exact same settings and get the exact same result?
Thanks!
Similar Threads
-
Where can I download Frameserve ?
By DuBsTaR in forum Newbie / General discussionsReplies: 19Last Post: 9th Dec 2011, 18:47 -
IVTC - could someone help?
By Gew in forum Newbie / General discussionsReplies: 51Last Post: 8th Feb 2010, 21:26 -
ivtc help
By iamtehsux in forum Newbie / General discussionsReplies: 3Last Post: 20th Dec 2008, 19:58 -
Frameserve on MacOS??
By Maxwellbest in forum MacReplies: 5Last Post: 4th Oct 2008, 16:34 -
IVTC Help!!!
By Martig in forum Video ConversionReplies: 1Last Post: 11th Jan 2008, 01:43