I have encoded movie to CVCD using the template below (tmpgenc)
However, when I play it in Apex 600A, the sounds is not perfect. It would be gone for a sec or two then come back and do it again :(
However, when I try to play it on my Apex 700, I dont hear any audio problems at all :(
Any idea?
Here is the template i used:
-------------------------------------------------------------------------------------
object TMPEGConfigFile
MPEG.Text = ''
MPEG.WizardCategoryName = ''
MPEG.WizardCaption = ''
MPEG.WizardDescription = ''
MPEG.OutputStreamType = MPEG_OutputStreamType_System_VideoAudio
MPEG.OutputStreamType_ReadOnly = False
MPEG.Video.StreamType = MPEGVideoEncoder_StreamType_MPEG1
MPEG.Video.StreamType_ReadOnly = False
MPEG.Video.Width = 352
MPEG.Video.Width_ReadOnly = False
MPEG.Video.Height = 288
MPEG.Video.Height_ReadOnly = False
MPEG.Video.YUVFormat = 1
MPEG.Video.YUVFormat_ReadOnly = False
MPEG.Video.DC_prec = 0
MPEG.Video.DC_prec_ReadOnly = False
MPEG.Video.VideoEncodeMode = MPEGVideoEncoder_VideoEncodeMode_Progressive
MPEG.Video.VideoEncodeMode_ReadOnly = False
MPEG.Video.VideoEncodeMode_CantSelExtType = False
MPEG.Video.FrameRate = 3
MPEG.Video.FrameRate_ReadOnly = False
MPEG.Video.AspectRatio = 1
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 = 3000000
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 = 3000000
MPEG.Video.VBR_MinBitRate = 300000
MPEG.Video.VBR_EnablePadding = False
MPEG.Video.AVBR_Quality = 100
MPEG.Video.AVBR_MaxBitRate = 1150000
MPEG.Video.AVBR_MinBitRate = 350000
MPEG.Video.AVBR_EnablePadding = True
MPEG.Video.CQ_Quality = 50
MPEG.Video.CQ_Quality_P = 0
MPEG.Video.CQ_Quality_B = 20
MPEG.Video.CQ_MaxBitRate = 3000000
MPEG.Video.CQ_MinBitRate = 0
MPEG.Video.CQ_EnablePadding = False
MPEG.Video.MPCQ_AvgBitRate = 1150000
MPEG.Video.MPCQ_MaxBitRate = 3000000
MPEG.Video.MPCQ_MinBitRate = 300000
MPEG.Video.MPCQ_MaxPassCount = 3
MPEG.Video.MPCQ_Quality_P = 0
MPEG.Video.MPCQ_Quality_B = 20
MPEG.Video.MPCQ_EnablePadding = False
MPEG.Video.VBVBufferSize = 114688
MPEG.Video.VBVBufferSize_ReadOnly = False
MPEG.Video.GOP_SeqHeaderInterval = 0
MPEG.Video.GOP_SeqHeaderInterval_ReadOnly = False
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.Profile = 4
MPEG.Video.Profile_ReadOnly = False
MPEG.Video.Level = 8
MPEG.Video.Level_ReadOnly = False
MPEG.Video.VideoFormat = 2
MPEG.Video.VideoFormat_ReadOnly = False
MPEG.Video.DisplayWidth = 0
MPEG.Video.DisplayWidth_ReadOnly = False
MPEG.Video.DisplayHeight = 0
MPEG.Video.DisplayHeight_ReadOnly = False
MPEG.Video.MotionSearchSpeed = MPEGVideoEncoder_MotionSearchSpeed_MotionEstimate
MPEG.Video.MotionSearch_AlwaysHalfPel = True
MPEG.Video.UseFloatDCT = False
MPEG.Video.QuantizeMode = True
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 = 44100
MPEG.Audio.SamplingFrequency_ReadOnly = False
MPEG.Audio.ChannelMode = 0
MPEG.Audio.ChannelMode_ReadOnly = False
MPEG.Audio.CantUseMono = False
MPEG.Audio.BitRate = 128000
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_MPEG1_VBR
MPEG.System.StreamType_ReadOnly = False
MPEG.System.CommentText = ''
MPEG.System.EnableCommentText = False
end
+ Reply to Thread
Results 1 to 2 of 2
-
-
I guess it doesnt
It doesnt even play SVCD using that 352x500 res template
I need to return this piece of junk
Similar Threads
-
how do I install x264.exe to work AND to work with Lemings GUI?
By Krelmaneck in forum Newbie / General discussionsReplies: 1Last Post: 14th Nov 2010, 22:13 -
Need reasons not to buy a Kuro 600A
By KBeee in forum Off topicReplies: 11Last Post: 15th Jul 2009, 12:47 -
HELP Burn using Nero Express doent work /but NERO VISION work fine
By STAR36 in forum Authoring (DVD)Replies: 4Last Post: 28th Apr 2008, 16:11 -
Replacement for Apex AD-1500
By siskiou in forum DVD & Blu-ray PlayersReplies: 7Last Post: 30th Mar 2008, 22:59 -
Apex AD1250X Owners?
By nemesys23 in forum Newbie / General discussionsReplies: 3Last Post: 1st Jan 2008, 17:36