divx avi 2 dvd (PAL)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tommyboy
    Junior Member
    Junior Member
    • Mar 2003
    • 14

    divx avi 2 dvd (PAL)

    how is this done? most divx files i download are 640x252 and frame rates of 23.976, but i want to convert them to 720x576 and 25fps. The only reason i want to do this is to record them onto a dvd. the authoring program i use is spruce up and if i leave the frame rate the way it is spruce up gives an error message of invalid frame rate. is there a full guide to convert divx to dvd pal if so could someone direct me to it.

    thx

    i know i have posted a similar question 1 down and i thank the persons for responding but i think i was asking the wrong questions, sorry big newbie here.

    thx again


    tommy
  • The Edge
    Digital Video Expert
    Digital Video Expert
    • Jan 2003
    • 610

    #2
    Hi again

    I would use AVISynth for this.
    Open Notepad and copy/paste the following into it:

    avisource("c:\temp\my_Movie.avi")
    BicubicResize(720,288,0,0.75)
    AddBorders(0,144,0,144)
    AssumeFPS(25)


    Change the location of the movie on your hdd above.
    Save in notepad with a *.avs extension and NOT .txt
    Open in Tmpeg and encode using a PAL DVD template.

    The audio is a different matter. It will be out of synch now.
    Use CoolEdit to match the time to the above script. (E.g open the above in VirtualDub and check the lenth)

    Now feed the above avs and newly created wav into TMPGEnc and encode. (For MPEG-2, you have 30day trial with TMPGEnc)


    Well, that's how I would do it.

    AVISynth
    TMPGEnc

    Any questions, ask away mate.

    Edge

    Edit:
    typo
    Last edited by The Edge; 6 Mar 2003, 12:01 AM.
    "…I know the industry is formally opposed to that kind of thing [bootlegging] but I'm not. I don't have a problem with it at all." -- Paul McGuiness"

    Comment

    • tommyboy
      Junior Member
      Junior Member
      • Mar 2003
      • 14

      #3
      thx m8 will give it a go and c what happens.

      just a quickie in the template the bicubic part


      avisource("c:\temp\my_Movie.avi")

      BicubicResize(720,288,0,0.75) (is this size for pal?)

      just that im confused by the 288,0,0.75?

      AddBorders(0,144,0,144)

      AssumeFPS(25)

      thx again for your help

      tommy#

      do you open the avi in tempgnec or the script?
      Last edited by tommyboy; 6 Mar 2003, 05:07 AM.

      Comment

      • The Edge
        Digital Video Expert
        Digital Video Expert
        • Jan 2003
        • 610

        #4
        (is this size for pal?)
        No, but adding the borders later in the script you get a nice 720x576 (PAL) resolution. The 720 and 288 are the width and height. The 0 and 0.75 are just settings.

        AddBorders(0,144,0,144)
        Addborders works like this:
        Addborders(Left,Top,Right,Bottom)
        So, 288+144+144=576

        do you open the avi in tempgnec or the script?
        AviSynth acts as the "middle man" between your videos and video applications. It "tricks" most video apps into thinking there opening an avi.

        One more point.
        If you add:

        ConvertToRGB()

        to the end of the script, you'll get a speed increase!

        Good Luck.


        Edge
        "…I know the industry is formally opposed to that kind of thing [bootlegging] but I'm not. I don't have a problem with it at all." -- Paul McGuiness"

        Comment

        • tommyboy
          Junior Member
          Junior Member
          • Mar 2003
          • 14

          #5
          ok so i managed to set up the script and load it in to tmpgenc, but i get a message in tmpgenc video window saying can't open audio or something like that then at the bottom it says please check you have the proper codec installed?

          now i know the codec is installed so why won't the scipt work?

          i can open the divx file in tmpgenc normally, or i can watch it through realplayer, also i used gspot to check the file info and i know the codecs are there.

          any ideas

          tnx again for your time

          tommy

          Comment

          • The Edge
            Digital Video Expert
            Digital Video Expert
            • Jan 2003
            • 610

            #6
            Try adding "ConvertToRGB24()" to the end of the script.
            If not, install DivX 5.0* which will act as a decoder.

            Edge
            Last edited by The Edge; 15 Mar 2003, 01:25 AM.
            "…I know the industry is formally opposed to that kind of thing [bootlegging] but I'm not. I don't have a problem with it at all." -- Paul McGuiness"

            Comment

            • tommyboy
              Junior Member
              Junior Member
              • Mar 2003
              • 14

              #7
              hi again m8 (edge), sorry to bother you again, but i have managed to change the frame rate to 25 fps and it looks ok in the authoring program, i also used beesweet to convert the audio match the video BUT it is slighty out of synch towards the end of the film. This film was joined at the divx stage and the second part was slighty out of synch when it was joined.

              can it be fixed or will i have to rejoin and re-blah-blah

              hope you get what i mean m8

              cheers

              tommy

              Comment

              • The Edge
                Digital Video Expert
                Digital Video Expert
                • Jan 2003
                • 610

                #8
                Good man. I see your getting there

                Ok, the sound can sometimes be a biatch to get in synch.
                his film was joined at the divx stage and the second part was slighty out of synch when it was joined.
                Your joining it corectly (or at least the way I would)
                The problem is the sound is not play the same speed as the video It needs to be "stretched" to the same lenth as the video. Seems ok at the beginning but gets gradually worse as the film plays, as what your getting. Besweet should be able to modify the sound but you must enable it (attached image)

                If that does not work you could use CoolEdit too.
                Try Besweet again with this setting enabled.
                Good luck.


                Edge
                Attached Files
                "…I know the industry is formally opposed to that kind of thing [bootlegging] but I'm not. I don't have a problem with it at all." -- Paul McGuiness"

                Comment

                • tommyboy
                  Junior Member
                  Junior Member
                  • Mar 2003
                  • 14

                  #9
                  hi m8, have tried that with audio it seemed to work but i keep getting clicking noises through the sound track?. does beesweet stretch the track or add to each frame (i hope you get what i mean).

                  thx again m8

                  so far you've been a gr-8 help

                  tommy

                  Comment

                  • The Edge
                    Digital Video Expert
                    Digital Video Expert
                    • Jan 2003
                    • 610

                    #10
                    Cool. Hopefully synch is now sorted.
                    In Besweet, transcode to WAV first. If your source is VBR MP3, your bound to get those annoying clicks
                    Ok, what I would try is open the original avi in NanDub and goto File/Save Wav. Now, NanDub does NOT actually create a WAV but just extracts the soundtrack but with a *.wav extension. It's important you RENAME the file to "whatever.mp3 " as that's what it is. (rename to *.ac3 if it's an AC3)

                    Now, open this mp3 (I think it was a mp3 that your using) in Besweet and convert it to WAV (enabling that setting I mentioned eariler) and also ensuring it is set to 48000hz output too.

                    Use that wav file now for the sound and see what happens mate.
                    Good luck again

                    Edge
                    "…I know the industry is formally opposed to that kind of thing [bootlegging] but I'm not. I don't have a problem with it at all." -- Paul McGuiness"

                    Comment

                    • tommyboy
                      Junior Member
                      Junior Member
                      • Mar 2003
                      • 14

                      #11
                      hi m8 thnx for all your help, i now have it working and joined and synched and no clicks WHOO HOOO!!!

                      your the man

                      thnx again


                      tommy

                      Comment

                      • The Edge
                        Digital Video Expert
                        Digital Video Expert
                        • Jan 2003
                        • 610

                        #12
                        Good man. Thanks for the feedback.
                        He, he....got there in the end. Have a pint on me.


                        Edge
                        "…I know the industry is formally opposed to that kind of thing [bootlegging] but I'm not. I don't have a problem with it at all." -- Paul McGuiness"

                        Comment

                        • otacon
                          Junior Member
                          Junior Member
                          • Apr 2003
                          • 2

                          #13
                          hi, i've been following your post, i got the same problem but inversed, i need to convert from 25 to 23.976, i do the video with FPs, but i could not get the audio working, not even in synch and not even without the repetitive words. also the movie goes form 1:47 to 1:51, so the audio should be the same, i have an mp2 already in 48, but its 1:47, the wav its the same, how should i do the ac3? i tried besweet selecting 25 to 29.9 because its going to be needed for a dvd but the audio is reptitive and the duration its shorter...the original audio is in mp3 44.1...please any help...

                          Comment

                          • otacon
                            Junior Member
                            Junior Member
                            • Apr 2003
                            • 2

                            #14
                            i forgot something, in nandub i save the wav but its just 1:29...somethimes 1:43..not even close to the original in 1:47 and of course far from 1:51 thats what i need.

                            Comment

                            Working...