Vouk Administrator
- Male
- 46
- from Bad Vilbel, Germany
- Member since February 17, 2018
- Posts
- 2,758
- Reactions Received
- 582
- Points
- 15,017
- Profile Hits
- 14,799
Vouk replied to the thread Lower video quality.
I'd try to go the other way around. Using bitrates as rate control limitation is a rather old way of doing this.
In your case I'd use this settings:
First, lower the quality value until it looks good and then increase the B-Frames value (Bf) and the (G) value to get a smaller file size.
Vouk replied to the thread Unable to export prores different from HQ.
I'll investigate that.
Vouk replied to the thread Muxer with 9 stream.
I'll add more input streams.
Edit: I have changed it to 10 inputs now. The ultimate goal would be it adapts to the currently assigned inputs and there'd be always one more free input.
Vouk replied to the thread Where are the instructions on how to use this?.
Please take a look at the Quickstart [URL:https://www.voukoder.org/documentation/#3]section in the documentation [URL:https://www.voukoder.org/documentation]. It will be continuousely updated.
Vouk replied to the thread Getting DLL error right after installation.
Did you install FFmpeg? Which variant/package of it did you install?
Vouk replied to the thread unable to export video with any codec other than amd h264 and amd HEVC using premiere pro.
AV1 is not supported on your GPU. It requires an RTX 40xx.
Vouk replied to the thread unable to export video with any codec other than amd h264 and amd HEVC using premiere pro.
Well -1 means AUTO so that should work too.
Vouk replied to the thread About VoukoderPro in DaVinci Resolve.
Maybe you can export your scene and send it to me? Perhaps you're talking about the color subsampling?
Vouk replied to the thread unable to export video with any codec other than amd h264 and amd HEVC using premiere pro.
[…]
Please use GPU=0
Vouk replied to the thread unable to export video with any codec other than amd h264 and amd HEVC using premiere pro.
Then don't set your format to CUDA in the encoder properties.
Vouk replied to the thread unable to export video with any codec other than amd h264 and amd HEVC using premiere pro.
Yes, it requires at least version 551.76.
Vouk replied to the thread unable to export video with any codec other than amd h264 and amd HEVC using premiere pro.
Looks like you're trying to export with the format cuda. This is not necessary if you just want to encode with the GPU. Just select i.e. yuv420p as format.
If you want to intentionally use cuda it'd requires you to upload frames from the PC memory to the GPU device first (using the upload filter), then apply a chain of NVIDIA filters, and then process it with the encoder (This still has to be documented).
Vouk replied to the thread unable to export video with any codec other than amd h264 and amd HEVC using premiere pro.
You attached to old Voukoder logfile to your post. Can you perform a scene test (The play button ine the designer tool bar), and paste the output here?
Vouk replied to the thread Davinci Resolve Studio (Nvidia HEVC settings).
(Code, 4 lines)
Looks like they have renamed one setting but they are supporting the old and the new variant. Seems like I have to hide the old one.
You can use both, old or new one. What counts is shown in the options preview box below.
Vouk replied to the thread Please help get me started.
You might want to take a look at the "3. Quickstart" section in the documentation [URL:https://www.voukoder.org/documentation/], or even in the more elaborate section 4.
If you have questions, please ask. I'll put the answers in the documentation.
Vouk replied to the thread AUDIO TRACK Schemes.
Thanks. Can you also give me a small sample project with that special audio settings (2x 5.1 tracks) so i can trace the data from DVRS through Voukoder Pro?
Vouk replied to the thread Voukoder Pro presets missing?.
You can get it here: https://github.com/Vouk/voukoder/releases/tag/13.4.1 and the NLE connectors here https://github.com/Vouk/voukoder-connectors/
Vouk replied to the thread Voukoder Pro breaks the "Export to YouTube" Destination UI.
I need to think about it.
But you could add a "Post Process" step after the "File output" and then use a command line upload to youtube script.
Vouk replied to the thread Voukoder Pro breaks the "Export to YouTube" Destination UI.
Well, yes. This one is more complicated. "Voukoder Pro" intercepts all frames and the file path/name and creates it's own file. That's why in theory the YouTube upload shouldn't really work.
Vouk replied to the thread AUDIO TRACK Schemes.
Can you give me a small example project that i can try run through the debugger? That'd be helpful.