But I also encountered ‘2’ as unrecognized option. It seems that the parameters with which ffmeg are called are invalid. I also tried to replace the built-in version of ffmpeg with a current full build of ffmpeg but that didn’t change anything.
I just noticed: The ffmpeg version that is loaded on my computer isn’t the one from the directory of Topaz Video AI. Instead it’s the one that came with ImageMagick that I’ve installed, too. ImageMagick added its version of ffmpeg to the global Path variable.
@TopazSupport:
Topaz Video AI should force to use its own version of ffmpeg and only load other versions that are included in the Path variable or in a different directory when the user tells it to.
I will remove the Path variable (at least for testing) and will see if that changes the issue in any way.
@rob.weber
Can you check whether you have another version of ffmpeg on your system, too, that conflicts with the one in Topaz Video AI? If you open a regular command prompt with cmd or Terminal (in Windows 11) and type ffmpeg.exe or .\ffmpeg.exe, you should get a file not found error if no version is installed and the ffmpeg help if any version is installed globally on your computer.
I’ve also tried various codecs and get the Unrecognized FFmpeg opton, but the give various other reasons, here is latest log 2025-05-15-13-42-55-Main.tzlog.txt (194.7 KB)
It’s probably not. The version bundled with Topaz is from 2025, the one you show in your screenshot is from 2024. Can you have a look at your Path variables to see whether there’s another conflicting version of ffmeg that’s loaded from there?
@rob.weber
According to your screenshot before and your log, your version of Topaz Video AI loads an ffmpeg version 7.0. However bundled with the current version of Video AI 7 is 7.1.
Your output:
ffmpeg version 7.0 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 9.3-win32 (GCC) 20200320
Version installed in my Topaz Video AI folder:
ffmpeg version 7.1 Copyright (c) 2000-2024 the FFmpeg developers
built with Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34809 for x64
This seems like something is off on your computer.
Thank you for sharing this, I have sent it to the devs to review along with the follow ups from you and Jonas to help with resolving the issues in a future patch update.