logo Sign In

Post #127302

Author
Laserman
Parent topic
.: Moth3r's PAL DVD project :.
Link to post in topic
https://originaltrilogy.com/post/id/127302/action/topic#127302
Date created
3-Aug-2005, 1:21 AM
What do you mean exactly DE?
Do you have an example script that shows the problem?
If you are only getting the problem when running MPEG2 into AVISynth, then it can be fixed with colormatrix.
Just add the line colormatrix() before the ConvertToYUY2() line.
You can get the plugin here.
http://www.geocities.com/wilbertdijkhof/ColorMatrix_v19.zip
edit:
BTW, if coming from an interlaced source then you would have to unfold the fields, then colormatrix the results then fold them back again.
-L