OSDN Git Service

Added tune "Animation" to x265 encoder.
authorlordmulder <mulder2@gmx.de>
Thu, 12 Dec 2019 23:11:48 +0000 (00:11 +0100)
committerlordmulder <mulder2@gmx.de>
Thu, 12 Dec 2019 23:11:48 +0000 (00:11 +0100)
src/encoder_x265.cpp

index 60d685c..fb21e38 100644 (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