Quantcast Bitrates: Trying to Encode 720x480 with CQmatic - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
08-20-2003, 07:21 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Using optimum script for tv capture for 720x480 avi. TMPGEnc has screen change detect off and settings for source range cleared. Film is NTSC. CQMatic skips immediately through several cycles without TMPGEnc appearing and goes to encode without results.

Same thing happening with DVD NTSC 4:3 with optimum non-MA DVD template.

I'm sure I've screwed up somewhere.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
08-20-2003, 09:37 AM
fabrice fabrice is offline
Free Member
 
Join Date: Mar 2003
Location: Madrid-Spain
Posts: 515
Thanks: 0
Thanked 0 Times in 0 Posts
Hi nicksteel,

Try opening the CQMatic project file (cqmatic.tpr, in cqmatic directory) directly in tmpgenc.

I'm sure you'll get an error.

Fabrice
Reply With Quote
  #3  
08-20-2003, 07:59 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by fabrice
Hi nicksteel,

Try opening the CQMatic project file (cqmatic.tpr, in cqmatic directory) directly in tmpgenc.

I'm sure you'll get an error.

Fabrice
No, the CQMatic.tpr and my tpr run fine directly in TMPGEnc. Here's the log and my script:

http://www.kvcd.net
CQMatic Version 1.1.12b
Copyright Softronex Corporation, 2003.
All rights reserved.
Time: 19:51:05 Date: 08/20/2003
Ready!
Project: H:\VVCR\moby\moby.tpr

Creating: CQMatic.tpr

H:\VVCR\moby\moby.m2v
Project resolution: 352x480
Execute.
Movie Time: 115
Average Bitrate: 1213
Full Encode mode
Executing Prediction Phase...
Process started at 19:51:36
On 08/20/2003
CQ set for prediction
Setting up initial sampling.
Using CQ of 60.00
Prediction cycle #1
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = -18631680.000000
Low fence: 60.000000
High fence: 90.000000
Last CQ = 60.00
Current CQ = 75.00
CQ difference = 15.000000
Using CQ of 75.00
Prediction cycle #2
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = -18631680.000000
Low fence: 75.000000
High fence: 90.000000
Last CQ = 75.00
Current CQ = 82.50
CQ difference = 7.500000
Using CQ of 82.50
Prediction cycle #3
Encoder started...
Process time: 0.02 minutes.
Encoder end.
File size difference = -18631680.000000
Low fence: 82.500000
High fence: 90.000000
Last CQ = 82.50
Current CQ = 86.25
CQ difference = 3.750000
Using CQ of 86.25
Prediction cycle #4
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = -18631680.000000
Low fence: 86.250000
High fence: 90.000000
Last CQ = 86.25
Current CQ = 88.13
CQ difference = 1.875000
Using CQ of 88.13
Prediction cycle #5
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = -18631680.000000
Low fence: 88.125000
High fence: 90.000000
Last CQ = 88.13
Current CQ = 89.06
CQ difference = 0.937500
Using CQ of 89.06
Prediction cycle #6
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = -18631680.000000
Low fence: 89.062500
High fence: 90.000000
Last CQ = 89.06
Current CQ = 89.53
CQ difference = 0.468750
Using CQ of 89.53
Prediction cycle #7
Encoder started...
Process time: 0.02 minutes.
Encoder end.
File size difference = -18631680.000000
Low fence: 89.531250
High fence: 90.000000
Last CQ = 89.53
Current CQ = 89.77
CQ difference = 0.234375
Using CQ of 89.77
Prediction cycle #8
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = -18631680.000000
Low fence: 89.765625
High fence: 90.000000
Last CQ = 89.77
Current CQ = 89.88
CQ difference = 0.117188
Final CQ value is 89.77
Encoding set to Full encode.
Full encode start...
CQMatic complete!
Total minutes of process: 0.03
Process ended at 19:51:38
On 08/20/2003

