Added tune "Animation" to x265 encoder.
This commit is contained in:
parent
bb459092e6
commit
fc7ef6b92e
@ -119,7 +119,7 @@ public:
|
|||||||
|
|
||||||
virtual QStringList getTunings(void) const
|
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
|
virtual QStringList getPresets(void) const
|
||||||
|
Loading…
Reference in New Issue
Block a user