VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. please can some one help me
    i am tring to rencode a vcd to sefy vcd using his template
    but what ever i do after burning using nero 5.5.7.8 the vcd comes out off center on my tv :
    the procedure i have been using is as follows.
    converting the vcd avi using myflix 3.5
    then using the mpg converting in tmpgenc(i have tried 2.01 to 2.51+)
    then after checking playback on the computer burning using nero and then get the same results every time the payback is off center (by half the screen)
    this is the setting of the template:
    object TMPEGConfigFile
    MPEG.Text = 'SeVCD for PAL Enhanced'
    MPEG.Description = ''
    MPEG.OutputStreamType = MPEG_OutputStreamType_System_VideoAudio
    MPEG.OutputStreamType_ReadOnly = True
    MPEG.Video.StreamType = MPEGVideoEncoder_StreamType_MPEG1
    MPEG.Video.StreamType_ReadOnly = True
    MPEG.Video.Width = 352
    MPEG.Video.Width_ReadOnly = True
    MPEG.Video.Height = 288
    MPEG.Video.Height_ReadOnly = True
    MPEG.Video.YUVFormat = 1
    MPEG.Video.YUVFormat_ReadOnly = True
    MPEG.Video.DC_prec = 2
    MPEG.Video.DC_prec_ReadOnly = True
    MPEG.Video.VideoEncodeMode = MPEGVideoEncoder_VideoEncodeMode_Interlace
    MPEG.Video.VideoEncodeMode_ReadOnly = True
    MPEG.Video.VideoEncodeMode_CantSelExtType = False
    MPEG.Video.FrameRate = 3
    MPEG.Video.FrameRate_ReadOnly = False
    MPEG.Video.AspectRatio = 8
    MPEG.Video.AspectRatio_ReadOnly = False
    MPEG.Video.RateControlMode = MPEGVideoEncoder_RateControlMode_VBR_Auto
    MPEG.Video.RateControlMode_ReadOnly = False
    MPEG.Video.MaxBitRate = 0
    MPEG.Video.MaxBitRate_ReadOnly = False
    MPEG.Video.CBR_BitRate = 1150000
    MPEG.Video.MVBR_MaxBitRate = 1150000
    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 = 1150000
    MPEG.Video.VBR_MaxBitRate = 1150000
    MPEG.Video.VBR_MinBitRate = 0
    MPEG.Video.VBR_EnablePadding = True
    MPEG.Video.AVBR_Quality = 100
    MPEG.Video.AVBR_MaxBitRate = 1150000
    MPEG.Video.AVBR_MinBitRate = 800000
    MPEG.Video.AVBR_EnablePadding = True
    MPEG.Video.CQ_Quality = 75
    MPEG.Video.CQ_Quality_P = 0
    MPEG.Video.CQ_Quality_B = 20
    MPEG.Video.CQ_MaxBitRate = 1150000
    MPEG.Video.CQ_MinBitRate = 0
    MPEG.Video.CQ_EnablePadding = False
    MPEG.Video.VBVBufferSize = 0
    MPEG.Video.VBVBufferSize_ReadOnly = True
    MPEG.Video.GOP_SeqHeaderInterval = 0
    MPEG.Video.GOP_SeqHeaderInterval_ReadOnly = True
    MPEG.Video.GOP_I_FrameCount = 1
    MPEG.Video.GOP_I_FrameCount_ReadOnly = True
    MPEG.Video.GOP_P_FrameCount = 5
    MPEG.Video.GOP_P_FrameCount_ReadOnly = True
    MPEG.Video.GOP_B_FrameCount = 2
    MPEG.Video.GOP_B_FrameCount_ReadOnly = True
    MPEG.Video.GOP_BitStreamForEdit = False
    MPEG.Video.GOP_BitStreamForEdit_ReadOnly = True
    MPEG.Video.QuantizeMatrix_Intra_ReadOnly = True
    MPEG.Video.QuantizeMatrix_NonIntra_ReadOnly = True
    MPEG.Video.Profile = 4
    MPEG.Video.Profile_ReadOnly = True
    MPEG.Video.Level = 8
    MPEG.Video.Level_ReadOnly = True
    MPEG.Video.VideoFormat = 1
    MPEG.Video.VideoFormat_ReadOnly = True
    MPEG.Video.DisplayWidth = 0
    MPEG.Video.DisplayWidth_ReadOnly = True
    MPEG.Video.DisplayHeight = 0
    MPEG.Video.DisplayHeight_ReadOnly = True
    MPEG.Video.MotionSearchSpeed = MPEGVideoEncoder_MotionSearchSpeed_Normal
    MPEG.Video.MotionSearch_AlwaysHalfPel = True
    MPEG.Video.UseFloatDCT = True
    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 = True
    MPEG.Audio.SamplingFrequency = 48000
    MPEG.Audio.SamplingFrequency_ReadOnly = True
    MPEG.Audio.ChannelMode = 0
    MPEG.Audio.ChannelMode_ReadOnly = True
    MPEG.Audio.CantUseMono = False
    MPEG.Audio.BitRate = 160000
    MPEG.Audio.BitRate_ReadOnly = True
    MPEG.Audio.CalcCRC = True
    MPEG.Audio.CalcCRC_ReadOnly = True
    MPEG.Audio.OriginalFlag = True
    MPEG.Audio.OriginalFlag_ReadOnly = True
    MPEG.Audio.CopyrightFlag = True
    MPEG.Audio.CopyrightFlag_ReadOnly = True
    MPEG.Audio.PrivateFlag = True
    MPEG.Audio.PrivateFlag_ReadOnly = True
    MPEG.Audio.EmphasisType = 0
    MPEG.Audio.EmphasisType_ReadOnly = True
    MPEG.System.StreamType = MPEGSystemEncoder_StreamType_MPEG1_VideoCD_Illegal
    MPEG.System.StreamType_ReadOnly = True
    MPEG.System.CommentText = ''
    MPEG.System.EnableCommentText = False
    end
    there can only be one:but its not me
    Quote Quote  
  2. when u burn in nero, MAKE SURE that the burn procedure is set to burn as pal, not ntsc.

    By default, its set to burn it as ntsc!
    ShiZZZoN PzN

    Everyday is another payday and I am one step closer to becoming the one.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!