LoadPlugin("c:\video\dlls\MPEG2DEC.dll")
LoadPlugin("c:\video\dlls\sampler.dll")
LoadPlugin("c:\video\dlls\decomblegacy.dll")
LoadPlugin("c:\video\dlls\dustv5.dll")
LoadPlugin("c:\video\dlls\legalclip.dll")
LoadPlugin("c:\video\dlls\unfilter.dll")
LoadPlugin("c:\video\dlls\fluxsmooth.dll")
LoadPlugin("c:\video\dlls\GripFit_preview.dll")
LoadPlugin("c:\video\dlls\STMedianFilter.dll")

avisource("h:\vvcr\moby\moby.avi")

telecide()
decimate()
LegalClip()
unfilter(50,50)
#GripCrop( 720,480 )
#GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
# SpaceDust() # Optional - for some "not so clean" DVDs.
temporalsmoother(1,2)
mergechroma(blur(1.50))
mergeluma(blur(0.1))
# Convolution3d or DCTFilter for extreme worse cases.
#GripBorders()
#LetterBox(16, 16, 16, 16)
LegalClip()
Reply With Quote
  #4  
08-20-2003, 08:08 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I do not understand : you said you have a 720*480 source, you don't do any resizing in your script and CQMatic find a target res of 352*480
Reply With Quote
  #5  
08-20-2003, 09:03 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi nicksteel,

Look at your "File size difference =" lines. They are all negative
There's something wrong in your .tpr.
The file size difference can't be negative. It seems that CQMatic can't find the sample file it's encoding. I can see that, because of the fast return to CQMatic. Look at the Process time: 0.00 minutes lines. They are almost zereo meaning that TMPEG didn't process a thing.

-kwag
Reply With Quote
  #6  
08-21-2003, 07:30 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Hi nicksteel,

Look at your "File size difference =" lines. They are all negative
There's something wrong in your .tpr.
The file size difference can't be negative. It seems that CQMatic can't find the sample file it's encoding. I can see that, because of the fast return to CQMatic. Look at the Process time: 0.00 minutes lines. They are almost zereo meaning that TMPEG didn't process a thing.

-kwag
Don't know where the problem is. Avs and Tpr files load and run in TMPGEnc.

This is a 720x480 4:3 tv capture. Processing with KDVD full. Having the same difficulty with DVD 720x480 29.970 4:3. My usual 16:9 DVD encodes thru CQMatic work fine, only the 720x480 in 720x480 out 4:3 runs fail.

Vdub:
Frame Size: 720x480 29.970
#Frames: 206942 1:55:04
PCVIDEO MJPEG CODEC
Key Frames 206942
Min/Avg/Max Total Key Frame Size 19899/95905/136916/ (19381696)
Min/Avg/Max Delta Frame Size [No delta frames]

http://www.kvcd.net

CQMatic Version 1.1.12b
Copyright Softronex Corporation, 2003.
All rights reserved.
Time: 05:34:22 Date: 08/21/2003
Ready!
Project: H:\VVCR\moby\moby.tpr

Creating: CQMatic.tpr

H:\VVCR\moby\moby.m2v
Project resolution: 720x480
Execute.
Movie Time: 115
Average Bitrate: 1213
Full Encode mode
Executing Prediction Phase...
Process started at 05:34:34
On 08/21/2003
CQ set for prediction
Setting up initial sampling.
Using CQ of 60.00
Prediction cycle #1
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = 68.642670
Low fence: 60.000000
High fence: 90.000000
Last CQ = 60.00
Current CQ = 75.00
CQ difference = 15.000000
Using CQ of 75.00
Prediction cycle #2
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = 68.642670
Low fence: 75.000000
High fence: 90.000000
Last CQ = 75.00
Current CQ = 82.50
CQ difference = 7.500000
Using CQ of 82.50
Prediction cycle #3
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = 68.642670
Low fence: 82.500000
High fence: 90.000000
Last CQ = 82.50
Current CQ = 86.25
CQ difference = 3.750000
Using CQ of 86.25
Prediction cycle #4
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = 68.642670
Low fence: 86.250000
High fence: 90.000000
Last CQ = 86.25
Current CQ = 88.13
CQ difference = 1.875000
Using CQ of 88.13
Prediction cycle #5
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = 68.642670
Low fence: 88.125000
High fence: 90.000000
Last CQ = 88.13
Current CQ = 89.06
CQ difference = 0.937500
Using CQ of 89.06
Prediction cycle #6
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = 68.642670
Low fence: 89.062500
High fence: 90.000000
Last CQ = 89.06
Current CQ = 89.53
CQ difference = 0.468750
Using CQ of 89.53
Prediction cycle #7
Encoder started...
Process time: 0.00 minutes.
Encoder end.
File size difference = 68.642670
Low fence: 89.531250
High fence: 90.000000
Last CQ = 89.53
Current CQ = 89.77
CQ difference = 0.234375
Using CQ of 89.77
Prediction cycle #8
Encoder started...
Process time: 0.02 minutes.
Encoder end.
File size difference = 68.642670
Low fence: 89.765625
High fence: 90.000000
Last CQ = 89.77
Current CQ = 89.88
CQ difference = 0.117188
Final CQ value is 89.77
Encoding set to Full encode.
Full encode start...
CQMatic complete!
Total minutes of process: 0.03
Process ended at 05:34:36
On 08/21/2003

