Kairk
31st October 2006, 17:16
I'm having strange color problems with x264 rev 598. It is easiest just to show the problem.
Example 1:
Screenshot of the .avs in VDubMod
http://i12.photobucket.com/albums/a211/Kairk/VdbubAVS_1.jpg
Screenshot encoded with rev 593
http://i12.photobucket.com/albums/a211/Kairk/593_1.png
Screenshot encoded with rev 598
http://i12.photobucket.com/albums/a211/Kairk/598_1.png
Example 2:
Screenshot of the .avs in VDubMod
http://i12.photobucket.com/albums/a211/Kairk/VdbubAVS_2.jpg
Screenshot encoded with rev 593
http://i12.photobucket.com/albums/a211/Kairk/593_2.png
Screenshot encoded with rev 598
http://i12.photobucket.com/albums/a211/Kairk/598_2.png
The same avs file and command line was used for both the 593 and 598 encodes.
The commandline used was
F:\Rips\Bat>"C:\Program Files\MeGui\tools\x264\x264.exe" --pass 1 --bitrate 3194 --stats "cur.stats" --bframes 3 --b-pyramid --direct auto --filter 0,0 --subme1 --analyse none --me umh --threads 2 --thread-input --cqmfile "F:\Test\M4G_High_Detail_AVC.cfg" --progress --no-psnr --aq-strength 0.825 --aq-sensitivity 15 --output NUL "F:\Vids\aVid.avs"
F:\Rips\Bat>"C:\Program Files\MeGui\tools\x264\x264.exe" --pass 2 --bitrate 3194 --stats "cur.stats" --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter 0,0 --subme 6 --trellis 1 --analyse all --8x8dct --me umh --threads 2 --thread-input --cqmfile "F:\Test\M4G_High_Detail_AVC.cfg" --progress --no-psnr --aq-strength 0.825 --aq-sensitivity 15 --output "F:\Vids\aVid.mkv" "F:\Vids\aVid.avs"
and the avs file is
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
Loadplugin("C:\Program Files\AVIsynth 2.5\plugins\decomb.dll")
MPEG2Source("F:\Vids\aVid.d2v")
SelectEven()
Decimate()
The 593 and 598 builds were gotten with MeGui's update.
Any ideas?
Example 1:
Screenshot of the .avs in VDubMod
http://i12.photobucket.com/albums/a211/Kairk/VdbubAVS_1.jpg
Screenshot encoded with rev 593
http://i12.photobucket.com/albums/a211/Kairk/593_1.png
Screenshot encoded with rev 598
http://i12.photobucket.com/albums/a211/Kairk/598_1.png
Example 2:
Screenshot of the .avs in VDubMod
http://i12.photobucket.com/albums/a211/Kairk/VdbubAVS_2.jpg
Screenshot encoded with rev 593
http://i12.photobucket.com/albums/a211/Kairk/593_2.png
Screenshot encoded with rev 598
http://i12.photobucket.com/albums/a211/Kairk/598_2.png
The same avs file and command line was used for both the 593 and 598 encodes.
The commandline used was
F:\Rips\Bat>"C:\Program Files\MeGui\tools\x264\x264.exe" --pass 1 --bitrate 3194 --stats "cur.stats" --bframes 3 --b-pyramid --direct auto --filter 0,0 --subme1 --analyse none --me umh --threads 2 --thread-input --cqmfile "F:\Test\M4G_High_Detail_AVC.cfg" --progress --no-psnr --aq-strength 0.825 --aq-sensitivity 15 --output NUL "F:\Vids\aVid.avs"
F:\Rips\Bat>"C:\Program Files\MeGui\tools\x264\x264.exe" --pass 2 --bitrate 3194 --stats "cur.stats" --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter 0,0 --subme 6 --trellis 1 --analyse all --8x8dct --me umh --threads 2 --thread-input --cqmfile "F:\Test\M4G_High_Detail_AVC.cfg" --progress --no-psnr --aq-strength 0.825 --aq-sensitivity 15 --output "F:\Vids\aVid.mkv" "F:\Vids\aVid.avs"
and the avs file is
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
Loadplugin("C:\Program Files\AVIsynth 2.5\plugins\decomb.dll")
MPEG2Source("F:\Vids\aVid.d2v")
SelectEven()
Decimate()
The 593 and 598 builds were gotten with MeGui's update.
Any ideas?