- Does the file C:\Program Files\Adobe\Common\Plug-ins\7.0\MediaCore\VoukoderR2.aex exist?
- Does the file C:\Program Files\Voukoder\voukoder.dll exist?
Beiträge von Vouk
-
-
Can you either post a "Scene Test" output or a VoukoderPro log file here?
-
Thanks for the input. I will try to reproduce it over the weekend and see if i can't provide a quick fix.
FYI: If you set the encoder to use a "cuda"-pixel format you first need to upload the frame from the cpu to the gpu memory using the upload filter. But that only makes sense if you to use more or less complex filter chains on the gpu (and not on the cpu). For a standard GPU accelerated workflow you don't need this.
-
"alac" is the lossless compressed codec.
"pcm" is the uncompressed codec. There are quite some variants of it:
i.e." pcm_s16le"
- s
- s = signed
- u = unsigned
- 16
- 16 bits
- 24 bits
- 32 bits
- le
- le =little endian (PCs)
- be = big endian (Macs)
- s
-
Some encoders require a width and height dividable by 4,8 or 16. I guess that has something to do with the macroblocks. I really need to fix this issue.
-
Does it work if you render it to a resolution of like 1088x1920?
-
These setting should work:
The download link for 13.1 is: https://github.com/Vouk/voukoder/releases/tag/13.1
-
-
-
-
Yes, the plan is to bring VoukoderPro to Windows, MacOS and Linux.
Bringing it to linux is currently in progress. MacOS will follow.
-
That's what i expected. I'm building the VEGAS Pro plugin with the SDK for Version 18. I need to use an older SDK for 15,16 and 17.
-
It has not the highest priority at the moment.
And it gets a bit tricky. With switching to the autodetecting method (encoders, muxers and their options) the text is taken directly from FFmpeg (in english). Translating the UI should be possible though.
-
It's not a bug, this has rather ... never been implemented.
-
Any hope of Vegas 15 support for VoukoderPro?
Can you please test if it works if you copy the files manually over to the VEGAS Pro 15 directories? I don't have this version myself.
-
Any hope of Vegas 15 support for VoukoderPro?
Can you please test if it works if you copy the files manually over to the VEGAS Pro 15 directories? I don't have this version myself.
-
-
-
Can you try if this is fixed with VoukoderPro 1.2.3?
Release 1.2.3 · VoukoderPro/VoukoderProRelease Notes For using NVENC (SDK 12.2) encoders driver version 551.76 or later is required. Using FFmpeg 7.0 / LGPL. Fixes / Changes Using FFmpeg 7.0…github.com -
Can you perform a scene test of that scene and copy & paste the output here?