Trying to run Topaz Video AI on Linux.
PRETTY_NAME=“Ubuntu 22.04.2 LTS”
./ffmpeg -hide_banner -nostdin -y -strict 2 -hwaccel auto -i “input.mp4” -c:v hevc_nvenc -vf “tvai_up=model=amq-10:scale=2” “output.mp4”
Getting different errors with the command. Sometimes it’s “Segmentation error” and sometimes “OpenCV cv::Exception”:
Here’s extra info about videocard and driver:
Any help will be useful. Thanks in advance