LoadPlugin("c:\video\dlls\MPEG2DEC.dll")
LoadPlugin("c:\video\dlls\sampler.dll")
LoadPlugin("c:\video\dlls\decomblegacy.dll")
LoadPlugin("c:\video\dlls\dustv5.dll")
LoadPlugin("c:\video\dlls\legalclip.dll")
LoadPlugin("c:\video\dlls\unfilter.dll")
LoadPlugin("c:\video\dlls\fluxsmooth.dll")
LoadPlugin("c:\video\dlls\GripFit_preview.dll")
LoadPlugin("c:\video\dlls\STMedianFilter.dll")

aviSource("h:\vvcr\moby\moby.avi")

telecide()
decimate()
LegalClip()
GripCrop(720, 480, overscan=2, dest_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.58 ))
mergeluma(blur(0.3))
GripBorders()
LegalClip()

object TMPEGEncodeJobFile
Job.MPEG.Text = ''
Job.MPEG.WizardCategoryName = ''
Job.MPEG.WizardSubFormatName = ''
Job.MPEG.WizardCaption = ''
Job.MPEG.WizardDescription = ''
Job.MPEG.WizardTargetMedia = MPEGConfig_TargetMediaType_Unknown
Job.MPEG.WizardAutoCalcVideoBitRate = False
Job.MPEG.WizardAutoChooseList.EnableVideoSize = False
Job.MPEG.WizardAutoChooseList.VideoSize = <
item
MinVideoBitRate = 0
Width = 240
Height = 480
VideoEncodeMode = MPEGVideoEncoder_VideoEncodeMode_Progressive_32Pul ldown
FrameRate = 1
AspectRatio = 2
end
item
MinVideoBitRate = 1000000
Width = 352
Height = 480
VideoEncodeMode = MPEGVideoEncoder_VideoEncodeMode_Progressive_32Pul ldown
FrameRate = 1
AspectRatio = 2
end>
Job.MPEG.WizardAutoChooseList.EnableVideoGOP = False
Job.MPEG.WizardAutoChooseList.VideoGOP = <
item
MinVideoBitRate = 0
GOP_I_FrameCount = 1
GOP_P_FrameCount = 25
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 700000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 25
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 800000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 25
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 900000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 25
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1000000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 25
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1100000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 25
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1200000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 23
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1300000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 21
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1400000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 18
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1500000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 15
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1600000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 12
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1700000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 10
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1800000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 11
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 1900000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 10
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 2000000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 9
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 2100000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 8
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 2200000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 7
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 2300000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 6
GOP_B_FrameCount = 2
end
item
MinVideoBitRate = 2400000
GOP_I_FrameCount = 1
GOP_P_FrameCount = 5
GOP_B_FrameCount = 2
end>
Job.MPEG.OutputStreamType = MPEG_OutputStreamType_VideoOnly
Job.MPEG.OutputStreamType_ReadOnly = False
Job.MPEG.Video.StreamType = MPEGVideoEncoder_StreamType_MPEG2
Job.MPEG.Video.StreamType_ReadOnly = False
Job.MPEG.Video.Width = 720
Job.MPEG.Video.Width_ReadOnly = False
Job.MPEG.Video.Height = 480
Job.MPEG.Video.Height_ReadOnly = False
Job.MPEG.Video.YUVFormat = 1
Job.MPEG.Video.YUVFormat_ReadOnly = False
Job.MPEG.Video.DC_prec = 2
Job.MPEG.Video.DC_prec_ReadOnly = False
Job.MPEG.Video.VideoEncodeMode = MPEGVideoEncoder_VideoEncodeMode_Progressive_32Pul ldown
Job.MPEG.Video.VideoEncodeMode_ReadOnly = False
Job.MPEG.Video.FrameRate = 1
Job.MPEG.Video.FrameRate_ReadOnly = False
Job.MPEG.Video.AspectRatio = 2
Job.MPEG.Video.AspectRatio_ReadOnly = False
Job.MPEG.Video.RateControlMode = MPEGVideoEncoder_RateControlMode_CQ
Job.MPEG.Video.RateControlMode_ReadOnly = False
Job.MPEG.Video.MaxBitRate = 0
Job.MPEG.Video.MaxBitRate_ReadOnly = False
Job.MPEG.Video.MinBitRate = 0
Job.MPEG.Video.MinBitRate_ReadOnly = False
Job.MPEG.Video.MinAvgBitRate = 0
Job.MPEG.Video.MinAvgBitRate_ReadOnly = False
Job.MPEG.Video.CBR_BitRate = 7000000
Job.MPEG.Video.VBR_MultipassVBRAlgorithm = MPEGVideoEncoder_MultipassVBRAlgorithm_MultipassCQ
Job.MPEG.Video.VBR_AvgBitRate = 7000000
Job.MPEG.Video.VBR_MaxBitRate = 8000000
Job.MPEG.Video.VBR_MinBitRate = 2000000
Job.MPEG.Video.VBR_MaxPassCount = 2
Job.MPEG.Video.VBR_Quality_P = 0
Job.MPEG.Video.VBR_Quality_B = 20
Job.MPEG.Video.VBR_EnablePadding = False
Job.MPEG.Video.MVBR_MaxBitRate = 8000000
Job.MPEG.Video.MVBR_MinBitRate = 2000000
Job.MPEG.Video.MVBR_Quality_P = 0
Job.MPEG.Video.MVBR_Quality_B = 20
Job.MPEG.Video.MVBR_EnablePadding = False
Job.MPEG.Video.AVBR_Quality = 50
Job.MPEG.Video.AVBR_MaxBitRate = 8000000
Job.MPEG.Video.AVBR_MinBitRate = 2000000
Job.MPEG.Video.AVBR_EnablePadding = False
Job.MPEG.Video.CQ_Quality = 70
Job.MPEG.Video.CQ_Quality_P = 0
Job.MPEG.Video.CQ_Quality_B = 0
Job.MPEG.Video.CQ_MaxBitRate = 5000000
Job.MPEG.Video.CQ_MinBitRate = 300000
Job.MPEG.Video.CQ_EnablePadding = True
Job.MPEG.Video.VBVBufferSize = 229376
Job.MPEG.Video.VBVBufferSize_ReadOnly = False
Job.MPEG.Video.GOP_SeqHeaderInterval = 1
Job.MPEG.Video.GOP_SeqHeaderInterval_ReadOnly = True
Job.MPEG.Video.GOP_I_FrameCount = 1
Job.MPEG.Video.GOP_I_FrameCount_ReadOnly = True
Job.MPEG.Video.GOP_P_FrameCount = 5823
Job.MPEG.Video.GOP_P_FrameCount_ReadOnly = True
Job.MPEG.Video.GOP_B_FrameCount = 2
Job.MPEG.Video.GOP_B_FrameCount_ReadOnly = True
Job.MPEG.Video.GOP_BitStreamForEdit = False
Job.MPEG.Video.GOP_BitStreamForEdit_ReadOnly = False
Job.MPEG.Video.GOP_MaxFrameCount = 18
Job.MPEG.Video.GOP_MaxFrameCount_ReadOnly = True
Job.MPEG.Video.QuantizeMatrix_Intra_ReadOnly = False
Job.MPEG.Video.QuantizeMatrix_NonIntra_ReadOnly = False
Job.MPEG.Video.Profile = 4
Job.MPEG.Video.Profile_ReadOnly = False
Job.MPEG.Video.Level = 8
Job.MPEG.Video.Level_ReadOnly = False
Job.MPEG.Video.VideoFormat = 2
Job.MPEG.Video.VideoFormat_ReadOnly = False
Job.MPEG.Video.DisplayWidth = 0
Job.MPEG.Video.DisplayWidth_ReadOnly = False
Job.MPEG.Video.DisplayHeight = 0
Job.MPEG.Video.DisplayHeight_ReadOnly = False
Job.MPEG.Video.MotionSearchSpeed = MPEGVideoEncoder_MotionSearchSpeed_Slow
Job.MPEG.Video.MotionSearch_AlwaysHalfPel = True
Job.MPEG.Video.UseFloatDCT = True
Job.MPEG.Video.QuantizeMode = False
Job.MPEG.Video.QuantizeModeVal_Intra = 0
Job.MPEG.Video.QuantizeModeVal_NonIntra = 0
Job.MPEG.Video.YUVBasicYCbCr = False
Job.MPEG.Video.QuantizeMatrix_Intra = {
08090C161A1B1D22090A0E1A1B1D22250C0E121B1D22252616 1A1B1F24252628
1A1B1D24272628301B1D22252628303A1D22252628303A4522 252628303A454F}
Job.MPEG.Video.QuantizeMatrix_NonIntra = {
10121416181A1C1E121416181A1C1E201416181A1C1E202216 181A1E20202224
181A1C20222224261A1C1E20222426281C1E202224262A2A1E 20222426282A2C}
Job.MPEG.Audio.StreamType = MPEGAudioEncoder_StreamType_MPEG1_Layer2
Job.MPEG.Audio.StreamType_ReadOnly = False
Job.MPEG.Audio.SamplingFrequency = 48000
Job.MPEG.Audio.SamplingFrequency_ReadOnly = False
Job.MPEG.Audio.ChannelMode = 0
Job.MPEG.Audio.ChannelMode_ReadOnly = False
Job.MPEG.Audio.CantUseMono = False
Job.MPEG.Audio.BitRate = 192000
Job.MPEG.Audio.BitRate_ReadOnly = False
Job.MPEG.Audio.CalcCRC = False
Job.MPEG.Audio.CalcCRC_ReadOnly = False
Job.MPEG.Audio.OriginalFlag = False
Job.MPEG.Audio.OriginalFlag_ReadOnly = False
Job.MPEG.Audio.CopyrightFlag = False
Job.MPEG.Audio.CopyrightFlag_ReadOnly = False
Job.MPEG.Audio.PrivateFlag = False
Job.MPEG.Audio.PrivateFlag_ReadOnly = False
Job.MPEG.Audio.EmphasisType = 0
Job.MPEG.Audio.EmphasisType_ReadOnly = False
Job.MPEG.System.StreamType = MPEGSystemEncoder_StreamType_MPEG2_Program
Job.MPEG.System.StreamType_ReadOnly = False
Job.MPEG.System.EnableCommentText = False
Job.MPEG.System.CommentText = ''
Job.SourceList = <
item
Video.SourceFileName = 'C:\Documents and Settings\mine\Desktop\Template\moby.avs'
Video.SourceRange.Enabled = False
Video.SourceRange.StartTime = 0
Video.SourceRange.EndTime = -1
Video.SourceRange.SubRangeList = <>
Video.SourceRange.LastSourceFileName = ''
Video.InterlaceImage = False
Video.TopFieldFirst = False
Video.AspectRatio = 44
Video.ImageArrange.ArrangeType = MPEGVideoConfig_ImageArrangeType_FullScreen_KeepAs pectRatio
Video.ImageArrange.Width = 320
Video.ImageArrange.Height = 240
Video.ImageArrange.FillColor = 0
Video.EnableNoiseReduction = False
Video.NoiseReduction = 20
Video.NoiseReductionRange = 1
Video.NoiseReduction3D = 20
Video.NoiseReduction3DHiCQ = False
Video.EnableEdgePower = False
Video.EdgePowerX = 0
Video.EdgePowerY = 0
Video.EdgePowerField = False
Video.EnableDeinterlace = False
Video.Deinterlace = VideoFilter_Deinterlace_None
Video.DeinterlaceEx.Enabled = False
Video.DeinterlaceEx.FrameRate1 = 4
Video.DeinterlaceEx.FrameRate2 = 5
Video.DeinterlaceEx.AutoProcess = False
Video.DeinterlaceEx.AutoType = MPEGEncodeJob_Source_Video_DeinterlaceEx_AutoType_ 24fps_NonInterlace
Video.DeinterlaceEx.AutoDeinterlaceType = MPEGEncodeJob_Source_Video_DeinterlaceEx_Auto_Dein terlace_Force
Video.DeinterlaceEx.AutoForceDeinterlaceType = VideoFilter_Deinterlace_None
Video.DeinterlaceEx.AutoDeinterlaceThreshold = 600
Video.DeinterlaceEx.List = {0600000000000000}
Video.DeinterlaceEx.Cache = {}
Video.Clipping.Enabled = False
Video.Clipping.Left = 0
Video.Clipping.Right = 0
Video.Clipping.Top = 0
Video.Clipping.Bottom = 0
Video.Clipping.LeftMask = False
Video.Clipping.RightMask = False
Video.Clipping.TopMask = False
Video.Clipping.BottomMask = False
Video.EnableGhostReduction = False
Video.GhostReduction = <>
Video.ColorCorrection.Enabled = False
Video.ColorCorrection.Brightness = 0
Video.ColorCorrection.Contrast = 0
Video.ColorCorrection.Gamma = 0
Video.ColorCorrection.RedContrast = 0
Video.ColorCorrection.BlueContrast = 0
Video.ColorCorrection.EnableCustom = False
Video.ColorCorrection.Customs = <>
Video.EnableForceIPict = False
Video.ForceIPict = <>
Video.AutoForceIPict = False
Video.AutoForceIPict_NewGroupMode = False
Video.Enable32Pulldown = False
Video.NoConvertFrameRate = False
Audio.SourceFileName = ''
Audio.SourceRange.Enabled = False
Audio.SourceRange.StartTime = 0
Audio.SourceRange.EndTime = -1
Audio.SourceRange.SubRangeList = <>
Audio.SourceRange.LastSourceFileName = ''
Audio.Effect.Enabled = False
Audio.Effect.EnableVolume = False
Audio.Effect.Volume = 1
Audio.Effect.EnableFadeIn = False
Audio.Effect.FadeInTime = 500
Audio.Effect.EnableFadeOut = False
Audio.Effect.FadeOutTime = 500
end>
Job.OutputFileName = 'H:\VVCR\moby\moby.m2v'
Job.OutputFileType = MPEGEncodeJob_OutputFileType_MPEG
Job.OutputConfig_AVI.OutputFileName = ''
Job.OutputConfig_AVI.EnableVideo = False
Job.OutputConfig_AVI.VideoCodecHandler = 0
Job.OutputConfig_AVI.VideoKeyFrameRate = 0
Job.OutputConfig_AVI.VideoDataRate = 0
Job.OutputConfig_AVI.VideoQuality = 0
Job.OutputConfig_AVI.VideoEnableForceKeyFrame = False
Job.OutputConfig_AVI.VideoEnableForceCopyFrame = False
Job.OutputConfig_AVI.EnableAudio = False
Job.OutputConfig_AVI.InterleaveFrames = 0
Job.OutputConfig_AVI.VideoCodecConfig = {00000000}
Job.OutputConfig_AVI.AudioFormat = {00000000}
Job.OutputConfig_Wave.OutputFileName = ''
Job.OutputConfig_Wave.Format = {00000000}
Job.OutputConfig_Graphic.OutputType = MPEGEncodeJob_OutputGraphicConfig_OutputType_BMP
Job.OutputConfig_Graphic.OutputFileName = ''
Job.OutputConfig_Graphic.JPEGCompressionQuality = 80
end
Reply With Quote
  #7  
