This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Hybrid-2026.03.21.1-x86_64.AppImage (NVEnc Problem)
#15
Das merkwürdige ist vor allem, dass deri ComboBox, enabled starten sollte und ich keinen Codepfad finde, der sie deaktivieren sollte. Tongue
Ist das bei Dir schon so, wenn Du mit resetteten Defaults startest? Falls nicht, was machst du Schritt für Schritt?

Ha, der PresetStack (in dem avcPreset und hevcPreset sitzen) wird deaktivert, quality + "1-pass variable bitrate (2pass optimization":
da ist ein Typo, abe komisch, dass es bei mir nicht getriggert wird.

bool cq = value == QStringLiteral("1-pass constant quantizer"); bool quality = value == QStringLiteral("1-pass constant quality"); bool vbr2passhq = value == QStringLiteral("1-pass variable bitrate (2pass optimization"); this->doSetValue(model, QStringLiteral("encodingModeStack"), (cq) ? 0 : (quality) ? 1 : 2); this->doSetEnabled(model, QStringLiteral("qMin"), !cq && !quality); this->doSetEnabled(model, QStringLiteral("qMax"), !cq && !quality); this->doSetEnabled(model, QStringLiteral("presetStack"), !quality && !vbr2passhq);
müsste:
bool cq = value == QStringLiteral("1-pass constant quantizer"); bool quality = value == QStringLiteral("1-pass constant quality"); bool vbr2passhq = value == QStringLiteral("1-pass variable bitrate (2pass optimization)"); # <- da hat ne Klammer gefehlt! this->doSetValue(model, QStringLiteral("encodingModeStack"), (cq) ? 0 : (quality) ? 1 : 2); this->doSetEnabled(model, QStringLiteral("qMin"), !cq && !quality); this->doSetEnabled(model, QStringLiteral("qMax"), !cq && !quality); this->doSetEnabled(model, QStringLiteral("presetStack"), !quality && !vbr2passhq);
sein.

Preset kann nur genutzt werden wenn man nicht "1-pass constant quality" und nicht "1-pass variable bitrate (2pass optimization)" nutzt. Smile
=> der sollte Preset Stack sollte als im Default deaktiviert sein. Smile

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RochHarz Festival
Reply


Messages In This Thread
RE: Hybrid-2026.03.21.1-x86_64.AppImage - by Selur - 12.06.2026, 16:47

Forum Jump:


Users browsing this thread: 1 Guest(s)