VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. 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!
    Quote Quote  
  2. 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)

    Quote Quote  
  3. 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
    Quote Quote  
  4. 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!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!