08-21-2003, 10:27 AM
OBK OBK is offline
Free Member
 
Join Date: Aug 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to OBK
I have the same problem! I thought it is a problem of the "x.m1v.sample", but Kwag told me this can't be the problem!

Try reinstalling TMPGEnc and create Your ".tbr" new! This works fine for me!
Reply With Quote
  #8  
08-21-2003, 02:17 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks,

I'll uninstall and reinstall TMPGEnc. Never had a problem like this before and all my 16:9 encodes with CQMatic work ok. Must be some quirk when using CQMatic with 720x480 4:3.
Reply With Quote
  #9  
08-21-2003, 04:04 PM
OBK OBK is offline
Free Member
 
Join Date: Aug 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to OBK
Quote:
Originally Posted by nicksteel
Thanks,

I'll uninstall and reinstall TMPGEnc. Never had a problem like this before and all my 16:9 encodes with CQMatic work ok. Must be some quirk when using CQMatic with 720x480 4:3.
Don't forget to create Your "Project-File.tbr" new!
This problem is in every resolution I think!

I'll tell you if I have an other solution than reinstalling!

OBK!
Reply With Quote
  #10  
08-21-2003, 07:29 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by OBK
Quote:
Originally Posted by nicksteel
Thanks,

I'll uninstall and reinstall TMPGEnc. Never had a problem like this before and all my 16:9 encodes with CQMatic work ok. Must be some quirk when using CQMatic with 720x480 4:3.
Don't forget to create Your "Project-File.tbr" new!
This problem is in every resolution I think!

