![]() |
SSIM with Opencl? - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: SSIM with Opencl? (/thread-1621.html) |
SSIM with Opencl? - Werve - 03.12.2020 I don't know if this is a bug or a hardware limitation, but if I encode with x264 and enable OpenCL (x264-Misc) and SSIM metrics, it doesn't appear in the report file. RE: SSIM with Opencl? - Selur - 03.12.2020 Hybrid properly sets the command line, the encoder even warns tha tthe results will be invalid since ssim&psy are used: x264 [warning]: --ssim used with psy on: results will be invalid! Cu Selur RE: SSIM with Opencl? - Werve - 04.12.2020 (03.12.2020, 05:31)Selur Wrote: Hybrid properly sets the command line, the encoder even warns tha tthe results will be invalid since ssim&psy are used: It uses ffmpeg to calculate it? The command described here seems to work https://stackoverflow.com/questions/17707153/how-to-use-ssim-in-ffmpeg (I have ffmpeg 4.3.1) For different bugs is better to open a thread for each one or continue the same one? RE: SSIM with Opencl? - Selur - 04.12.2020 Quote:It uses ffmpeg to calculate it?No, Hybrid does not use ffmpeg to calculate anything. The ffmpeg command you link to only works if ffmpeg is used for the encoding which it isn't. Quote:For different bugs is better to open a thread for each one or continue the same one?If you thing they are related use one thread. If they seem different use multiple Cu Selur |