Added new x265 tuning options (PSNR and Grain).

This commit is contained in:
LoRd_MuldeR 2014-11-19 17:19:39 +01:00
parent 8e2b012ed8
commit 5cb932bd01

View File

@ -107,7 +107,7 @@ public:
virtual QStringList getTunings(void) const
{
QStringList tunings;
tunings << "SSIM" << "FastDecode" << "ZeroLatency";
tunings << "Grain" << "PSNR" << "SSIM" << "FastDecode" << "ZeroLatency";
return tunings;
}