I'll tell you if I have an other solution than reinstalling!

OBK!
Uninstalled TEMPGEnc, reinstalled. No change, just skips through CQMatic. New Project-File.tbr runs perfectly, avs runs perfectly. Now every thing skips through, even a new dvd rip. Also reinstalled Avisynth.
Reply With Quote
  #11  
08-21-2003, 09:06 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Nicksteel,

I think your problem is this long path: 'C:\Documents and Settings\mine\Desktop\Template\moby.avs'

-kwag
Reply With Quote
  #12  
08-22-2003, 06:51 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Hi Nicksteel,

I think your problem is this long path: 'C:\Documents and Settings\mine\Desktop\Template\moby.avs'

-kwag
Hi Kwag,

This worked - thanks. I do like the calculator. I was using Bearson's, but yours gives the file sizes. I am trying it out with my 1400MB DVD's now.
Reply With Quote
  #13  
08-22-2003, 11:30 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by nicksteel

This worked - thanks. I do like the calculator. I was using Bearson's, but yours gives the file sizes. I am trying it out with my 1400MB DVD's now.
Great
Let us know the results

-kwag
Reply With Quote
  #14  
08-28-2003, 08:29 PM
TLTw TLTw is offline
Free Member
 
Join Date: Jan 2003
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
sounds like a problem i used to have often, i found that when making the TMPGEnc project file, reseting the cut properties (which i do now everytime as simply pressing the default button didnt seem to work everytime) fixed the problem and i dont see the problem anymore

