Beiträge von Vouk
-
-
-
To be honest I lost track of this topic. I'm kind of overworked right now.
Edit: I have difficulties compiling FFmpeg with libass for windows. I don't find anything helpful on Google about this.
-
See, I'm doing this as a one-man hobby project after my regular work and also on saturday and sunday. Voukoder is currently free and I don't get much money from it. In fact if I wouldn't do the Voukoder I'd have more money. This means I have to focus on my day job and replying sometimes might be late. It might take 23h or even 3 weeks.
File size estimation doesn't work CRF/CQP so it got removed.
NVENC SDK > 9.1 would cause a breaking change in encoder settings.
-
Just be a little more patient and read my reponses carefully. The bug should have been fixed in this version.
Please try this version: https://github.com/Vouk/voukoder/releases/tag/7.1rc1
Happy new year to you too.
-
-
Nice to hear its not a Voukoder bug.

-
-
-
-
-
-
Try to update/reinstall your NVIDIA driver software.
-
This is asked quite often and you'll find some answers in the existing threads:
TL;DR: Voukoder is only handeling the encoding part of the export. If Premiere is slow with rendering each frame before it's sending it to the encoder voukoder can't improve it.
Code[19:38:25] Frame #520: vRender: 76980 us, vProcess: 7 us, vEncoding: 13975 us, aRender: 57 us, aEncoding: 1188 us, Latency: 92275 us [19:38:25] Frame #521: vRender: 64296 us, vProcess: 9 us, vEncoding: 13036 us, aRender: 53 us, aEncoding: 1080 us, Latency: 78492 us [19:38:25] Frame #522: vRender: 53933 us, vProcess: 6 us, vEncoding: 13430 us, aRender: 56 us, aEncoding: 1140 us, Latency: 68601 us [19:38:25] Frame #523: vRender: 83936 us, vProcess: 5 us, vEncoding: 13734 us, aRender: 90 us, aEncoding: 1135 us, Latency: 98920 usPremiere already needs ~80ms to render (vRender) a frame (decompressing the sources, filters, effects, ...). That limits the export to 12.5 fps. The GPU is pretty much ideling because it is waiting for frames from premiere.
-
Yes, that sample frequency looks really strange. Seems this is the rounded scientific notation of 48000 ~ 50000 = 5*10^4.
Do you have this with all video / projects?
-
No, not possible. I really wish other encoders would support it, too.
-
Version 7
News
Over 25,000 users used Voukoder last month! An unbelievable number, equal to the number of inhabitants of a small town. But who are these users and in what areas does Voukoder make their job easier?
In a series of YouTube videos my curious me would like to introduce your business / channel / company to the viewers while I'm unboxing a parcel with your merchandise. For information on how to participate please follow this link.
Fixes
- Applying an encoder presets activates the "Advanced mode"
- Got rid of the SpinCtrl-error message
- Increased (max-)bitrate and buffer size max. values of h264/h265 encoders
Changes
- Added the "UT Video" encoder
- Added the "GoPro CineForm HD" encoder
- Added "AVI" container / muxer
- Added the (incomplete) chinese translation - Please help to finish the translation here: https://crowdin.com/project/voukoder
- The size and the position of the voukoder dialog will be stored in the registry now
Important
Make sure you are using the latest connector for your application(s)!
For using NVENC (SDK 9.0) encoders driver version 418.8 or newer is required.
Download
https://github.com/Vouk/voukoder/…/voukoder-7.msi
Credits
Thanks to my all supporters, either by PayPal or by Patreon.
Platinum patrons
Gronkh
Silver patrons
Chris Woods, Kai_307 (Kai C. Ternes), Michael Wooldridge, Schauerland
-
Nice!
Yes, it is basically using the FFmpeg default value. I could set anything as default, but I guess users have a different favorite setting here.
-
Did you try 7rc2 already?
-
Voukoder doesn't use FFmpeg as a command line executable. Thus it is not possible to use command line parameters. It might be faster than other solutions because of this. It is using the C API instead.