Boulder
21st March 2005, 16:09
I've been trying to duplicate a DVD which contains about 3hrs of interlaced material. To achieve a slight compressibility gain, I'm trying to use 704x576 as the resolution. However, the latest version doesn't seem to like that at all. It produces a garbled output, but when I load the script manually in CCE, everything's fine. I have done one similar process before, I think it was with v0.67 or so, at that time I had no problems.
This is the base script I've used:
AssumeTFF()
LeakKernelBob(order=1,sharp=true,threshold=7)
Crop(6,4,-10,-4,true)
BilinearResize(672,544)
LRemoveDust_YV12(4,4)
CNR2()
ConverttoYUY2()
AddBorders(16,16,16,16)
AssumeTFF()
SeparateFields()
SelectEvery(4,0,3)
Weave()
If I change the AddBorders line to (24,16,24,16) and thus get a 720x576 output, everything's ok.
My guess is that there's something in the Rebuilder created ecl file that causes the issue. Can't be simply CCE's fault as the script itself is not faulty. 704x576 is DVD compliant so that can't be a problem either, besides, I've used that resolution on all my non-RB encodes without any issues.
Any ideas?
This is the base script I've used:
AssumeTFF()
LeakKernelBob(order=1,sharp=true,threshold=7)
Crop(6,4,-10,-4,true)
BilinearResize(672,544)
LRemoveDust_YV12(4,4)
CNR2()
ConverttoYUY2()
AddBorders(16,16,16,16)
AssumeTFF()
SeparateFields()
SelectEvery(4,0,3)
Weave()
If I change the AddBorders line to (24,16,24,16) and thus get a 720x576 output, everything's ok.
My guess is that there's something in the Rebuilder created ecl file that causes the issue. Can't be simply CCE's fault as the script itself is not faulty. 704x576 is DVD compliant so that can't be a problem either, besides, I've used that resolution on all my non-RB encodes without any issues.
Any ideas?