avs script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ACIDROP
    Junior Member
    Junior Member
    • Aug 2002
    • 30

    avs script

    hi there!

    I'm experiencing a problem with gknot and
    dvx also...both of them generates .avs files which are at 20FPS and not 25FPS like original movie is..i've tried this whith some movies and the problem is the same..note that i'm an experienced user and i have made many movies both with gknot and dvx which i think are the best!


    cu!
  • UncasMS
    Super Moderator
    • Nov 2001
    • 9047

    #2
    post your avs

    Comment

    • ACIDROP
      Junior Member
      Junior Member
      • Aug 2002
      • 30

      #3
      avs script

      #
      #
      # SUBTITLES
      #VobSub("FileName")
      #
      # RESIZING
      LanczosResize(640,240)
      #
      Undot()
      #
      # DENOISING: choose one combination (or none)
      # 1) little noise
      #Temporalsoften(2,3,3,mode=2,scenechange=6)
      #mergechroma(blur(1.3))
      #FluxSmooth(5,7)
      #
      # 2) medium noise
      #Temporalsoften(3,5,5,mode=2,scenechange=10)
      #Convolution3d("moviehq")
      #FluxSmooth(7,7)
      #
      # 3) heavy noise
      #Temporalsoften(4,8,8,mode=2,scenechange=10)
      #Convolution3d("movielq")
      #FluxSmooth(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)

      Comment

      • UncasMS
        Super Moderator
        • Nov 2001
        • 9047

        #4
        i've merged the two threads

        problem is this script wouldnt change your fps as only lanczos and undot are active

        Comment

        • ACIDROP
          Junior Member
          Junior Member
          • Aug 2002
          • 30

          #5
          ok!

          ok guyz i found the problem...it wasn't avisynth but dvd2avi which had the problem...

          thanx

          Comment

          Working...