My mistake, of course. I assumed mp2 would be smaller. Didn't knowze that 448 ac3 would be same size as 448 mp2.
Quote:
Did you check if the length in minutes of the video are correct ?
|
Sizes are confusing.
1.mpg is 41:59 in WinDVD, 42:40 in HCMatic @23.976, 33:39 @29.970.
2.mpg is 40:59 in WinDVD, 39:23 in HCMatic @23.976, 32.51 @29.970.
3.mpg is 40:28 in WinDVD, 38:53 in HCMatic @23.976, 32.26 @29.970.
4.mpg is 40:33 in WinDVD, 40:38 in HCMatic @23.976, 32.30 @ 29.970.
All play in sync and encode/mux in sync.
Quote:
Don't you have to put the fps to 29.970 to obtain correct values ?
|
The source (OTA HDTV) is 60fps, that I convert to 23.976. Should I use 29.970 in HCMatic?
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
Mpeg2Source("E:\24\1.d2v",idct=7)
selecteven()
Telecide(order=1, guide=1, gthresh=10, post=2, vthresh=50, dthresh=7, blend=false, show=false)
Decimate(cycle=5, mode=0, threshold=0, threshold2=3, quality=2, show=false)
LanczosResize(656,448,0,0,1280,720)
RemoveGrain(mode=1).TemporalSoften(2,3,3,8,2)
AddBorders(24,16,24,16)