mrkazador
22nd September 2006, 07:33
Messing around with the trial version of canopus ProCoder2 im trying to encode a mpeg2 to well an......Mpeg2.
The colorspace(?) is incorrect, colors brighter, blacks blacker. Here is my simple avs script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dgdecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
mpeg2source("C:\Documents and Settings\Owner\Desktop\a.d2v")
tfm().tdecimate()
I did try adding converttoyuy2 at the end of my script and the blacks looked normal, color was still off though......
Here is a couple screenshots, you can clearly tell the difference.
Source:
http://img233.imageshack.us/img233/8682/sourcecopyol2.th.jpg (http://img233.imageshack.us/my.php?image=sourcecopyol2.jpg)
Mpeg2 Encode:
http://img158.imageshack.us/img158/9581/encodecopyxo8.th.jpg (http://img158.imageshack.us/my.php?image=encodecopyxo8.jpg)
This only happens when i input an avs script, if i input the m2v it works but i rather not do it that way.
If anyone can help me that would be great, thank you.
The colorspace(?) is incorrect, colors brighter, blacks blacker. Here is my simple avs script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dgdecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
mpeg2source("C:\Documents and Settings\Owner\Desktop\a.d2v")
tfm().tdecimate()
I did try adding converttoyuy2 at the end of my script and the blacks looked normal, color was still off though......
Here is a couple screenshots, you can clearly tell the difference.
Source:
http://img233.imageshack.us/img233/8682/sourcecopyol2.th.jpg (http://img233.imageshack.us/my.php?image=sourcecopyol2.jpg)
Mpeg2 Encode:
http://img158.imageshack.us/img158/9581/encodecopyxo8.th.jpg (http://img158.imageshack.us/my.php?image=encodecopyxo8.jpg)
This only happens when i input an avs script, if i input the m2v it works but i rather not do it that way.
If anyone can help me that would be great, thank you.