Georgi Stoyanov
Georgi Stoyanov
I am also experiencing the same problem with **v.1.4.1**. I think this is connected when you have higher jitter.
I also agree with @DonaldTsang that adding those measurements to VQMT will be great. I think we lack a unified tool to evaluate different video quality metrics.
I have found out what the problem is. I needed to re-compile the package with gcc-5.4 which doesn't have by default the `--enable-default-pie` option enabled.
Thanks for the reply and the link @luctrudeau
I have prepared a new updated version of the compilation script, and I am currently testing it. I will create a VM with Ubuntu 18.04 and test it accordingly, but...
I have managed to compile `svt_av1` and `svt_hevc`, even though they require applying a patch in order for ffmpeg to be able to detect the `--enable-libsvthevc` and `--enable-libsvtav1` flags. Unfortunately,...