Log in

View Full Version : x264 rev 598 Color Problems


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?

Sharktooth
31st October 2006, 17:30
Yes, maybe a bug...

akupenguin
31st October 2006, 18:27
r596 probably broke aq.

Numer0bis
31st October 2006, 18:39
hmm I am using r596 and haven't noticed anything strange in this build yet. Works fine, no weird colours

DDogg
31st October 2006, 20:12
I've done about 6 test encodes in the last day or so with r598 and a cursory scan of all does not show these problems. All with a basic script. No decomb.

DryFire
31st October 2006, 23:24
Same thing occurs here (I am using aq).

DDogg
1st November 2006, 01:12
Yep, sorry, once I scrolled over the 6 feet see the AQ values, and tried them, I also got the effect

Sharktooth
1st November 2006, 14:51
ok... aq is broken then.

Sharktooth
3rd November 2006, 02:39
Fixed in build598A.

Kairk
3rd November 2006, 08:54
Thank you :)

Did a couple encodes and it works fine.