Selur's Little Message Board

Full Version: Kein Nvenc(FFmpeg) mehr ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo Selur,
ich kann in Hybrid beim Encoder Nvenc auswählen, jedoch existiert bei mir der Encoder Nvenc(FFmpeg) nicht. Wurde diese Option inzwischen entfernt, da ich gelesen habe, dass es diese Option mal gab, oder liegt es evtl an meinem System ? Besitze eine RTX 3070 und nutze die Hybrid Version 2021.04.12.1. Hoffe du kannst mir behilflich sein.

LG Emre
Wurde für Windows entfernt, da NVEncC die bessere Unterstützung unter Windows liefert.

Cu Selur
Auf welcher Plattform läuft den Hybrid am besten/schnellsten ? Auf Windows oder auf Linux ?
Würde spontan sagen, dass es etwas darauf ankommt aber i.d.R. Windows die sicherere Wahl ist.
Unter Windows funktioniert meist alles was GPU beschleunigt ist besser, wenn man nur CPU basiertes Filtering und Encoding verwendet tun sich Linux und Windows (und Mac) nichts.

Cu Selur
Ich häng mich hier mal drann.

Nvenc(FFmpeg) ist auch bei der Linux-Version entfernt worden ?

Bei Hybrid 2021.07.18.1 ist nix von Nvenc zu sehen.
NVidia Treiber version: 470.57.02

Code:
01:00.0 VGA compatible controller: NVIDIA Corporation TU104 [GeForce RTX 2080 Rev. A] (rev a1)

Tu mir das nicht an Wink
@ggrub08:
Die Karte sollte eigentlich als NVEnc kompatible erkannt werden.
Das NVEnc(FFmpeg) für Windows nicht mehr untertützt wird wurde bereits gesagt.
-> Was willst Du damit sagen?

Cu Selur
Ich verwende Linux (Arch), bisher Null Probleme mit Hybrid. Erkannt wird die NVidiakarte wohl auch:

Code:
...
checking for GPU,...
QCoreApplication::postEvent: Unexpected null receiver
Detected graphic cards:
  NVIDIA Corporation TU104 [GeForce RTX 2080 Rev. A] (rev a1)
checking for PureVideo compatible cards,...
checking detected cards for NVIDIA PureVideo compatibility
Checking: NVIDIA Corporation TU104 [GeForce RTX 2080 Rev. A] (rev a1)
simplified(2): NVIDIA Corporation TU104 [GeForce RTX 2080 Rev. A]
simplified(4): GeForce RTX 2080 Rev. A]
simplified(5): GeForce RTX 2080 Rev. A
simplified(6): GeForce RTX 2080
Detected NVIDIA PureVideo compatible cards:
GeForce RTX 2080
Found the following NVIDIA PureVideo compatibile card:
  GeForce RTX 2080
Checking the following cards for VCE compatibility,...
    initialized base, after: 0.028s
    x264 tab,...
    initialized x264 tab, after: 0.005s
    DivX265 tab,...
    initialized DivX265 tab, after: 0s
    x265 tab,...
    initialized x265 tab, after: 0.005s
    SVT HEVC tab,...
    initialized SVT HEVC tab, after: 0.002s
    SVT HEVC tab,...
    initialized SVT AV1 tab, after: 0.002s
    xvid tab,...
    initialized xvid tab, after: 0.002s
    VPX tab,...
    initialized VPX tab, after: 0.002s
    av1 tab,...
    initialized VPX tab, after: 0.003s
    rave1 tab,...
    initialized rav1e tab, after: 0.001s
    ProRes tab,...
    initialized ProRes tab, after: 0s
    Kvazaar tab,...
    initialized Kvazaar tab, after: 0.001s
    FFNVEnc tab,...
    initialized FFNVEnc tab, after: 0.001s
    FFV1 tab,...
    initialized FFV1 tab, after: 0s
    png tab,...
    initialized png tab, after: 0s
    UT Video tab,...
    initialized UT Video tab, after: 0s
    FFvHuff tab,...
    initialized FFvHuff tab, after: 0s
    DNxHD tab,...
    initialized DNxHD tab, after: 0s
    CFHD tab,...
    initialized CFHD tab, after: 0s
    resize/crop tab,...
    initialized resize/crop tab, after: 0.003s
    filter tab,...
    initialized filter tab, after: 0.013s
    subtitle tab,...
    initialized subtitle tab, after: 0.001s
    audio tab,...
    initialized audio tab, after: 0.004s
    tag tab,...
    initialized tag tab, after: 0s
    chapter tab,...
    initialized chapter tab, after: 0s
    job tab,...
    initialized job tab, after: 0.001s
    bitrate calculator,...
    initialized bitrate calculator, after: 0s
    main tab,...
    initialized main tab, after: 0.005s
    selection helper,...
    initialized selection helper, after: 0s
    job creator and manager,...
    initialized job tab, after: 0s
    muxing tab,...
    initialized muxing tab, after: 0s
    misc tab,...
    initialized misc tab, after: 0s

...

Aber es erscheint keine NVEnc/ffmpeg Auswahl fürs Encoding.

[attachment=1524]
Doh, sehe den Fehler, da sind ein paar Zeilen verloren gegangen bei nem Commit weshalb sich ein paar defines überlappt haben.
-> werde ich fixen

Cu Selur