TV chops off stuff?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nwg
    Left *****
    • Jun 2003
    • 5196

    #31
    AVI2BMP

    Comment

    • drfsupercenter
      NOT an online superstore
      • Oct 2005
      • 4424

      #32
      I would prefer the VirtualDub way, if someone can help me.

      Any insight on this?
      Last edited by blutach; 9 Apr 2006, 09:28 PM. Reason: Bumped post merged - please read the rules AGAIN drf
      CYA Later:

      d̃ŗf̉śŭp̣ễr̀çëǹt̉ếř
      Visit my website!!

      Cool Characters Make your text cool
      My DVD Collection

      Comment

      • celtic_druid
        Digital Video Expert
        Digital Video Expert
        • Dec 2005
        • 514

        #33
        AVISynth would be the best way since you are planing on converting to DVD anyway.
        video = avisource("whatever.avi")
        part1 = trim(video,0,500)
        part2 = trim(video,501,900)
        part1 = lanczosresize(688,448)
        part1 = AddBorders(part1, 16, 16, 16, 16, $FFFFFF)
        return part1+part2

        etc.

        Then just convert your script.

        Comment

        • drfsupercenter
          NOT an online superstore
          • Oct 2005
          • 4424

          #34
          Hmm, but would this do the entire video or just parts?

          "Script error: Invalid arguments to function "lanczosresize"

          Sorry, that didn't work. Any other suggestions?
          Last edited by blutach; 9 Apr 2006, 09:27 PM. Reason: 3 posts merged. Goodness knows why they couldn't have been one in the first place.
          CYA Later:

          d̃ŗf̉śŭp̣ễr̀çëǹt̉ếř
          Visit my website!!

          Cool Characters Make your text cool
          My DVD Collection

          Comment

          • celtic_druid
            Digital Video Expert
            Digital Video Expert
            • Dec 2005
            • 514

            #35
            Errr, should be part1 = lanczosresize(part1,688,448). That's the problem with writing a script on the fly like that. You aren't going to be able to just cut and paste either. For instance I also just made up the trim points. You need to split the movie up according to sections that you do/don't want borders added.
            So part1 = borders, part2 = no borders, part3 = borders, etc. Also you might not want 16 pixels of border.

            Comment

            • drfsupercenter
              NOT an online superstore
              • Oct 2005
              • 4424

              #36
              Well, I am happy to say that I successfully fixed this problem. What I did, was make a new presentation with the words smaller, then just fix the frame count, since the timing was off. Now the number of frames match, I put the music in, and it works great!

              Thanks for attempting to help anyway! Now that I have the file, authoring it to a DVD is the next step, I used DivX2DVD to get the title written, now to make menus and such.
              CYA Later:

              d̃ŗf̉śŭp̣ễr̀çëǹt̉ếř
              Visit my website!!

              Cool Characters Make your text cool
              My DVD Collection

              Comment

              Working...