Added new x265 tuning options (PSNR and Grain).
This commit is contained in:
parent
8e2b012ed8
commit
5cb932bd01
@ -107,7 +107,7 @@ public:
|
||||
virtual QStringList getTunings(void) const
|
||||
{
|
||||
QStringList tunings;
|
||||
tunings << "SSIM" << "FastDecode" << "ZeroLatency";
|
||||
tunings << "Grain" << "PSNR" << "SSIM" << "FastDecode" << "ZeroLatency";
|
||||
return tunings;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user