Beiträge von Vouk
-
-
I might look into it once i finished the filter implementation.
Note to myself: https://github.com/obsproject/obs…reaudio-encoder
-
Salut,
Hey, thank you. I like the "Tornado" logo on the right. I always liked the idea of a "V" style logo, just like "merging many streams, tracks, things,.." into one (file). I will contact you next week after my vacation.
Merci bien!
-
Workaround for this is to use ("VBR" In Voukoder) Quality Mode 5. Downside to this is that it has lower maximum bitrate.
I just realized i did not include vbr=5 in the encoder config. I had options vbr=0 to vbr=4 instead of vbr=1 to vbr=5. Fixed that.
-
Thanks for this analsis.
There is a possibility to change the cut off frequency of fdk_aac to higher value. But i still recommend to use a lossless codec (if possible) if you really want outstanding audio.
-
The FFmpeg team recommends to use the builtin aac encoder. If sound quality is absolutely important for you you should use a lossless codec (i.e. FLAC) or uncompressed audio instead.
-
The old log file is problematic when you are running two (or more) instances of voukoder at the same time.
-
Please update your NVIDIA video card drivers.
-
That's what 2 pass (VBR) is for and why you normally choose 2 pass. It first analyses the video for its visual complexity and then adjusts the required bitrate for it. So you can save some filesize. This is not a bug, it is good!
Just like one user said: "I don't like using CRF, I can't reach my usual bitrate with it."

-
Lets say "The Turing architecture added supports for b-frames with hevc."
-
Unfortunately b-frames in hevc are only supported with RTX cards.
-
Are you using h264 or hevc? What video card do you have?
-
Custom FFmpeg parameters will not work as I don't use an "ffmpeg.exe" with voukoder. Lots of other tools are basically GUI frontends for "ffmpeg.exe". Voukoder instead is using the libav part of FFMpeg using its C API, not the command line program.
I am still planning to add support for all/most filters available in FFmpeg and you can apply/configure/reorder them in Voukoder itself without using any command lines. I am actually working on this right now.
-
This is not a voukoder logo. It is the default logo of the CMS software.
-
Yes, you are absolutely right! Voukoder absolutely needs a logo! I have this on my lists from alomost since the beginning.
Unfortunately I am not good with this myself and I need a prefessional designer for this.
Some guy from india wanted to design a logo some months ago but the results were not very satisfying.
If you know a really good designer for creating a logo and/or corporate identity please let me know.
-
Released Voukoder 2.0.6
Changes:
- Reworked french translation
Fixes:
- Voukoder does now also work in offline mode
- Translated boolean value options
- (ac3) Added bitrate selection
- (libx264/libx265) Fixed usage of the deblock option
- (nvenc_hevc) Fixed crash in 10bit mode
Thanks to my top patrons on patreon: Gronkh
-
-
I'll look it up in the SDK documentation once I have time for this. To make it simple the video and audio settings will apply to all streams.
-
Is that also possible with CS6? I am using the CS6 SDK for backwards compatibility.
-
There was a request on twitter to extend this plugin to a standalone encoder. If i ever do that i will add multiple streams.