
Vouk Administrator
- Male
- 46
- from Bad Vilbel, Germany
- Member since February 17, 2018
- Posts
- 2,812
- Reactions Received
- 586
- Points
- 15,286
- Profile Hits
- 16,153
Vouk replied to the thread License.
You should have received a license key now.
Vouk reacted with
to miki1hr’s post in the thread Voukoder Pro (Nvidia HEVC Profile level).
Vouk replied to the thread Voukoder Pro (Nvidia HEVC Profile level).
Maybe this is this related to this issue? Can you check?
Vouk replied to the thread AUDIO TRACK Schemes.
This helps me alot. Now I need to somehow make both 5.1 layouts selectable.
Vouk reacted with
to backlight’s post in the thread PRORES 4444 XQ issues.
Vouk replied to the thread PRORES 4444 XQ issues.
There is no version from february, there are these two versions. Please try to reproduce my suggested steps. With the older one I could reproduce the issue, with the newer one it was fixed.
Vouk replied to the thread Please help get me started.
Please read the documentation for how to get started. Especially the quick-start section: https://www.voukoder.org/documentation/#3
Vouk replied to the thread Using the JavaScript Date functions in Filename Override.
Maybe an even shorter variant:
(Code, 1 line)
generates the date in the format:
(Code, 1 line)
Vouk replied to the thread Voukoder Pro (Nvidia Hevc settings).
"G" is referring to the FFmpeg "g" option, which means "Keyframe interval". So if you set it to "25" for a 25fps video you'll have a full keyframe every second. Sounds good to me.
Vouk replied to the thread PRORES 4444 XQ issues.
Maybe you still have the old FFmpeg version from 9.10.2024 installed. Please proceed the following steps:
Please uninstall the old and buggy FFmpeg versions dated by the date above. Please use the Windows "Add and remove software" tool
Once it has been removed, install the newer version from here https://github.com/Vouk/ffmpeg/releases/tag/latest
Please report if the issue has been fixed
Vouk replied to the thread PRORES 4444 XQ issues.
For some reason it doesn't accept the profile setting (only by autodetection through the color format). Sounds to me like a bug inside FFmpeg. I'll investigate this further and report it to the FFmpeg devs.
Vouk reacted with
to miki1hr’s post in the thread Davinci Resolve Studio (HDR export).
Vouk replied to the thread Davinci Resolve Studio (HDR export).
Can you please test if it is fixed with version 2.0.9?
Vouk replied to the thread Davinci Resolve Studio (HDR export).
I'll check why this data is missing.:
Vouk replied to the thread Voucoder in Rendersettings bei Vegas Pro 22 nicht sichtbar.
No, there are no limitations, except for the limited time.
What exact encoder do you want to use? Can you post a (scene test) log?
Vouk replied to the thread Uninnstall Voukoder Pro on MAC.
To uninstall the PremiereCC plugin of Voukoder Pro please delete VoukoderPro.prm.bundle from the directory /Library/Application\ Support/Adobe/Common/Plug-ins/7.0/MediaCore/. You can do this via the MacOS Terminal app.
(Code, 1 line)
Your Adobe apps should be working again after that.
Vouk replied to the thread Unable to load Voukoder Pro..
Normally the installer is adding that variable automatically.
So the variable was not set after the installer has finished? Did you try to reboot your pc?
Vouk replied to the thread Voucoder in Rendersettings bei Vegas Pro 22 nicht sichtbar.
Vorgefertigte Templates kommen mit einem Update in voraussichtlich version 3.0.0.
Vouk replied to the thread - Not a bug
Cannot make MPG2 format file from Vegas Pro 20.
It's good to use the "Scene Test" feature to test your settings.
This works for me:
Not all containers accept all encoded streams (But Matroska does).
I guess you could also export VOB files for DVDs.
or as an MPEG2 Transport Stream:
Vouk replied to the thread - Not a bug
Cannot make MPG2 format file from Vegas Pro 20.
What version of FFmpeg did you install install in C:\Program Files\FFmpeg\ . I guess Voukoder Pro gets a bit confused now there are 2 versions of FFmpeg in your path, but it should actually pick the first one it finds.
Can you try to rename the directory name of C:\Program Files\ffmpeg-7.1-full_build\bin (only in explorer, NOT in the path variable) so it finds only the FFmpeg in C:\Program Files\FFmpeg\ ? Does that work?