"Unable to Start Voukoder Pro:"
-
-
Vouk
28. Februar 2025 um 10:31 Hat das Thema freigeschaltet. -
This can happen due to a video format error. Meaning your video settings in your NLE may be incompatible with the FFmpeg encoder you're trying to use. Classic example: trying to encode interlaced video using NVENC.
-
-
- Offizieller Beitrag
FFmpeg is working fine. Otherwise the designer app wouldn't work properly.
Please copy & paste the log file here:
%LOCALAPPDATA%\VoukoderPro\
-
Checked log and fixed the issue. Thanks.
P.S The issue was caused by option "profile: high" that I added. Not sure why it does not like the option:
Code2025-03-26 19:23:19 (info) [EncoderNode.cpp:345] Opening video encoder plugin 'libx264' with params '{"rc":0,"crf":18,"g":12,"bf":0,"preset":"Slow","profile":"High"}' 2025-03-26 19:23:19 (trace) [FFmpeg:0] Undefined constant or missing '(' in 'High' 2025-03-26 19:23:19 (trace) [FFmpeg:0] Unable to parse option value "High" 2025-03-26 19:23:19 (trace) [FFmpeg:0] Error setting option profile to value High. 2025-03-26 19:23:19 (error) [EncoderNode.cpp:354] Opening the encoder plugin failed with error code: -22
-
- Offizieller Beitrag
It should be all in lower case.
-
I tried the lowercased and the outcome is exactly the same.
-
- Offizieller Beitrag
Are you using the latest version of FFmpeg?
-
-
- Offizieller Beitrag
Some older versions had issues with the "profile" option. I had to update my FFmpeg to fix that issue.
-
Thanks, will try to update to the most recent release version (7.1.1)
-
Confirming that after upgrading ffmpeg from version 7.1 release to version 7.1.1 release the option `"profile": "high"` is not causing issues any longer.
Thanks.