VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    I use Gordian Knot to create an AviSynth script. But when I figured out the bitrate for the movie I want to convert, it ALWAYS ends up around 500mb. I have tried bitrates for both 700 and 1400mb and still get the 500mb.

    I do exactly what is in this guide: http://www.doom9.org/index.html?/xvid.htm

    What is wrong?
    Quote Quote  
  2. See if Q6.3 of the AutoGK FAQ helps:

    http://forum.doom9.org/showthread.php?t=72679

    Yes, it's AutoGK, but might apply for you as well. Anyway, often unexplained problems can be fixed by a complete uninstall/reinstall. Both GKnot and your XviD codec.

    By the way, are you using GKnot all the way through or just taking the script it makes and then encoding it yourself in VDub(Mod)? You seem to be saying you're using it only for script creation. And maybe you can show us the script.
    Quote Quote  
  3. The AviSynth script has nothing to do with the bitrate of the final video. The bitrate set in the encoder determines that. The Xvid codec in your case.
    Quote Quote  
  4. Yes, but sometimes those scripts have an unneeded trim line in them that might truncate the video, thus giving him a smaller file than he asked for. He says the problem is the final size. That's directly related to bitrate, of course, but it's theoretically possible for it to both keep to the bitrate and to come out with a smaller size. GKnot determines the bitrate from the length as given by the D2V. If his script is for a shorter video, it'll come out undersized. I'm not claiming that's what's going on here, though. Just trying to cover all the bases.
    Quote Quote  
  5. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    I uninstalled xvid and installed the latest version but the result ended up 63 mb..
    Quote Quote  
  6. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    The script:

    Code:
    #  PLUGINS
    LoadPlugin("C:\PROGRA~2\GORDIA~1\DGMPGDec\DGDecode.dll")
    #LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\decomb.dll")
    #LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
    LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\UnDot.dll")
    #LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\dgbob.dll")
    #LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\Convolution3d.dll")
    #LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\FluxSmooth.dll")
    #LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\TomsMoComp.dll")
    #LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\VSFilter.dll")
    #LoadPlugin("C:\PROGRA~2\GORDIA~1\AviSynthPlugins\SimpleResize.dll")
    
    #  SOURCE
    mpeg2source("C:\movie.d2v")
    
    #  TRIM
    #trim(startframe,endframe)
    
    #  IVTC
    #Telecide(order=1,guide=1).Decimate()
    #  or use
    #IVTC(44,11,95)
    #GreedyHMA(1,0,4,0,0,0,0,0)
    
    #  DEINTERLACING (1)
    #FieldDeinterlace()
    #FieldDeinterlace(blend=false)
    #TomsMoComp(1,5,1)
    
    #  DEINTERLACING (2)
    #KernelDeInt(order=1,sharp=true)
    #  or maybe
    #DGBob(order=1,mode=0)
    
    #  DEINTERLACING (3) - special requests
    #GreedyHMA(1,0,0,0,0,0,0,0)
    #Telecide()
    #SeparateFields()
    
    #  CROPPING
    crop(0,72,718,432)
    
    #  SUBTITLES
    #VobSub("FileName")
    
    #  RESIZING
    LanczosResize(696,288)
    
    #  DENOISING: choose one combination (or none)
    Undot()
    
    #  1) little noise
    #Temporalsoften(2,3,3,mode=2,scenechange=6)
    #mergechroma(blur(1.3))
    #FluxSmoothST(5,7)
    
    #  2) medium noise
    #Temporalsoften(3,5,5,mode=2,scenechange=10)
    #Convolution3d("moviehq") 
    #FluxSmoothST(7,7)
    
    #  3) heavy noise
    #Temporalsoften(4,8,8,mode=2,scenechange=10)
    #Convolution3d("movielq") 
    #FluxSmoothST(10,15)
    
    #  BORDERS
    #AddBorders(left,top,right,bottom)
    
    #  COMPRESSIBILITY CHECK
    #  !!!!Snip Size now has to be 14 for use in GKnot!
    #SelectRangeEvery(280,14)
    
    #  FOOL CCEnc
    #empty = BlankClip()
    #AudioDub(last,empty)
    Quote Quote  
  7. Do you have the log for the encode? And is the movie complete? The full length it's supposed to be? And it looks like utter garbage? For a full length movie, 63 MB is smaller than the audio alone in most cases. Are you sure you didn't encode the compression check?
    Last edited by manono; 12th Sep 2012 at 13:27.
    Quote Quote  



Similar Threads

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