.AVI->DVD video stuttering, help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SirRaven
    Junior Member
    Junior Member
    • Sep 2003
    • 1

    .AVI->DVD video stuttering, help!

    Hi, i'm using Tmpgenc to convert from avi to mpg then TDA to convert from mpg to vobs....but when i go from avi to mpg no matter how high i set the quality whenever there is a panning motion i get jitter, sound doesn't desync or anything...everything stays perfect except most panning shots or tilts look like they were done by a crack-addict...

    i tried TMPGEnc's DVD(NTSC) setting to convert the first time, then the 2nd time i changed it to 10bit and CQ100 with 8k min bps so it wouldn't fluctuate, but still i have the same problem, what can i do to fix this?

    thnx
  • BICCUS1
    Junior Member
    Junior Member
    • Sep 2003
    • 12

    #2
    Did you find a cure for this problem as mine seems to be the same?

    shane

    Comment

    • setarip
      Retired
      • Dec 2001
      • 24955

      #3
      Copy and try using the following DVD (NTSC) template (Save in the "Template" folder) as a plain text file named MYNTSCDVD.MCF


      object TMPEGConfigFile
      MPEG.Text = 'DVD NTSC'
      MPEG.Description = ''
      MPEG.OutputStreamType = MPEG_OutputStreamType_System_VideoAudio
      MPEG.OutputStreamType_ReadOnly = True
      MPEG.Video.StreamType = MPEGVideoEncoder_StreamType_MPEG2
      MPEG.Video.StreamType_ReadOnly = True
      MPEG.Video.Width = 720
      MPEG.Video.Width_ReadOnly = True
      MPEG.Video.Height = 480
      MPEG.Video.Height_ReadOnly = True
      MPEG.Video.YUVFormat = 1
      MPEG.Video.YUVFormat_ReadOnly = True
      MPEG.Video.DC_prec = 1
      MPEG.Video.DC_prec_ReadOnly = False
      MPEG.Video.VideoEncodeMode = MPEGVideoEncoder_VideoEncodeMode_Interlace
      MPEG.Video.VideoEncodeMode_ReadOnly = True
      MPEG.Video.VideoEncodeMode_CantSelExtType = False
      MPEG.Video.TopFieldFirst = False
      MPEG.Video.FrameRate = 4
      MPEG.Video.FrameRate_ReadOnly = True
      MPEG.Video.AspectRatio = 2
      MPEG.Video.AspectRatio_ReadOnly = True
      MPEG.Video.RateControlMode = MPEGVideoEncoder_RateControlMode_CQ
      MPEG.Video.RateControlMode_ReadOnly = False
      MPEG.Video.MaxBitRate = 9000000
      MPEG.Video.MaxBitRate_ReadOnly = False
      MPEG.Video.CBR_BitRate = 7000000
      MPEG.Video.MVBR_MaxBitRate = 9000000
      MPEG.Video.MVBR_MinBitRate = 0
      MPEG.Video.MVBR_Quality_P = 0
      MPEG.Video.MVBR_Quality_B = 20
      MPEG.Video.MVBR_EnablePadding = False
      MPEG.Video.VBR_AvgBitRate = 5000000
      MPEG.Video.VBR_MaxBitRate = 9000000
      MPEG.Video.VBR_MinBitRate = 0
      MPEG.Video.VBR_EnablePadding = False
      MPEG.Video.AVBR_Quality = 50
      MPEG.Video.AVBR_MaxBitRate = 9000000
      MPEG.Video.AVBR_MinBitRate = 0
      MPEG.Video.AVBR_EnablePadding = False
      MPEG.Video.CQ_Quality = 65
      MPEG.Video.CQ_Quality_P = 0
      MPEG.Video.CQ_Quality_B = 20
      MPEG.Video.CQ_MaxBitRate = 9000000
      MPEG.Video.CQ_MinBitRate = 0
      MPEG.Video.CQ_EnablePadding = False
      MPEG.Video.VBVBufferSize = 229376
      MPEG.Video.VBVBufferSize_ReadOnly = True
      MPEG.Video.GOP_SeqHeaderInterval = 1
      MPEG.Video.GOP_SeqHeaderInterval_ReadOnly = True
      MPEG.Video.GOP_I_FrameCount = 1
      MPEG.Video.GOP_I_FrameCount_ReadOnly = False
      MPEG.Video.GOP_P_FrameCount = 5
      MPEG.Video.GOP_P_FrameCount_ReadOnly = False
      MPEG.Video.GOP_B_FrameCount = 2
      MPEG.Video.GOP_B_FrameCount_ReadOnly = False
      MPEG.Video.GOP_BitStreamForEdit = False
      MPEG.Video.GOP_BitStreamForEdit_ReadOnly = False
      MPEG.Video.QuantizeMatrix_Intra_ReadOnly = False
      MPEG.Video.QuantizeMatrix_NonIntra_ReadOnly = False
      MPEG.Video.CheckProfile_and_Level = True
      MPEG.Video.CheckProfile_and_Level_ReadOnly = False
      MPEG.Video.Profile = 4
      MPEG.Video.Profile_ReadOnly = True
      MPEG.Video.Level = 8
      MPEG.Video.Level_ReadOnly = True
      MPEG.Video.VideoFormat = 2
      MPEG.Video.VideoFormat_ReadOnly = True
      MPEG.Video.MotionSearchSpeed = MPEGVideoEncoder_MotionSearchSpeed_MotionEstimate
      MPEG.Video.MotionSearch_AlwaysHalfPel = False
      MPEG.Video.UseFloatDCT = False
      MPEG.Video.QuantizeMode = False
      MPEG.Video.QuantizeModeVal_Intra = 35
      MPEG.Video.QuantizeModeVal_NonIntra = 35
      MPEG.Video.YUVBasicYCbCr = False
      MPEG.Video.QuantizeMatrix_Intra = {
      081013161A1B1D22101016181B1D222513161A1B1D22222616 161A1B1D222528
      161A1B1D202328301A1B1D202328303A1A1B1D22262E38451B 1D23262E384553}
      MPEG.Video.QuantizeMatrix_NonIntra = {
      10111213141516171112131415161718121314151617181913 14151617181A1B
      14151617191A1B1C151617181A1B1C1E1617181A1B1C1E1F17 18191B1C1E1F21}
      MPEG.Audio.StreamType = MPEGAudioEncoder_StreamType_MPEG1_Layer2
      MPEG.Audio.StreamType_ReadOnly = False
      MPEG.Audio.SamplingFrequency = 48000
      MPEG.Audio.SamplingFrequency_ReadOnly = False
      MPEG.Audio.ChannelMode = 0
      MPEG.Audio.ChannelMode_ReadOnly = False
      MPEG.Audio.CantUseMono = False
      MPEG.Audio.BitRate = 224000
      MPEG.Audio.BitRate_ReadOnly = False
      MPEG.Audio.CalcCRC = False
      MPEG.Audio.CalcCRC_ReadOnly = False
      MPEG.Audio.OriginalFlag = False
      MPEG.Audio.OriginalFlag_ReadOnly = False
      MPEG.Audio.CopyrightFlag = False
      MPEG.Audio.CopyrightFlag_ReadOnly = False
      MPEG.Audio.PrivateFlag = False
      MPEG.Audio.PrivateFlag_ReadOnly = False
      MPEG.Audio.EmphasisType = 0
      MPEG.Audio.EmphasisType_ReadOnly = False
      MPEG.System.StreamType = MPEGSystemEncoder_StreamType_MPEG2_Program
      MPEG.System.StreamType_ReadOnly = True
      MPEG.System.CommentText = ''
      MPEG.System.EnableCommentText = False
      end

      Comment

      • Becrazed_ben
        Member
        Member
        • Sep 2003
        • 67

        #4
        is there a pal dvd Template avible to fix the same problem?

        Comment

        • shiny#3
          Digital Video Master
          Digital Video Master
          • Jul 2003
          • 1000

          #5
          or simply switch to CCE

          (this is of course just an intermission))

          Comment

          • Becrazed_ben
            Member
            Member
            • Sep 2003
            • 67

            #6
            whats CCE?

            Comment

            • shiny#3
              Digital Video Master
              Digital Video Master
              • Jul 2003
              • 1000

              #7
              cce is the cinema craft encoder....
              depending on which version you use it is a pro tool
              for ebcoding to mpeg

              I do it the following method: I have avisynth 2.07 installed
              1.demux the audio to wav or ac3 with virtual dub mod
              2. save video as silent avi with virtual dub mod
              3. create and avisynthscript out of the silent avi (or let Fitcd do it for you)

              pull the avs script in cinema craft encoder...
              if you have an wav file now as audio select it as external audio source.....( this will deny any out of sync)
              if you have an ac3 file ... leave it as it is...

              encode video with choosing the right settings.....
              (if you have wav audio it will be encoded with it when chosen).( if you have ac3, just encode the video only!)

              now you have a fully dvdcompliant mpeg2 source (in case of wav)

              or a fully compliant m2v source and an ac3 stream

              to be put in your authoring software!!
              Last edited by shiny#3; 24 Oct 2003, 08:15 AM.

              Comment

              • shiny#3
                Digital Video Master
                Digital Video Master
                • Jul 2003
                • 1000

                #8
                but be sure that setarips tmpeg method will do a fine job
                also... it is clear that the audio is better (clearer)
                with setarips method since cce has a slight weakness
                in encoding audio

                i hope that i did not confuse you!

                Comment

                • jimmy1001
                  Junior Member
                  Junior Member
                  • Oct 2003
                  • 3

                  #9
                  what tmpgenc our you using to convert avi to mpg

                  Comment

                  Working...