Getting No such filter: 'veai_up' on Ubuntu 22.04

Hi together,

i downloaded version 3.5.3.0.b today and was trying using it for the first time under linux.
But i cant get it work as ffmpeg drops

No such filter: ‘veai_up’

when running this command:

videoaiBETA-run -v verbose -hide_banner -nostdin -y -strict 2 -i “inputfile.mp4” -c:v hevc_nvenc -profile main -preset medium -global_quality 19 -pix_fmt yuv420p -movflags frag_keyframe+empty_moov -vf “veai_up=model=amq-13:scale=2” “output-artemis.mp4”

Do i have to do more than installing the deb file?
The environment variables are set by the videoaiBETA-run script itself so im not sure whats missing…

Many thanks

Ever since TVAI 3.1+ or so, veai_up was replaced with tvai_up. So try using tvai_up instead.

If that doesn’t work, then there may be other issues. Feel free to use this commend as reference:

ffmpeg "-hide_banner" "-i" "inputfile.mp4" "-filter_complex" "tvai_up=model=ahq-12:scale=2:blend=0.2:device=0:vram=1:instances=0" "-c:v" "ALL YOUR VIDEO ENCODER STUFF" "-c:a" "ALL YOUR AUDIO STUFF" "outputfile.mp4"

Many thanks, its working now :slightly_smiling_face: