Strange small Divx video file size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khp
    The Other
    • Nov 2001
    • 2161

    #31
    Strange your the second person to report this, this week. And I've never heard of it before. Perhaps it's a 0.26.1 specific problem.

    Try going to the 'Options' tab in GKnot and hit 'delete registry keys'.
    Donate your idle CPU time for something usefull.
    http://folding.stanford.edu/

    Comment

    • Glanz
      Super Member
      Super Member
      • Aug 2002
      • 204

      #32
      really "delete registry keys" ? what will this do

      Comment

      • Glanz
        Super Member
        Super Member
        • Aug 2002
        • 204

        #33
        i just dont like messing around with the windows registry if it is connected with that but willl i need to reinstall gknot or something

        Comment

        • khp
          The Other
          • Nov 2001
          • 2161

          #34
          Originally posted by Glanz
          really "delete registry keys" ? what will this do
          It deletes all the registry keys used by GKnot. This is needed to clear all of GKnot's settings, simply deleting the GKnot folder and reinstalling, won't do this because most settings are stored in the registry.

          But of course you might also want to check if the problem is present in the d2v file created by DVD2AVI. In which case it must be DVD2AVI that is messed up.
          Donate your idle CPU time for something usefull.
          http://folding.stanford.edu/

          Comment

          • Glanz
            Super Member
            Super Member
            • Aug 2002
            • 204

            #35
            ok ive got one more question i made this movie and when an action scene starts there are horizontal lines have u ever heard of this

            Comment

            • khp
              The Other
              • Nov 2001
              • 2161

              #36
              Originally posted by Glanz
              ok ive got one more question i made this movie and when an action scene starts there are horizontal lines have u ever heard of this
              Oh have I ever....

              It's called interlaceing, basically every frame is store as two seperate pictures, with every other line stored in one picture. And sometimes this get messed up. If you are encoding NTSC DVD's you'll need to learn a lot more about this, you need to figure out how to preform IVTC. Unfortunatly I don't know much about how this is done. If you are converting a PAL dvd you simply need to get the movie deinterlaced.
              Donate your idle CPU time for something usefull.
              http://folding.stanford.edu/

              Comment

              • Glanz
                Super Member
                Super Member
                • Aug 2002
                • 204

                #37
                ok so is this solution only for pal material not for ntsc material



                ?

                Comment

                • khp
                  The Other
                  • Nov 2001
                  • 2161

                  #38
                  No I don't think so, but I could be wrong, I don't really have any experience with GreedyHMA

                  for PAL sources I would suggest trying something like this

                  Code:
                   
                  # Created with Gordian Knot
                  #
                  # [url]http://thewef.nav.to[/url]
                  #
                  # PLUGINS
                  # get them from [url]http://users.win.be/dividee[/url]
                  LoadPlugin("C:\TOOLS\GORDIA~2\GORDIA~1\mpeg2dec.dll")
                  [COLOR=red]LoadPlugin("C:\TOOLS\GORDIA~2\GORDIA~1\decomb.dll")[/COLOR]
                  #LoadPlugin("C:\TOOLS\GORDIA~2\GORDIA~1\InverseTelecine.dll")
                  #LoadPlugin("C:\TOOLS\GORDIA~2\GORDIA~1\Avisynth_Spatial.dll")
                  #LoadPlugin("C:\TOOLS\GORDIA~2\GORDIA~1\GreedyHMA.dll")
                  #LoadPlugin("C:\WINDOWS\SYSTEM\vobsub.dll")
                  #LoadPlugin("C:\TOOLS\GORDIA~2\GORDIA~1\SimpleResize.dll")
                  #
                  # SOURCE
                  mpeg2source("E:\dvd\ryan\video_ts\ryan.d2v")
                  #
                  # TRIM
                  trim(0,233893)
                  #
                  # IVTC
                  [COLOR=red]Telecide()[/COLOR]
                  #Decimate(cycle=5)
                  # or use
                  #InverseTelecine(40,10,15)
                  #GreedyHMA(1,0,4,0,0,0,0,0)
                  #
                  # DEINTERLACING
                  #FieldDeinterlace()
                  # or use
                  #VerticalReduceBy2
                  # or maybe
                  #GreedyHMA(1,0,0,0,0,0,0,0)
                  # 
                  .....
                  Donate your idle CPU time for something usefull.
                  http://folding.stanford.edu/

                  Comment

                  • Glanz
                    Super Member
                    Super Member
                    • Aug 2002
                    • 204

                    #39
                    ok thanks




                    why can t they just make one ntsc or pal

                    do u know where i could find some information on ivc or whatever u said it was called to fix deinterlacing in ntsc material

                    Comment

                    • khp
                      The Other
                      • Nov 2001
                      • 2161

                      #40
                      Originally posted by Glanz
                      why can t they just make one ntsc or pal
                      You might as well ask that the whole world should only speak russian. It ain't gonna happen. maybe we will get more common standards when digital TV starts taking over, but I won't believe it till I see it.

                      Originally posted by Glanz
                      do u know where i could find some information on ivc or whatever u said it was called to fix deinterlacing in ntsc material [/B]
                      I don't think I'am the right person to answer this question, but you might try adding Decimate(cycle=5) after Telecide() in the above code. As suggested in this guide.



                      Other than that I can only suggest reading more on the subject in this forum and at http://forum.doom9.net
                      Last edited by khp; 14 Aug 2002, 11:46 AM.
                      Donate your idle CPU time for something usefull.
                      http://folding.stanford.edu/

                      Comment

                      • Glanz
                        Super Member
                        Super Member
                        • Aug 2002
                        • 204

                        #41
                        yeah

                        ok thanks again

                        Comment

                        • UncasMS
                          Super Moderator
                          • Nov 2001
                          • 9047

                          #42
                          i have come across several movies where GREEDYHMA was much better for de-interlacing than decomb!

                          so give it a try!

                          Comment

                          Working...