Hi
I've ripped a 2min clip from a DVD, used DVD2AVI to create the D2V and run that through TMPEGEnc using an AVS script (ReadAVS.dll installed) and normal VCD as well as LBR template . Headach3e has converted to mp2 and BBMPEG muxed the lot.
When I playe under WMP or KVCD Player I get a blocky output with lots of green blocking(and many other colours). Movie plays fine under Real and QuickTime, however WMP compatibility would be very useful.
Is there a reason why this is happening?? Seems very odd indeed. I went right back to a very basic convert in TMPEGEnc using its own template straight to MPG as well as M1V and muxing and exactly the same problem arises, so I assume it is something to do with TMPEGEnc.
Thanks for any pointers.
mik
LoadPlugin("C:\My_Data\Apps\dvd\filters\mpeg2dec.d ll")
LoadPlugin("C:\My_Data\Apps\dvd\filters\fluxsmooth .dll")
LoadPlugin("C:\My_Data\Apps\dvd\filters\GripFit_pr eview.dll")
LoadPlugin("C:\My_Data\Apps\dvd\filters\blockbuste r.dll")
LoadPlugin("C:\My_Data\Apps\dvd\filters\legalclip. dll")
LoadPlugin("C:\My_Data\Apps\dvd\filters\sampler.dl l")
LoadPlugin("C:\My_Data\Apps\dvd\filters\dustv5.dll ")
LoadPlugin("C:\My_Data\Apps\dvd\filters\temporalcl eanerold.dll")
Mpeg2Source("D:\tempdata\vid\high.d2v")
LegalClip()
GripCrop( width=352, height=288, overscan=1,source_anamorphic=true )
GripSize(resizer="BilinearResize")
SpaceDust()
TemporalCleaner()
Blockbuster(method="noise", variance=.7, seed=1)
Fluxsmooth()
GripBorders()
LegalClip()
|