jbenj01
1st July 2003, 13:29
Tools used: TMPGEnc plus, FitCD and CCE 2.50
Firstly, i've tried converting with both tmpg and cce without success. CCE 2.50 won't even accept my avisynth scripts.. i've tried 3 different scripts and CCE keeps giving me erro: "Does not support framerat 740x56.." ... ?? Here's source info and a sample of one of my scripts:
Num. of picture read: 26
Stream type: MPEG-2 MP@ML VBR
Resolution: 352*576
Aspect ratio: 4:3 Generic
Framerate: 25.00
Nom. bitrate: 2500000 Bit/Sec
VBV buffer size: 56
Constrained param. flag: No
Chroma format: 4:2:0
DCT precision: 8
Pic. structure: Frame
Field topfirst: No
DCT type: Field
Quantscale: Nonlinear
Scan type: Alternate
Frame type: Interlaced
FitCD give me:
LoadPlugin("C:\PATH\MPEG2DEC.dll")
mpeg2source("C:\PATH\XX.d2v")
SeparateFields()
BilinearResize(320,224,0,0,352,288).Weave()
AddBorders(16,16,16,16)
AssumeFPS(23.976, true)
ResampleAudio(44100)
The one time that CCE did accept a file (using v2.66), the video came out shifted to the right so as to cut off about 1/4 of the right side of the movie.. ?? The other times, CCE 2.50 just kept crashing as soon as i tried importing the script.
TMPGEnc Plus keeps giving me error that 'LoadPlugin MPEG2DEC.dll' is not an avisynth plugin.. ???
Can someone please advise..? Thank you..
Firstly, i've tried converting with both tmpg and cce without success. CCE 2.50 won't even accept my avisynth scripts.. i've tried 3 different scripts and CCE keeps giving me erro: "Does not support framerat 740x56.." ... ?? Here's source info and a sample of one of my scripts:
Num. of picture read: 26
Stream type: MPEG-2 MP@ML VBR
Resolution: 352*576
Aspect ratio: 4:3 Generic
Framerate: 25.00
Nom. bitrate: 2500000 Bit/Sec
VBV buffer size: 56
Constrained param. flag: No
Chroma format: 4:2:0
DCT precision: 8
Pic. structure: Frame
Field topfirst: No
DCT type: Field
Quantscale: Nonlinear
Scan type: Alternate
Frame type: Interlaced
FitCD give me:
LoadPlugin("C:\PATH\MPEG2DEC.dll")
mpeg2source("C:\PATH\XX.d2v")
SeparateFields()
BilinearResize(320,224,0,0,352,288).Weave()
AddBorders(16,16,16,16)
AssumeFPS(23.976, true)
ResampleAudio(44100)
The one time that CCE did accept a file (using v2.66), the video came out shifted to the right so as to cut off about 1/4 of the right side of the movie.. ?? The other times, CCE 2.50 just kept crashing as soon as i tried importing the script.
TMPGEnc Plus keeps giving me error that 'LoadPlugin MPEG2DEC.dll' is not an avisynth plugin.. ???
Can someone please advise..? Thank you..