Do you have the Studio Version? The free version does not support external plugins.
Beiträge von Vouk
-
-
Yes, I've got so many ideas for that successor, but still dealing with technical details. esp. because it should be working with Windows, Mac and Linux too.
-
Up to now Voukoder only supports up to one Video- and one Audio Track. I am working on a successor that does not have this limitations anymore.
-
FYI, the timeline has 12 channels of audio.
What is the exact channel layout of this? Voukoder currently has a limitation of supporting one Audio Track with either Mono, Stereo or 5.1 audio.
-
There are just no presets available. And if no presets are available you cant apply them because ... uhm... PCM encoders have no setttings / options to configure.
Please send a log file with low level debug enabled. (See the sticky topic in this forum)
-
Are you guys using the latest 9.3 version?
Maybe someone could tell me the steps on how to reproduce that error so i could investigate it?
-
Voukoder 9.3
Make sure you are using the latest connector for your application(s). For using NVENC (SDK 9.1) encoders driver version 436.15 or later is required.
Fixes / Changes
- Fixed sound sync issues
Credits
Thanks to my all supporters by either PayPal, Patreon or BTC. Also thanks alot to the translators.
Top Patrons
Gronkh, Schauerland, Terry Mundy, Andreas Martin Aanerud, Michael wooldridge and Chris Woods
Download
-
I need a Voukoder version that'd compile on a Mac first. The Voukoder successor is planned to do so (also on Linux). Then, if a Final Cut plugin SDK is available I could support it too.
-
Yes, and this is perfectly okay.
Voukoder takes the audio data from the project settings once the export starts.
And the preset list is empty because we don't have presets for all encoders.
But the main question is: Can you export with working sound?
-
It will tell you the correct error message when you enable low level debugging.
You have selected "4:2:0 10 Bit". "p010le" is perfectly fine.
-
I think some audio issues get mixed up here:
- Audio option not available in Voukoder
- Audio option is available but there are sound issues (or no sound at all) in the exported file
fayfen Can you try https://d.voukoder.org/voukoder-9.3.msi
-
Does this version fix the audio sync issues?
-
The visibility of the audio- and video option in Voukoder depends on VEGAS settings (In case you want to export video or audio only).
So if the number of audio-tracks in the VEGAS settings is 0 that option will be hidden in Voukoder.
-
What are your audio settings in VEGAS? Can you make a screenshot?
-
Please post a voukoder logfile (with debug info) from such an export session and I'll take a look at it.
https://www.voukoder.org/forum/thread/614
P.S.: You can download older versions on github: https://github.com/Vouk/voukoder/releases/
-
I installed the RayOff theme. You can switch to it in your account settings.
-
-
Please upgrade to Voukoder 9.2. It should fix the sound issues with After Effects.
-
Voukoder 9.2
Make sure you are using the latest connector for your application(s). For using NVENC (SDK 9.1) encoders driver version 436.15 or later is required.
Fixes / Changes
- (Opus) Added 16k and 32k bitrate (Bananenbrotesser)
- Fixed side data issues
- Removed "fps" filter to fix AfterFX compatibility issues
Credits
Thanks to my all supporters by either PayPal, Patreon or BTC. Also thanks alot to the translators.
Top Patrons
Gronkh, Schauerland, Terry Mundy, Andreas Martin Aanerud, Michael wooldridge and Chris Woods
Download
-
1. Basically export speed is the reason. If you export a yuv420 (8 bit) it is significantly faster to use the 8 bit output mode in resolve. Otherwise each frames data has to be converted from yuv444 16 bit down to 8 bit first, and then sent to the encoder. If resolve delivers 8 bit already we can just pass it through to the encoder.
2. It is a bit tricky because it just shows the available containers that support the current selected audio and video container. But I'll see what I can do.