VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. I'm re-encoding a SVCD. The original is split into three parts with 2-second overlaps between each disc. I have created a .d2v using DVD2AVI and have all the cut points intact.

    My question is, how do I get it to cut the audio with it? The audio that DVD2AVI extracts has the overlapping audio parts...

    Here is the script I'm using:

    Code:
    LoadPlugin("C:\Program Files\Video\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll")
    LoadPlugin("E:\Download\MPEG Conversion\KVCD\AviSynth\fluxsmooth.dll")
    LoadPlugin("E:\Download\MPEG Conversion\KVCD\AviSynth\blockbuster.dll")
    LoadPlugin("E:\Download\MPEG Conversion\KVCD\AviSynth\legalclip.dll")
    # LoadVFAPIPlugin("c:\program files\video\tmpgenc\m2v.vfp","m2vsource")
    
    # clip1 = ConvertToYUY2(m2vsource("c:\temp\dad\1\01.mpg"))
    # clip2 = ConvertToYUY2(m2vsource("c:\temp\dad\1\02.mpg"))
    # clip3 = ConvertToYUY2(m2vsource("c:\temp\dad\1\03.mpg"))
    
    # Trim(clip1,343,80553) + Trim(clip2,40,80433) + Trim(clip3,14,77308)
    
    # FlipVertical()
    
    mpeg2source("c:\temp\dad\dad.d2v")
    
    Trim(275,64446) + Trim(64507,128822) + Trim(128883,190450)
    
    LegalClip()
    FluxSmooth()
    
    BB_Resolution = 480 * 480
    BB_StrengthConstant = 480 * 480 * 15
    StrengthValue = round(BB_StrengthConstant / BB_Resolution)
    
    BlockBuster(method="noise", detail_min=1, detail_max=10, variance=1, cache=1024)
    BlockBuster(method="sharpen", detail_min=20, detail_max=90, strength=StrengthValue)
    
    LegalClip()
    You can see above my tinkering with using three different sources and then just using the single .d2v instead (faster, better quality).

    How can I get it to include the audio with it when trimming?

    Thanks!!
    Quote Quote  
  2. I figured it out, for those of you that are interested.

    http://www.vcdhelp.com/forum/viewtopic.php?t=129139
    Quote Quote  



Similar Threads

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