Up to date models list for CLI usage and documentation

Hello,
I was wondering is there is a up to date documentation on CLI usage, with all current models and maybe more examples of commands ?
Thank you

There’s the official documentation.
Its list of models is not up-to-date and it does not include details as to what parameters are needed for each model.
Usually I use the GUI to setup new models and copy the generated commands to learn how to use them.

You can try ffmpeg.exe --help filter=tvai_up, but it also does not list things as needed.

1 Like

Thank you, that’s what I’m doing actually.

If anyone wants to know how to get the commands runed by Topaz GUI, you need to launch an operation in the GUI and look at the last log file in:
Users\username\AppData\Roaming\Topaz Labs LLC\Topaz Video AI\logs

There will be the whole ffmpeg command that will look something like that:
C:/Program Files/Topaz Labs LLC/Topaz Video AI/ffmpeg -hide_banner -nostdin -y -nostats -i C:/inputPath.mov -sws_flags spline+accurate_rnd+full_chroma_int -filter_complex tvai_up=model=prob-4:scale=0:w=7680:h=4320:preblur=0:noise=0:details=0:halo=0:blur=0:compression=0:estimate=8:blend=0.2:device=0:vram=1:instances=1,scale=w=7680:h=4320:flags=lanczos:threads=0 -c:v prores_ks -profile:v 3 -vendor apl0 -quant_mat hq -bits_per_mb 1350 -pix_fmt yuv422p10le -an -map_metadata 0 -map_metadata:s:v 0:s:v -movflags frag_keyframe+empty_moov+delay_moov+use_metadata_tags+write_colr -bf 0 -metadata [...] outputPath.mov

Don’t do that.
Do this:
{AD423F9A-4DBA-4BCD-BC8D-A010C33F08F3}

1 Like

Just sent a message to the Product Team as they are working on updating the docs and working on some tutorial videos to add this to the list.

Hopefully they will be able to get an updated list out and expand on the commands.

3 Likes

Thank you it’s way more convenient indeed :sweat_smile:

1 Like