Hello. I haven't got the time to frequent KVCD lately due to my school...I hope it ends soon then I will have more time to be here...
Can anybody point me in the right direction here? I am trying to encode some episodes of Alias, which are already encoded as MPEG-1 352x240 VCD...But when I load the script in TMPGEnc it says there are only half of the frames and playing time (total frames 80818 according to VirtualDub and playing time 44:56).But when I load the script in TMPGEnc it only shows 31925 frames and 22:11 seconds of playing time...Does anyone know what is happening here, because I don't have the slightest clue as to what it may be...I suspect something about frame rates and such but I don't have the necessary knowledge to pinpoint it so I turn to you guys with more knowledge than me
I am using KVCDx3 MPEG-1 and this script
----------------------------------------------------------------------------------
MpegSource("D:\Incoming\Alias - 1x12 - The Box part 1.mpg")
LegalClip()
GripCrop( 480, 480 )
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
FaeryDust()
UnFilter(50,50)
TemporalSmoother(1,2)
MergeChroma(blur(1.50))
MergeLuma(blur(0.2))
#Convolution3D(preset="movieHQ")
GripBorders()
LegalClip()
#Sampler(length=24)
----------------------------------------------------------------------------------
Thanks for any help...