This can't be fixed in a short term solution. I will design the successor app in a way so multioutput is possible.
Beiträge von Vouk
-
-
It seems your system is highly limited by your 2(4) Core CPU and especially only 3,5 GB of ram. To fully utilize the fast nvenc encoders sometimes even 16GB is not enough.
-
Can you ...
- Provide me a voukoder logfile (see pinned thread in thsi forum) with low level debugging activated
- Tell me the steps on how to reproduce this issue?
-
Added it for the next release.
Note: with vp8 you have to set "Alternate reference frames" to "Disabled" to use it.
-
This issue will be addressed in the Voukoder successor app i am currently working on.
-
Can you try a higher value for "Quantizer"?
-
I will add that pixfmts.
-
Edit: Ich habe es nochmals überprüft: Alle in FFmpeg verfügbaren Parameter des AC3 Enkoders sind aktuell in Voukoder verfügbar. Weitere Einstellungen (zur Dynamiksteuerung) sind derzeit nicht möglich.
Weitere Bitrates kann ich hinzufügen, allerdings überlege ich dass gleich durch ein freies Eingabefeld zu ersetzen.
-
What settings / config options are you using for av1_nvenc?
-
-
The lookahead parameter is actually a boolean parameter. So it can only be 0 or 1.
Code-look_ahead <boolean> E..V....... Use VBR algorithm with look ahead (default false) -look_ahead_depth <int> E..V....... Depth of look ahead in number frames (from 0 to 100) (default 0) -look_ahead_downsampling <int> E..V....... Downscaling factor for the frames saved for the lookahead analysis (from 0 to 3) (default unknown) unknown 0 E..V....... auto 0 E..V....... off 1 E..V....... 2x 2 E..V....... 4x 3 E..V.......
-
Thanks for the detailed info! This seems to solve alot of issues indeed.
I'll have a look at the "look_ahead" issue.
-
Version 12beta6
Make sure you are using the latest connector for your application(s). For using NVENC (SDK 12) encoders driver version 520.00 or later is required.
Fixes / Changes
- Upgraded from FFmpeg 5.0 to FFmpeg 5.1
- Enabled FFmpeg log during initialization
- Adapted SVT-AV1 to new parameter interface and added CRF to rate control options
- Video side data: Adjusted MDCV luminance limits (Min: 0-5, Max: 5 - 10000)
- Switched to NVENC SDK 12
- Added NVIDIA AV1 encoder for RTX 40 series GPUs
- Added back MFX integration (Media SDK 2021 R1)
- Added asm parameter to x264 and x265 encoders
- Added "tune" option to nvenc encoders
- Added more options to svtav1 encoder (Thanks to Kleinrotti)
Credits
Thanks to my all supporters by either PayPal, Patreon or BTC (33wJ6Jg3KbZA4ZMJMQBFMh7jxWFAnad1Lp). Also thanks alot to the translators.
Top Patrons
Gronkh, Schauerland, Michael wooldridge and Chris Woods
https://github.com/Vouk/voukoder/releases/download/12beta6/voukoder-12beta6.msi
-
Kleinrotti Thanks for your work! I hade to make a few changes but you can test it here: https://d.voukoder.org/voukoder-12beta6.msi
-
This requires a major rework of how voukoder implements filters. This will be adressed in the voukoder successor app.
Yes ... I am still working on it.
-
Will be included in version 12.
Maybe someone can volunteer and add the other relevant params to https://github.com/Vouk/voukoder/…libsvt_av1.json ?
Reference: https://gitlab.com/AOMediaCodec/S…s/Parameters.md
-
QuickSync encoder initialization errors
I'm in contact with Intel about that.
My question about the hevc_nvenc option "tune" that enables lossless encoding has been deliberately ignored and I acknowledge that.
It's included in version 12.
-
Yep, this will be included with release 12.
-
-
Did you read the release notes?