TOPAZ, why go to all the trouble of removing very useful CLI functions - WITHOUT TELLING ANYONE - which only serves to annoy your customers (even more than usual)?
Anyway, the most stupid thing about all this is that although you removed the “Show preview command” and “Show export command”, you’re still saving the full command in your log file for all to see and copy!!!
So all we need to do is start and stop an export, open the current log file from the help menu, then search for something like:
ffmpeg -hide_banner
which is the start of the command line (after the full path).
For goodness sake Topaz, just put those menu items back and done with it.
NOTE: Existing scripts ARE still working for me (personal licence with founder status) - just ensure you set the two required environment variables:
Windows:
(set) TVAI_MODEL_DATA_DIR=C:\ProgramData\Topaz Labs LLC\Topaz Video\models\
(set) TVAI_MODEL_DIR=C:\ProgramData\Topaz Labs LLC\Topaz Video\models\
Mac:
export TVAI_MODEL_DATA_DIR=‘/Applications/Topaz Video.app/Contents/Resources/models’
export TVAI_MODEL_DIR=‘/Applications/Topaz Video.app/Contents/Resources/models’
Andy