Added tune "Animation" to x265 encoder.

This commit is contained in:
LoRd_MuldeR 2019-12-13 00:11:48 +01:00
parent bb459092e6
commit fc7ef6b92e

View File

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