alternatley making a new project from scratch worked.
Reply With Quote
  #15  
10-31-2003, 05:24 PM
EightBall EightBall is offline
Free Member
 
Join Date: Apr 2002
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
Not directly rleated, but not entirely off topic:

It seems almost every problem I have is cured by re installing TMPGenc.
Whats causing it to glitch out like that? Are the developers aware?
Reply With Quote
  #16  
10-31-2003, 05:43 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by EightBall
Whats causing it to glitch out like that? Are the developers aware?
What exactly is the glitch you refer to

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Bitrates: CQmatic shanestar07 Video Encoding and Conversion 3 01-29-2007 01:31 PM
Bitrates: Auto-shutdown after CQMatic finishes encode? dongxu Video Encoding and Conversion 2 09-12-2004 04:50 PM
Bitrates: CQmatic nighthawk Video Encoding and Conversion 36 01-14-2004 11:20 AM
Bitrates: KDVD bitrates with CQMatic nicksteel Video Encoding and Conversion 10 08-06-2003 08:44 AM
How do I use CQMatic to predict size for KDVD 720x480? nicksteel Video Encoding and Conversion 22 07-25-2003 12:37 PM




 
All times are GMT -5. The time now is 03:36 PM  —  vBulletin © Jelsoft Enterprises Ltd