OBS Aufnahme laggt unter Linux (Encoder overloaded)

ShadowDragon

Lt. Junior Grade
Registriert
Apr. 2017
Beiträge
407
Moin,

ich habe folgendes Problem: Unter Linux laggt OBS bei Aufnahmen immer wenn ich den Hardware-Encoder nehmen will während der Software Encoder keine solchen Probleme verursacht (sofern ich nicht in WQHD Aufnehmen will). Unter Windows besteht das Problem nicht.

Hier eine Beispielaufnahme:


Ich denke mal das Problem ist obvious. ^^ OBS selbst zeigt mir auch immer an, der Encoder sei "overloaded".
Hier die Einstellungen von OBS 27.0.0-2. Aufgenommen wird in WQHD bei 60fps.

res.png

Ich muss hier bei OBS die "Advanced" Einstellungen öffnen, da ich unter den "Simple" Einstellungen gar nicht erst die Option bekomme Hardware-Encoding zu nutzen.
Code:
$ vainfo
vainfo: VA-API version: 1.11 (libva 2.11.1)
vainfo: Driver version: Mesa Gallium driver 21.1.2 for AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 5.10.43-1-lts, LLVM 12.0.0)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :    VAEntrypointVLD
      VAProfileMPEG2Main              :    VAEntrypointVLD
      VAProfileVC1Simple              :    VAEntrypointVLD
      VAProfileVC1Main                :    VAEntrypointVLD
      VAProfileVC1Advanced            :    VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:    VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:    VAEntrypointEncSlice
      VAProfileH264Main               :    VAEntrypointVLD
      VAProfileH264Main               :    VAEntrypointEncSlice
      VAProfileH264High               :    VAEntrypointVLD
      VAProfileH264High               :    VAEntrypointEncSlice
      VAProfileHEVCMain               :    VAEntrypointVLD
      VAProfileHEVCMain               :    VAEntrypointEncSlice
      VAProfileHEVCMain10             :    VAEntrypointVLD
      VAProfileJPEGBaseline           :    VAEntrypointVLD
      VAProfileNone                   :    VAEntrypointVideoProc

Hier OpenGL und Mesa Infos:
Code:
$ glxinfo | grep OpenGL
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 5.10.43-1-lts, LLVM 12.0.0)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.1.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.1.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Ich bin zurzeit unter ArchLinux mit Kernel 5.10.43-1-lts unterwegs. Desktop ist Xfce4.

Systemweite ffmpeg Version:
Code:
$ ffmpeg  -version
ffmpeg version n4.4 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 11.1.0 (GCC)
configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librav1e --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-shared --enable-version3
libavutil      56. 70.100 / 56. 70.100
libavcodec     58.134.100 / 58.134.100
libavformat    58. 76.100 / 58. 76.100
libavdevice    58. 13.100 / 58. 13.100
libavfilter     7.110.100 /  7.110.100
libswscale      5.  9.100 /  5.  9.100
libswresample   3.  9.100 /  3.  9.100
libpostproc    55.  9.100 / 55.  9.100

Hat vlt. hier einer eine Idee was das Problem ist? Da unter Windows klappt es mit viel höheren Settings der Bitrate ohne Probleme, nur ich möchte halt nicht immer nach Windows wechseln müssen nur um mal kurz ne Aufnahme zu erstellen.
 
Zuletzt bearbeitet:
Stormfirebird schrieb:
Wie schaut die Grafikkarten Auslastung aus? Wenn hoch, dann cap deine FPS.
res.png

Sollte zwar eigentlich kein Problem sein, da Minecraft nicht wirklich anspruchsvoll ist und die Hardware das unter Windows ja auch packt.
FPS in Minecraft sind bereits bei 150 gecapped.
 
Hast du mal versucht was außerhalb von OBS mit ffmpeg vaapi zu transcodieren?
evtl kann OBS nicht gut mit deiner Version von ffmpeg oder selbiges wurde ohne eine Funktion gebaut, die dazu nötig ist.
 
ghecko schrieb:
Hast du mal versucht was außerhalb von OBS mit ffmpeg vaapi zu transcodieren?
evtl kann OBS nicht gut mit deiner Version von ffmpeg oder selbiges wurde ohne eine Funktion gebaut, die dazu nötig ist.
Nein. Wie kann ich dass denn testen?
Wobei ich vermute die flathub Version bundled ffmpeg? und in der flathub Version von OBS besteht das Problem auch.
 
Das Thema ist etwas komplexer, da arbeitet man sich am besten durch die Seite.
https://trac.ffmpeg.org/wiki/Hardware/VAAPI
OBS nutzt ffmpeg zum encoden, der Sinn ist also zu schauen ob das Problem an deiner Version von ffmpeg, an OBS oder dazwischen liegt.
Als zweite Instanz könnte man OBS aus dem Terminal heraus starten und schauen, was er beim Encoden für Zeilen rauswirft.
 
ghecko schrieb:
Das Thema ist etwas komplexer, da arbeitet man sich am besten durch die Seite.
https://trac.ffmpeg.org/wiki/Hardware/VAAPI
OBS nutzt ffmpeg zum encoden, der Sinn ist also zu schauen ob das Problem an deiner Version von ffmpeg, an OBS oder dazwischen liegt.
Als zweite Instanz könnte man OBS aus dem Terminal heraus starten und schauen, was er beim Encoden für Zeilen rauswirft.
Hab einfach mal eine MKV Datei von mir nach mp4 mit ffmpeg transcodiert. Das hat soweit einwandfrei funktioniert. Hier mal ein Ausschnitt des Console Outputs:

Code:
$ ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -i 01.mkv -c:v h264_vaapi output.mp4
ffmpeg version n4.4 Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 11.1.0 (GCC)
  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librav1e --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-shared --enable-version3
  libavutil      56. 70.100 / 56. 70.100
  libavcodec     58.134.100 / 58.134.100
  libavformat    58. 76.100 / 58. 76.100
  libavdevice    58. 13.100 / 58. 13.100
  libavfilter     7.110.100 /  7.110.100
  libswscale      5.  9.100 /  5.  9.100
  libswresample   3.  9.100 /  3.  9.100
  libpostproc    55.  9.100 / 55.  9.100
[matroska,webm @ 0x556f5b19cd00] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
[matroska,webm @ 0x556f5b19cd00] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, matroska,webm, from '01.mkv':
  Metadata:
    encoder         : libmakemkv v1.16.3 (1.3.10/1.5.2) x86_64-unknown-linux-gnu
    creation_time   : 2021-04-20T19:04:45.000000Z
  Duration: 00:17:41.06, start: 0.000000, bitrate: 24449 kb/s
  Chapters:
    Chapter #0:0: start 0.000000, end 137.337200
      Metadata:
        title           : Chapter 01
    Chapter #0:1: start 137.337200, end 398.231167
      Metadata:
        title           : Chapter 02
    Chapter #0:2: start 398.231167, end 619.118500
      Metadata:
        title           : Chapter 03
    Chapter #0:3: start 619.118500, end 724.390333
      Metadata:
        title           : Chapter 04
    Chapter #0:4: start 724.390333, end 820.653167
      Metadata:
        title           : Chapter 05
    Chapter #0:5: start 820.653167, end 1061.060000
      Metadata:
        title           : Chapter 06
  Stream #0:0(eng): Video: h264 (High), yuv420p(top first), 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc
  [...]

Hier der OBS-Output (mal mit 50k bitrate getestet statt der niedrigen 2.5k von oben):
Code:
$ obs
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/locale/en-GB.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-GB.ini
Attempted path: share/obs/obs-studio/themes/Dark.qss
Attempted path: /usr/share/obs/obs-studio/themes/Dark.qss
info: CPU Name: AMD Ryzen Threadripper 1950X 16-Core Processor
info: CPU Speed: 3556.491MHz
info: Physical Cores: 16, Logical Cores: 32
info: Physical Memory: 32026MB Total, 14594MB Free
info: Kernel Version: Linux 5.10.43-1-lts
info: Distribution: "Arch Linux" Unknown
info: Session Type: x11
info: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.11
info: Portable mode: false
Attempted path: share/obs/obs-studio/themes/Dark/no_sources.svg
Attempted path: /usr/share/obs/obs-studio/themes/Dark/no_sources.svg
QMetaObject::connectSlotsByName: No matching signal for on_tbar_position_valueChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_actionShowTransitionProperties_triggered()
QMetaObject::connectSlotsByName: No matching signal for on_actionHideTransitionProperties_triggered()
info: OBS 27.0.0-2 (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 48000
    speakers:        2
info: ---------------------------------
info: Initializing OpenGL...
info: Loading up OpenGL on adapter AMD AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 5.10.43-1-lts, LLVM 12.0.0)
info: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 21.1.2, shading language 4.60
info: ---------------------------------
info: video settings reset:
    base resolution:   2560x1440
    output resolution: 2560x1440
    downscale filter:  Bicubic
    fps:               60/1
    format:            RGBA
    YUV mode:          None
info: GPU conversion not available for format: 6
info: NV12 texture support not available
info: Audio monitoring device:
    name: Default
    id: default
info: ---------------------------------
warning: Failed to load 'en-US' text for module: 'decklink-captions.so'
warning: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
error: os_dlopen(/usr//lib/obs-plugins/frontend-tools.so->/usr//lib/obs-plugins/frontend-tools.so): libluajit-5.1.so.2: cannot open shared object file: No such file or directory

warning: Module '/usr//lib/obs-plugins/frontend-tools.so' not loaded
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
warning: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
info: No blackmagic support
warning: v4l2loopback not installed, virtual camera disabled
error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory

info: FFMPEG VAAPI supported
error: os_dlopen(/usr//lib/obs-plugins/sndio.so->/usr//lib/obs-plugins/sndio.so): libsndio.so.7.1: cannot open shared object file: No such file or directory

warning: Module '/usr//lib/obs-plugins/sndio.so' not loaded
info: ---------------------------------
info:   Loaded Modules:
info:     text-freetype2.so
info:     rtmp-services.so
info:     obs-x264.so
info:     obs-transitions.so
info:     obs-outputs.so
info:     obs-libfdk.so
info:     obs-filters.so
info:     obs-ffmpeg.so
info:     linux-v4l2.so
info:     linux-pulseaudio.so
info:     linux-jack.so
info:     linux-decklink.so
info:     linux-capture.so
info:     linux-alsa.so
info:     image-source.so
info:     decklink-ouput-ui.so
info:     decklink-captions.so
info: ---------------------------------
info: ==== Startup complete ===============================================
info: All scene data cleared
info: ------------------------------------------------
info: pulse-input: Server name: 'pulseaudio 14.2'
info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_output.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo.monitor'
info: [Loaded global audio device]: 'Desktop Audio'
info: pulse-input: Server name: 'pulseaudio 14.2'
info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_input.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo'
info: [Loaded global audio device]: 'Mic/Aux'
info: Switched to scene 'Scene'
info: ------------------------------------------------
info: Loaded scenes:
info: - scene 'Scene':
info:     - source: 'Minecraft (Xcomposite)' (xcomposite_input)
info:     - source: 'Dark Souls' (xcomposite_input)
info: - scene 'Terminal':
info:     - source: 'Window Capture (Xcomposite)' (xcomposite_input)
info: ------------------------------------------------
Attempted path: share/obs/obs-studio/images/overflow.png
Attempted path: /usr/share/obs/obs-studio/images/overflow.png
info: adding 42 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)

info: xcompcap: [window-capture: 'Minecraft (Xcomposite)'] update settings:
    title: Minecraft 1.17 - Singleplayer
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Minecraft (Xcomposite)'] update settings:
    title: Minecraft 1.17 - Singleplayer
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: ---------------------------------
info: [FFMPEG VAAPI encoder: 'recording_h264'] settings:
    device:       /dev/dri/renderD128
    rate_control: CBR
    profile:      578
    level:        40
    qp:           0
    bitrate:      50000
    maxrate:      50000
    keyint:       120
    width:        2560
    height:       1440
    b-frames:     0

[h264_vaapi @ 0x55dd779ee400] Driver does not support some wanted packed headers (wanted 0xd, found 0x1).
info: libfdk_aac encoder created
info: libfdk_aac bitrate: 320, channels: 2
info: ==== Recording Start ===============================================
info: [ffmpeg muxer: 'adv_file_output'] Writing file '/home/shadow/2021-06-13 22-28-57.mkv'...
info: Output format name and long_name: matroska, Matroska
info: [ffmpeg muxer: 'adv_file_output'] Output of file '/home/shadow/2021-06-13 22-28-57.mkv' stopped
info: Output 'adv_file_output': stopping
info: Output 'adv_file_output': Total frames output: 463
info: Output 'adv_file_output': Total drawn frames: 1682 (1683 attempted)
info: Output 'adv_file_output': Number of lagged frames due to rendering lag/stalls: 1 (0.1%)
info: ==== Recording Stop ================================================
info: Video stopped, number of skipped frames due to encoding lag: 722/744 (97.0%)
info: libfdk_aac encoder destroyed

Hier auch noch ein Test mit 2.5k Bitrate wie ganz oben im Bild:
Code:
$ obs
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/locale/en-GB.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-GB.ini
Attempted path: share/obs/obs-studio/themes/Dark.qss
Attempted path: /usr/share/obs/obs-studio/themes/Dark.qss
info: CPU Name: AMD Ryzen Threadripper 1950X 16-Core Processor
info: CPU Speed: 3649.359MHz
info: Physical Cores: 16, Logical Cores: 32
info: Physical Memory: 32026MB Total, 9172MB Free
info: Kernel Version: Linux 5.10.43-1-lts
info: Distribution: "Arch Linux" Unknown
info: Session Type: x11
info: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.11
info: Portable mode: false
Attempted path: share/obs/obs-studio/themes/Dark/no_sources.svg
Attempted path: /usr/share/obs/obs-studio/themes/Dark/no_sources.svg
QMetaObject::connectSlotsByName: No matching signal for on_tbar_position_valueChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_actionShowTransitionProperties_triggered()
QMetaObject::connectSlotsByName: No matching signal for on_actionHideTransitionProperties_triggered()
info: OBS 27.0.0-2 (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 48000
    speakers:        2
info: ---------------------------------
info: Initializing OpenGL...
info: Loading up OpenGL on adapter AMD AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 5.10.43-1-lts, LLVM 12.0.0)
info: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 21.1.2, shading language 4.60
info: ---------------------------------
info: video settings reset:
    base resolution:   2560x1440
    output resolution: 2560x1440
    downscale filter:  Bicubic
    fps:               60/1
    format:            RGBA
    YUV mode:          None
info: GPU conversion not available for format: 6
info: NV12 texture support not available
info: Audio monitoring device:
    name: Default
    id: default
info: ---------------------------------
warning: Failed to load 'en-US' text for module: 'decklink-captions.so'
warning: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
error: os_dlopen(/usr//lib/obs-plugins/frontend-tools.so->/usr//lib/obs-plugins/frontend-tools.so): libluajit-5.1.so.2: cannot open shared object file: No such file or directory

warning: Module '/usr//lib/obs-plugins/frontend-tools.so' not loaded
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
warning: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
info: No blackmagic support
warning: v4l2loopback not installed, virtual camera disabled
error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory

info: FFMPEG VAAPI supported
error: os_dlopen(/usr//lib/obs-plugins/sndio.so->/usr//lib/obs-plugins/sndio.so): libsndio.so.7.1: cannot open shared object file: No such file or directory

warning: Module '/usr//lib/obs-plugins/sndio.so' not loaded
info: ---------------------------------
info:   Loaded Modules:
info:     text-freetype2.so
info:     rtmp-services.so
info:     obs-x264.so
info:     obs-transitions.so
info:     obs-outputs.so
info:     obs-libfdk.so
info:     obs-filters.so
info:     obs-ffmpeg.so
info:     linux-v4l2.so
info:     linux-pulseaudio.so
info:     linux-jack.so
info:     linux-decklink.so
info:     linux-capture.so
info:     linux-alsa.so
info:     image-source.so
info:     decklink-ouput-ui.so
info:     decklink-captions.so
info: ---------------------------------
info: ==== Startup complete ===============================================
info: All scene data cleared
info: ------------------------------------------------
info: pulse-input: Server name: 'pulseaudio 14.2'
info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_output.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo.monitor'
info: [Loaded global audio device]: 'Desktop Audio'
info: pulse-input: Server name: 'pulseaudio 14.2'
info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_input.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo'
info: [Loaded global audio device]: 'Mic/Aux'
info: Switched to scene 'Scene'
info: ------------------------------------------------
info: Loaded scenes:
info: - scene 'Scene':
info:     - source: 'Minecraft (Xcomposite)' (xcomposite_input)
info:     - source: 'Dark Souls' (xcomposite_input)
info: - scene 'Terminal':
info:     - source: 'Window Capture (Xcomposite)' (xcomposite_input)
info: ------------------------------------------------
Attempted path: share/obs/obs-studio/images/overflow.png
Attempted path: /usr/share/obs/obs-studio/images/overflow.png
info: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Desktop Audio)

QObject::connect: No such signal QLineEdit::editingFinished(const QString &)
QObject::connect:  (sender name:   'customServer')
QObject::connect:  (receiver name: 'OBSBasicSettings')
Attempted path: share/obs/obs-studio/locale.ini
Attempted path: /usr/share/obs/obs-studio/locale.ini
Attempted path: share/obs/obs-studio/themes/
Attempted path: /usr/share/obs/obs-studio/themes/
info: Settings changed (outputs)
info: ------------------------------------------------
info: xcompcap: [window-capture: 'Minecraft (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Minecraft (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: ---------------------------------
info: [FFMPEG VAAPI encoder: 'recording_h264'] settings:
    device:       /dev/dri/renderD128
    rate_control: CBR
    profile:      578
    level:        40
    qp:           0
    bitrate:      2500
    maxrate:      2500
    keyint:       120
    width:        2560
    height:       1440
    b-frames:     0

[h264_vaapi @ 0x563a4b2de580] Driver does not support some wanted packed headers (wanted 0xd, found 0x1).
info: libfdk_aac encoder created
info: libfdk_aac bitrate: 320, channels: 2
info: ==== Recording Start ===============================================
info: [ffmpeg muxer: 'adv_file_output'] Writing file '/home/shadow/2021-06-13 22-34-13.mkv'...
info: Output format name and long_name: matroska, Matroska
info: [ffmpeg muxer: 'adv_file_output'] Output of file '/home/shadow/2021-06-13 22-34-13.mkv' stopped
info: Output 'adv_file_output': stopping
info: Output 'adv_file_output': Total frames output: 1959
info: Output 'adv_file_output': Total drawn frames: 6601
info: ==== Recording Stop ================================================
info: Video stopped, number of skipped frames due to encoding lag: 1962/1988 (98.7%)
info: libfdk_aac encoder destroyed
info: ==== Shutting down ==================================================
error: X Error: BadWindow (invalid Window parameter), Major opcode: BadValue (integer parameter out of range for operation), Minor opcode: 0, Serial: 74011
error: X Error: BadWindow (invalid Window parameter), Major opcode: 142, Minor opcode: BadWindow (invalid Window parameter), Serial: 74012
info: pulse-input: Stopped recording from 'alsa_output.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo.monitor'
info: pulse-input: Got 35128 packets with 9935804 frames
info: pulse-input: Stopped recording from 'alsa_input.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo'
info: pulse-input: Got 9940 packets with 9935615 frames
info: All scene data cleared
info: ------------------------------------------------
info: Freeing OBS context data
info: == Profiler Results =============================
info: run_program_init: 362.181 ms
info:  ┣OBSApp::AppInit: 1.53 ms
info:  ┃ ┗OBSApp::InitLocale: 0.65 ms
info:  ┗OBSApp::OBSInit: 269.127 ms
info:    ┣obs_startup: 30.941 ms
info:    ┗OBSBasic::OBSInit: 199.925 ms
info:      ┣OBSBasic::InitBasicConfig: 0.072 ms
info:      ┣OBSBasic::ResetAudio: 0.102 ms
info:      ┣OBSBasic::ResetVideo: 86.842 ms
info:      ┣OBSBasic::InitOBSCallbacks: 0.003 ms
info:      ┣OBSBasic::InitHotkeys: 0.039 ms
info:      ┣obs_load_all_modules: 22.646 ms
info:      ┃ ┣obs_init_module(decklink-captions.so): 0.025 ms
info:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.405 ms
info:      ┃ ┣obs_init_module(image-source.so): 0.005 ms
info:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
info:      ┃ ┣obs_init_module(linux-capture.so): 0.553 ms
info:      ┃ ┣obs_init_module(linux-decklink.so): 0.054 ms
info:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
info:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
info:      ┃ ┣obs_init_module(linux-v4l2.so): 4.152 ms
info:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.122 ms
info:      ┃ ┃ ┗nvenc_check: 0.107 ms
info:      ┃ ┣obs_init_module(obs-filters.so): 0.022 ms
info:      ┃ ┣obs_init_module(obs-libfdk.so): 0 ms
info:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
info:      ┃ ┣obs_init_module(obs-transitions.so): 0.006 ms
info:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
info:      ┃ ┣obs_init_module(rtmp-services.so): 0.345 ms
info:      ┃ ┗obs_init_module(text-freetype2.so): 0.005 ms
info:      ┣OBSBasic::ResetOutputs: 0.12 ms
info:      ┣OBSBasic::CreateHotkeys: 0.21 ms
info:      ┣OBSBasic::InitService: 1.07 ms
info:      ┣OBSBasic::InitPrimitives: 0.076 ms
info:      ┗OBSBasic::Load: 17.258 ms
info: obs_hotkey_thread(25 ms): min=0.064 ms, median=0.164 ms, max=13.811 ms, 99th percentile=0.74 ms, 100% below 25 ms
info: audio_thread(Audio): min=0 ms, median=0.12 ms, max=0.577 ms, 99th percentile=0.304 ms
info:  ┗receive_audio: min=0.003 ms, median=0.106 ms, max=0.389 ms, 99th percentile=0.201 ms, 0.535879 calls per parent call
info:    ┣buffer_audio: min=0 ms, median=0.001 ms, max=0.012 ms, 99th percentile=0.002 ms
info:    ┗do_encode: min=0.052 ms, median=0.103 ms, max=0.387 ms, 99th percentile=0.196 ms
info:      ┗encode(Track1): min=0.05 ms, median=0.087 ms, max=0.294 ms, 99th percentile=0.161 ms
info: obs_graphics_thread(16.6667 ms): min=0.084 ms, median=4.594 ms, max=37.633 ms, 99th percentile=7.486 ms, 99.9678% below 16.667 ms
info:  ┣tick_sources: min=0 ms, median=0.238 ms, max=33.865 ms, 99th percentile=1.431 ms
info:  ┣output_frame: min=0.054 ms, median=4.194 ms, max=28.498 ms, 99th percentile=6.409 ms
info:  ┃ ┣gs_context(video->graphics): min=0.054 ms, median=4.191 ms, max=28.497 ms, 99th percentile=6.377 ms
info:  ┃ ┃ ┣render_video: min=0.009 ms, median=4.164 ms, max=28.426 ms, 99th percentile=6.342 ms
info:  ┃ ┃ ┃ ┣render_main_texture: min=0.008 ms, median=0.057 ms, max=1.048 ms, 99th percentile=0.116 ms
info:  ┃ ┃ ┃ ┣render_output_texture: min=0.007 ms, median=0.012 ms, max=0.206 ms, 99th percentile=0.026 ms, 0.531391 calls per parent call
info:  ┃ ┃ ┃ ┗stage_output_texture: min=3.735 ms, median=4.401 ms, max=28.109 ms, 99th percentile=6.421 ms, 0.531391 calls per parent call
info:  ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.004 ms, max=1.365 ms, 99th percentile=0.227 ms
info:  ┃ ┃ ┗download_frame: min=0 ms, median=0.011 ms, max=0.323 ms, 99th percentile=0.018 ms, 0.531391 calls per parent call
info:  ┃ ┗output_video_data: min=0 ms, median=0 ms, max=5.489 ms, 99th percentile=0.001 ms, 0.53131 calls per parent call
info:  ┗render_displays: min=0.002 ms, median=0.013 ms, max=11.431 ms, 99th percentile=0.852 ms
info: OBSBasic::ResetOutputs: 0.21 ms
info: video_thread(video): min=0.032 ms, median=576.896 ms, max=50840.6 ms, 99th percentile=50840.6 ms
info:  ┗receive_video: min=14.875 ms, median=29.599 ms, max=129.671 ms, 99th percentile=32.842 ms, 64.129 calls per parent call
info:    ┗do_encode: min=14.873 ms, median=29.597 ms, max=129.669 ms, 99th percentile=32.841 ms
info:      ┗encode(recording_h264): min=14.856 ms, median=29.56 ms, max=129.593 ms, 99th percentile=32.824 ms
info: =================================================
info: == Profiler Time Between Calls ==================
info: obs_hotkey_thread(25 ms): min=25.101 ms, median=25.243 ms, max=38.894 ms, 93.3553% within ±2% of 25 ms (0% lower, 6.64468% higher)
info: obs_graphics_thread(16.6667 ms): min=10.293 ms, median=16.667 ms, max=37.64 ms, 99.7263% within ±2% of 16.667 ms (0.160992% lower, 0.112694% higher)
info: =================================================
info: Number of memory leaks: 0
 
Zuletzt bearbeitet:
Gerade bei mir getestet (RX560), da macht er mit denselben Einstellungen einwandfreie Aufnahmen und das hier wirft er bei mir ebenfalls aus:
ShadowDragon schrieb:
[h264_vaapi @ 0x55dd779ee400] Driver does not support some wanted packed headers (wanted 0xd, found 0x1).
Hast du nur die Flatpakversion oder auch das Distributionspaket getestet?
Bildschirmfoto_2021-06-13_22-50-55.png
 
ghecko schrieb:
Hast du nur die Flatpakversion oder auch das Distributionspaket getestet?
Das war die Version vom Distributionspaket. Hier die Flatpakversion (welche die selben Probleme hat):
Code:
$ flatpak run com.obsproject.Studio
Gtk-Message: 22:53:53.078: Failed to load module "canberra-gtk-module"
Gtk-Message: 22:53:53.079: Failed to load module "canberra-gtk-module"
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /app/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/locale.ini
Attempted path: /app/share/obs/obs-studio/locale.ini
Attempted path: share/obs/obs-studio/locale/en-GB.ini
Attempted path: /app/share/obs/obs-studio/locale/en-GB.ini
info: Using preferred locale 'en-GB'
Attempted path: share/obs/obs-studio/themes/Dark.qss
Attempted path: /app/share/obs/obs-studio/themes/Dark.qss
info: CPU Name: AMD Ryzen Threadripper 1950X 16-Core Processor
info: CPU Speed: 3614.706MHz
info: Physical Cores: 16, Logical Cores: 32
info: Physical Memory: 32026MB Total, 7734MB Free
info: Kernel Version: Linux 5.10.43-1-lts
info: Distribution: "KDE Flatpak runtime" "5.15"
info: Session Type: x11
info: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.11
info: Portable mode: false
Attempted path: share/obs/obs-studio/themes/Dark/no_sources.svg
Attempted path: /app/share/obs/obs-studio/themes/Dark/no_sources.svg
QMetaObject::connectSlotsByName: No matching signal for on_tbar_position_valueChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_actionShowTransitionProperties_triggered()
QMetaObject::connectSlotsByName: No matching signal for on_actionHideTransitionProperties_triggered()
info: OBS 27.0.1 (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 48000
    speakers:        2
info: ---------------------------------
info: Initializing OpenGL...
info: Loading up OpenGL on adapter AMD AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 5.10.43-1-lts, LLVM 11.1.0)
info: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 21.1.1 (git-abac12bc75), shading language 4.60
info: ---------------------------------
info: video settings reset:
    base resolution:   2560x1440
    output resolution: 1920x1080
    downscale filter:  Bicubic
    fps:               60/1
    format:            NV12
    YUV mode:          709/Partial
info: NV12 texture support not available
info: Audio monitoring device:
    name: Default
    id: default
info: ---------------------------------
warning: Failed to load 'en-US' text for module: 'decklink-captions.so'
warning: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
warning: Failed to load 'en-GB' text for module: 'linux-capture.so'
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
warning: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
info: No blackmagic support
warning: Failed to load 'en-GB' text for module: 'linux-jack.so'
warning: Failed to load 'en-GB' text for module: 'linux-pulseaudio.so'
warning: v4l2loopback not installed, virtual camera disabled
info: [obs-browser]: Version 2.14.3
info: [obs-browser]: CEF Version 87.1.12+g03f9336+chromium-87.0.4280.88
error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory

info: FFMPEG VAAPI supported
warning: Failed to load 'en-GB' text for module: 'obs-libfdk.so'
error: os_dlopen(/app//lib/obs-plugins/obs-ndi.so->/app//lib/obs-plugins/obs-ndi.so): /app//lib/obs-plugins/obs-ndi.so: cannot open shared object file: No such file or directory

warning: Module '/app//lib/obs-plugins/obs-ndi.so' not loaded
error: os_dlopen(/app//lib/obs-plugins/obs-v4l2sink.so->/app//lib/obs-plugins/obs-v4l2sink.so): /app//lib/obs-plugins/obs-v4l2sink.so: cannot open shared object file: No such file or directory

warning: Module '/app//lib/obs-plugins/obs-v4l2sink.so' not loaded
warning: Failed to load 'en-GB' text for module: 'obs-x264.so'
warning: Failed to load 'en-GB' text for module: 'rtmp-services.so'
info: ---------------------------------
info:   Loaded Modules:
info:     text-freetype2.so
info:     rtmp-services.so
info:     obs-x264.so
info:     obs-vst.so
info:     obs-transitions.so
info:     obs-outputs.so
info:     obs-libfdk.so
info:     obs-filters.so
info:     obs-ffmpeg.so
info:     obs-browser.so
info:     linux-v4l2.so
info:     linux-pulseaudio.so
info:     linux-jack.so
info:     linux-decklink.so
info:     linux-capture.so
info:     image-source.so
info:     frontend-tools.so
info:     decklink-ouput-ui.so
info:     decklink-captions.so
info: ---------------------------------
info: ==== Startup complete ===============================================
info: All scene data cleared
info: ------------------------------------------------
info: pulse-input: Server name: 'pulseaudio 14.2'
info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_output.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo.monitor'
info: [Loaded global audio device]: 'Desktop Audio'
info: pulse-input: Server name: 'pulseaudio 14.2'
info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_input.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo'
info: [Loaded global audio device]: 'Mic/Aux'
info: Switched to scene 'Scene'
info: ------------------------------------------------
info: Loaded scenes:
info: - scene 'Scene':
info: ------------------------------------------------
Attempted path: share/obs/obs-studio/images/overflow.png
Attempted path: /app/share/obs/obs-studio/images/overflow.png
info: adding 42 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)

info: User added source 'Window Capture (Xcomposite)' (xcomposite_input) to scene 'Scene'
info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: xfce4-panel
    class: xfce4-panel
    Bit depth: 32
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: xfce4-panel
    class: xfce4-panel
    Bit depth: 32
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: xfce4-panel
    class: xfce4-panel
    Bit depth: 32
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: xfce4-panel
    class: xfce4-panel
    Bit depth: 32
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: xfce4-panel
    class: xfce4-panel
    Bit depth: 32
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: xfce4-panel
    class: xfce4-panel
    Bit depth: 32
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: xfce4-panel
    class: xfce4-panel
    Bit depth: 32
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: xfce4-panel
    class: xfce4-panel
    Bit depth: 32
    Found proper GLXFBConfig (in 368): yes

failed to create drawable
info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

error: xcompcap: cleanup glXDestroyPixmap failed: BadPixmap (invalid Pixmap parameter)
failed to create drawable
info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

error: xcompcap: cleanup glXDestroyPixmap failed: BadPixmap (invalid Pixmap parameter)
info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

QObject::connect: No such signal QLineEdit::editingFinished(const QString &)
QObject::connect:  (sender name:   'customServer')
QObject::connect:  (receiver name: 'OBSBasicSettings')
Attempted path: share/obs/obs-studio/locale.ini
Attempted path: /app/share/obs/obs-studio/locale.ini
Attempted path: share/obs/obs-studio/themes/
Attempted path: /app/share/obs/obs-studio/themes/
info: Settings changed (outputs)
info: ------------------------------------------------
info: ---------------------------------
info: video settings reset:
    base resolution:   2560x1440
    output resolution: 2560x1440
    downscale filter:  Bicubic
    fps:               60/1
    format:            NV12
    YUV mode:          709/Partial
info: NV12 texture support not available
info: Settings changed (video)
info: ------------------------------------------------
info: xcompcap: [window-capture: 'Window Capture (Xcomposite)'] update settings:
    title: Minecraft 1.17
    class: Minecraft 1.17
    Bit depth: 24
    Found proper GLXFBConfig (in 368): yes

info: ---------------------------------
info: [FFMPEG VAAPI encoder: 'recording_h264'] settings:
    device:       /dev/dri/renderD128
    rate_control: CBR
    profile:      578
    level:        40
    qp:           0
    bitrate:      2500
    maxrate:      2500
    keyint:       120
    width:        2560
    height:       1440
    b-frames:     0

[h264_vaapi @ 0x55815a7b5b40] Driver does not support some wanted packed headers (wanted 0xd, found 0x1).
info: libfdk_aac encoder created
info: libfdk_aac bitrate: 160, channels: 2
info: ==== Recording Start ===============================================
info: [ffmpeg muxer: 'adv_file_output'] Writing file '/home/shadow/2021-06-13 22-54-55.mkv'...
info: Output format name and long_name: matroska, Matroska
warning: Failed to create xdg-screensaver: 2
info: [ffmpeg muxer: 'adv_file_output'] Output of file '/home/shadow/2021-06-13 22-54-55.mkv' stopped
info: Output 'adv_file_output': stopping
info: Output 'adv_file_output': Total frames output: 1158
info: Output 'adv_file_output': Total drawn frames: 2061
info: ==== Recording Stop ================================================
info: Video stopped, number of skipped frames due to encoding lag: 1140/1183 (96.4%)
info: libfdk_aac encoder destroyed
info: ==== Shutting down ==================================================
info: pulse-input: Stopped recording from 'alsa_output.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo.monitor'
info: pulse-input: Got 17891 packets with 5233121 frames
info: pulse-input: Stopped recording from 'alsa_input.usb-RODE_Microphones_RODE_NT-USB-00.analog-stereo'
info: pulse-input: Got 5236 packets with 5233487 frames
info: All scene data cleared
info: ------------------------------------------------
error: Failed to fetch parent window geometry!
info: [Scripting] Total detached callbacks: 0
info: Freeing OBS context data
info: == Profiler Results =============================
info: run_program_init: 585.603 ms
info:  ┣OBSApp::AppInit: 1.734 ms
info:  ┃ ┗OBSApp::InitLocale: 0.826 ms
info:  ┗OBSApp::OBSInit: 469.414 ms
info:    ┣obs_startup: 37.574 ms
info:    ┗OBSBasic::OBSInit: 386.413 ms
info:      ┣OBSBasic::InitBasicConfig: 0.067 ms
info:      ┣OBSBasic::ResetAudio: 0.095 ms
info:      ┣OBSBasic::ResetVideo: 107.214 ms
info:      ┣OBSBasic::InitOBSCallbacks: 0.004 ms
info:      ┣OBSBasic::InitHotkeys: 0.041 ms
info:      ┣obs_load_all_modules: 171.574 ms
info:      ┃ ┣obs_init_module(decklink-captions.so): 0.034 ms
info:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.5 ms
info:      ┃ ┣obs_init_module(frontend-tools.so): 117.825 ms
info:      ┃ ┣obs_init_module(image-source.so): 0.006 ms
info:      ┃ ┣obs_init_module(linux-capture.so): 0.346 ms
info:      ┃ ┣obs_init_module(linux-decklink.so): 0.078 ms
info:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
info:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
info:      ┃ ┣obs_init_module(linux-v4l2.so): 19.9 ms
info:      ┃ ┣obs_init_module(obs-browser.so): 0.03 ms
info:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.174 ms
info:      ┃ ┃ ┗nvenc_check: 0.152 ms
info:      ┃ ┣obs_init_module(obs-filters.so): 0.018 ms
info:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
info:      ┃ ┣obs_init_module(obs-outputs.so): 0.003 ms
info:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
info:      ┃ ┣obs_init_module(obs-vst.so): 0.001 ms
info:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
info:      ┃ ┣obs_init_module(rtmp-services.so): 1.046 ms
info:      ┃ ┗obs_init_module(text-freetype2.so): 0.022 ms
info:      ┣OBSBasic::ResetOutputs: 0.131 ms
info:      ┣OBSBasic::CreateHotkeys: 0.052 ms
info:      ┣OBSBasic::InitService: 2.522 ms
info:      ┣OBSBasic::InitPrimitives: 0.186 ms
info:      ┗OBSBasic::Load: 10.505 ms
info: obs_hotkey_thread(25 ms): min=0.08 ms, median=0.179 ms, max=11.33 ms, 99th percentile=0.765 ms, 100% below 25 ms
info: audio_thread(Audio): min=0 ms, median=0.036 ms, max=1.024 ms, 99th percentile=0.626 ms
info:  ┗receive_audio: min=0.003 ms, median=0.397 ms, max=0.912 ms, 99th percentile=0.644 ms, 0.319488 calls per parent call
info:    ┣buffer_audio: min=0 ms, median=0 ms, max=0.007 ms, 99th percentile=0.001 ms
info:    ┗do_encode: min=0.126 ms, median=0.395 ms, max=0.909 ms, 99th percentile=0.641 ms
info:      ┗encode(Track1): min=0.119 ms, median=0.384 ms, max=0.899 ms, 99th percentile=0.627 ms
info: obs_graphics_thread(16.6667 ms): min=0.133 ms, median=0.712 ms, max=71.162 ms, 99th percentile=4.29 ms, 99.8549% below 16.667 ms
info:  ┣tick_sources: min=0 ms, median=0.222 ms, max=19.552 ms, 99th percentile=2.452 ms
info:  ┣output_frame: min=0.054 ms, median=0.111 ms, max=10.779 ms, 99th percentile=0.281 ms
info:  ┃ ┗gs_context(video->graphics): min=0.054 ms, median=0.111 ms, max=10.778 ms, 99th percentile=0.281 ms
info:  ┃   ┣render_video: min=0.01 ms, median=0.047 ms, max=1.925 ms, 99th percentile=0.092 ms
info:  ┃   ┃ ┗render_main_texture: min=0.009 ms, median=0.044 ms, max=1.921 ms, 99th percentile=0.088 ms
info:  ┃   ┗gs_flush: min=0.024 ms, median=0.051 ms, max=8.819 ms, 99th percentile=0.247 ms
info:  ┗render_displays: min=0.002 ms, median=0.303 ms, max=13.618 ms, 99th percentile=1.685 ms
info: OBSBasic::ResetOutputs: 0.183 ms
info: obs_graphics_thread(16.6667 ms): min=0.143 ms, median=2.825 ms, max=18.329 ms, 99th percentile=5.57 ms, 99.9737% below 16.667 ms
info:  ┣tick_sources: min=0.002 ms, median=0.228 ms, max=11.367 ms, 99th percentile=0.781 ms
info:  ┣output_frame: min=0.064 ms, median=2.169 ms, max=10.9 ms, 99th percentile=4.421 ms
info:  ┃ ┣gs_context(video->graphics): min=0.064 ms, median=2.162 ms, max=10.899 ms, 99th percentile=4.361 ms
info:  ┃ ┃ ┣render_video: min=0.024 ms, median=2.138 ms, max=10.874 ms, 99th percentile=4.327 ms
info:  ┃ ┃ ┃ ┣render_main_texture: min=0.019 ms, median=0.064 ms, max=0.336 ms, 99th percentile=0.141 ms
info:  ┃ ┃ ┃ ┣render_convert_texture: min=0.016 ms, median=0.027 ms, max=0.421 ms, 99th percentile=0.048 ms, 0.54306 calls per parent call
info:  ┃ ┃ ┃ ┗stage_output_texture: min=1.839 ms, median=2.27 ms, max=10.366 ms, 99th percentile=4.4 ms, 0.54306 calls per parent call
info:  ┃ ┃ ┣gs_flush: min=0.001 ms, median=0.004 ms, max=0.208 ms, 99th percentile=0.074 ms
info:  ┃ ┃ ┗download_frame: min=0 ms, median=0.005 ms, max=0.054 ms, 99th percentile=0.014 ms, 0.54306 calls per parent call
info:  ┃ ┗output_video_data: min=0 ms, median=0.001 ms, max=2.03 ms, 99th percentile=0.869 ms, 0.542797 calls per parent call
info:  ┗render_displays: min=0.006 ms, median=0.374 ms, max=17.881 ms, 99th percentile=0.929 ms
info: OBSBasic::ResetVideo: 20.562 ms
info: video_thread(video): min=0.007 ms, median=261.066 ms, max=5203.46 ms, 99th percentile=5203.46 ms
info:  ┗receive_video: min=14.81 ms, median=29.383 ms, max=129.68 ms, 99th percentile=34.388 ms, 24.6458 calls per parent call
info:    ┗do_encode: min=14.809 ms, median=29.382 ms, max=129.679 ms, 99th percentile=34.387 ms
info:      ┗encode(recording_h264): min=14.769 ms, median=29.373 ms, max=128.388 ms, 99th percentile=34.363 ms
info: =================================================
info: == Profiler Time Between Calls ==================
info: obs_hotkey_thread(25 ms): min=25.137 ms, median=25.266 ms, max=36.402 ms, 90.7111% within ±2% of 25 ms (0% lower, 9.28886% higher)
info: obs_graphics_thread(16.6667 ms): min=12.152 ms, median=16.667 ms, max=71.171 ms, 99.5646% within ±2% of 16.667 ms (0.217707% lower, 0.217707% higher)
info: obs_graphics_thread(16.6667 ms): min=15.004 ms, median=16.667 ms, max=18.335 ms, 99.6048% within ±2% of 16.667 ms (0.210748% lower, 0.184405% higher)
info: =================================================
info: Number of memory leaks: 0

ghecko schrieb:
Gerade bei mir getestet (RX560), da macht er mit denselben Einstellungen einwandfreie Aufnahmen und das hier wirft er bei mir ebenfalls aus:
Interessant. Bei mir hat OBS bisher nie unter Linux ne flüssige Aufnahme hervorgebracht außer mit downscaled Software-Encoding. Unter Windows ging immer beides.

Code:
$ inxi -Fz
System:
  Kernel: 5.10.43-1-lts x86_64 bits: 64 Desktop: Xfce 4.16.0
  Distro: Arch Linux
Machine:
  Type: Desktop Mobo: ASRock model: X399 Taichi serial: <filter>
  UEFI: American Megatrends v: P3.60 date: 02/19/2019
CPU:
  Info: 16-Core (2-Die) model: AMD Ryzen Threadripper 1950X bits: 64
  type: MT MCP MCM cache: L2: 8 MiB
  Speed: 3521 MHz min/max: 2200/3400 MHz Core speeds (MHz): 1: 3521 2: 3691
  3: 1964 4: 2047 5: 1851 6: 3988 7: 1848 8: 1851 9: 3311 10: 3638 11: 2109
  12: 1838 13: 1920 14: 1937 15: 2193 16: 1943 17: 1944 18: 3097 19: 3797
  20: 2008 21: 2018 22: 2104 23: 3688 24: 1835 25: 2106 26: 2104 27: 2037
  28: 1946 29: 2069 30: 2040 31: 3430 32: 3574
Graphics:
  Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
  driver: amdgpu v: kernel
  Display: x11 server: X.Org 1.20.11 driver: loaded: amdgpu
  unloaded: modesetting resolution: 2560x1440~144Hz
  OpenGL: renderer: AMD Radeon RX 480 Graphics (POLARIS10 DRM 3.40.0
  5.10.43-1-lts LLVM 12.0.0)
  v: 4.6 Mesa 21.1.2
Audio:
  Device-1: Creative Labs Sound Core3D [Sound Blaster Recon3D / Z-Series]
  driver: snd_hda_intel
  Device-2: AMD Family 17h HD Audio driver: snd_hda_intel
  Device-3: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]
  driver: snd_hda_intel
  Device-4: RODE Microphones RODE NT-USB type: USB
  driver: hid-generic,snd-usb-audio,usbhid
  Sound Server-1: ALSA v: k5.10.43-1-lts running: yes
  Sound Server-2: PulseAudio v: 14.2 running: yes
  Sound Server-3: PipeWire v: 0.3.30 running: yes
Network:
  Device-1: Intel I211 Gigabit Network driver: igb
  IF: enp4s0 state: down mac: <filter>
  Device-2: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi
  IF: wlp5s0 state: down mac: <filter>
  Device-3: Intel I211 Gigabit Network driver: igb
  IF: enp6s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IF-ID-1: docker0 state: down mac: <filter>
Bluetooth:
  Device-1: Intel Wireless-AC 3168 Bluetooth type: USB driver: btusb
  Report: rfkill ID: hci0 rfk-id: 0 state: down bt-service: not found
  rfk-block: hardware: no software: no address: see --recommends
Drives:
  Local Storage: total: 4.56 TiB used: 538.6 GiB (11.5%)
  ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 EVO Plus 1TB
  size: 931.51 GiB
  ID-2: /dev/sda vendor: Samsung model: SSD 850 EVO 500GB size: 465.76 GiB
  ID-3: /dev/sdb vendor: Western Digital model: WD20EZRX-00D8PB0
  size: 1.82 TiB
  ID-4: /dev/sdc vendor: Samsung model: SSD 850 PRO 512GB size: 476.94 GiB
  ID-5: /dev/sdd vendor: Seagate model: ST1000DM003-1ER162 size: 931.51 GiB
Partition:
  ID-1: / size: 433 GiB used: 290.29 GiB (67.0%) fs: btrfs dev: /dev/sda2
  ID-2: /boot size: 252 MiB used: 158.6 MiB (62.9%) fs: vfat dev: /dev/sda1
  ID-3: /home size: 433 GiB used: 290.29 GiB (67.0%) fs: btrfs
  dev: /dev/sda2
Swap:
  ID-1: swap-1 type: partition size: 32.51 GiB used: 0 KiB (0.0%)
  dev: /dev/sda3
Sensors:
  System Temperatures: cpu: 45.6 C mobo: 0 C gpu: amdgpu temp: 58.0 C
  Fan Speeds (RPM): N/A gpu: amdgpu fan: 665
Info:
  Processes: 565 Uptime: 2h 32m Memory: 31.28 GiB used: 11.09 GiB (35.5%)
  Shell: Bash inxi: 3.3.04
 
Volle Displayauflösung, identische Einstellung wie bei dir. Funktionieren kann es also.
Woran es bei dir hängt, da bin ich gerade etwas ratlos...

Code:
ghecko@g5r7:~$ obs
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/locale.ini
Attempted path: /usr/share/obs/obs-studio/locale.ini
Attempted path: share/obs/obs-studio/locale/de-DE.ini
Attempted path: /usr/share/obs/obs-studio/locale/de-DE.ini
info: Using preferred locale 'de-DE'
Attempted path: share/obs/obs-studio/themes/Dark.qss
Attempted path: /usr/share/obs/obs-studio/themes/Dark.qss
info: CPU Name: AMD Ryzen 7 2700 Eight-Core Processor
info: CPU Speed: 1518.646MHz
info: Physical Cores: 8, Logical Cores: 16
info: Physical Memory: 32042MB Total, 18391MB Free
info: Kernel Version: Linux 5.8.0-55-generic
info: Distribution: "Ubuntu" "20.04"
info: Session Type: x11
info: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.9
info: Portable mode: false
Attempted path: share/obs/obs-studio/themes/Dark/no_sources.svg
Attempted path: /usr/share/obs/obs-studio/themes/Dark/no_sources.svg
QMetaObject::connectSlotsByName: No matching signal for on_tbar_position_valueChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_actionShowTransitionProperties_triggered()
QMetaObject::connectSlotsByName: No matching signal for on_actionHideTransitionProperties_triggered()
info: OBS 27.0.0 (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 48000
    speakers:        2
info: ---------------------------------
info: Initializing OpenGL...
info: Loading up OpenGL on adapter X.Org Radeon RX 560 Series (POLARIS11, DRM 3.38.0, 5.8.0-55-generic, LLVM 11.0.0)
info: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 20.2.6, shading language 4.60
info: ---------------------------------
info: video settings reset:
    base resolution:   2560x1440
    output resolution: 1920x1080
    downscale filter:  Bicubic
    fps:               30/1
    format:            NV12
    YUV mode:          709/Partial
info: NV12 texture support not available
info: Audio monitoring device:
    name: Standard
    id: default
info: ---------------------------------
warning: Failed to load 'en-US' text for module: 'decklink-captions.so'
warning: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
libDeckLinkAPI.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
warning: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
info: No blackmagic support
warning: v4l2loopback not installed, virtual camera disabled
info: [obs-browser]: Version 2.14.3
info: [obs-browser]: CEF Version 87.1.12+g03f9336+chromium-87.0.4280.88
error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden

info: FFMPEG VAAPI supported
error: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden

info: Couldn't find VLC installation, VLC video source disabled
info: ---------------------------------
info:   Loaded Modules:
info:     vlc-video.so
info:     text-freetype2.so
info:     rtmp-services.so
info:     obs-x264.so
info:     obs-vst.so
info:     obs-transitions.so
info:     obs-outputs.so
info:     obs-libfdk.so
info:     obs-filters.so
info:     obs-ffmpeg.so
info:     obs-browser.so
info:     linux-v4l2.so
info:     linux-pulseaudio.so
info:     linux-jack.so
info:     linux-decklink.so
info:     linux-capture.so
info:     linux-alsa.so
info:     image-source.so
info:     frontend-tools.so
info:     decklink-ouput-ui.so
info:     decklink-captions.so
info: ---------------------------------
info: ==== Startup complete ===============================================
info: All scene data cleared
info: ------------------------------------------------
info: pulse-input: Server name: 'pulseaudio 13.99.1'
info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_output.usb-Burr-Brown_from_TI_USB_Audio_DAC-00.iec958-stereo.monitor'
info: [Loaded global audio device]: 'Desktop‐Audio'
info: pulse-input: Server name: 'pulseaudio 13.99.1'
info: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_input.pci-0000_05_04.0.analog-stereo'
info: [Loaded global audio device]: 'Mikrofon/AUX‐Audio'
info: pulse-input: Server name: 'pulseaudio 13.99.1'
info: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_output.usb-Burr-Brown_from_TI_USB_Audio_DAC-00.iec958-stereo.monitor'
info: xshm-input: Geometry 2560x1440 @ 1440,574
info: v4l2-input: Start capture from /dev/video0
error: v4l2-input: Unable to open device
error: v4l2-input: Initialization failed
info: Switched to scene 'Szene'
info: ------------------------------------------------
info: Loaded scenes:
info: - scene 'Szene':
info:     - source: 'Bildschirmaufnahme (XSHM)' (xshm_input)
info:     - source: 'Videoaufnahmegerät (V4L2)' (v4l2_input)
info:     - source: 'Audioausgabeaufnahme (PulseAudio)' (pulse_output_capture)
info: ------------------------------------------------
Attempted path: share/obs/obs-studio/images/overflow.png
Attempted path: /usr/share/obs/obs-studio/images/overflow.png
info: adding 42 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mikrofon/AUX‐Audio)

info: ---------------------------------
info: [FFMPEG VAAPI encoder: 'recording_h264'] settings:
    device:       /dev/dri/renderD128
    rate_control: CBR
    profile:      578
    level:        40
    qp:           0
    bitrate:      2500
    maxrate:      2500
    keyint:       120
    width:        1920
    height:       1080
    b-frames:     0

mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
mesa: for the --structurizecfg-skip-uniform-regions option: may only occur zero or one times!
[h264_vaapi @ 0x55ace096a300] Driver does not support some wanted packed headers (wanted 0xd, found 0).
info: libfdk_aac encoder created
info: libfdk_aac bitrate: 160, channels: 2
info: ==== Recording Start ===============================================
info: [ffmpeg muxer: 'adv_file_output'] Writing file '/home/ghecko/Videos/2021-06-13 23-03-52.mkv'...
info: Output format name and long_name: matroska, Matroska
info: [ffmpeg muxer: 'adv_file_output'] Output of file '/home/ghecko/Videos/2021-06-13 23-03-52.mkv' stopped
info: Output 'adv_file_output': stopping
info: Output 'adv_file_output': Total frames output: 904
info: Output 'adv_file_output': Total drawn frames: 907 (908 attempted)
info: Output 'adv_file_output': Number of lagged frames due to rendering lag/stalls: 1 (0,1%)
info: ==== Recording Stop ================================================
info: libfdk_aac encoder destroyed
 
ghecko schrieb:
Volle Displayauflösung, identische Einstellung wie bei dir. Funktionieren kann es also.
Woran es bei dir hängt, da bin ich gerade etwas ratlos...
Der einzige Unterschied welcher mir gerade so auffällt ist auch deine ältere Mesa-Treiber Version. Aber ansonsten sehe ich da auch nicht viel.
Und meine GPU ist es auch nicht, ne RX Vega 64 hat die Probleme auch bei mir.
 
Ich hab gerade nochmal das Terminal mitlaufen lassen, file hängt am letzten Beitrag. Mir ist aber auf die Schnelle nichts aufgefallen.
Und wie gesagt, es geht:
info: Output 'adv_file_output': Number of lagged frames due to rendering lag/stalls: 1 (0,1%)

Macht es bei dir einen Unterschied ob du Ingame/3D oder den Desktop/2D aufzeichnest?
 
Zuletzt bearbeitet:
ghecko schrieb:
Macht es bei dir einen Unterschied ob du Ingame/3D oder den Desktop/2D aufzeichnest?
Kein Unterschied, selbe Probleme. Window vs Screen-Capture macht auch keinen Unterschied.
 

Ähnliche Themen

E
  • el osito
  • Linux
Antworten
11
Aufrufe
5.072
E
  • Artikel
Antworten
1
Aufrufe
4.297
Zurück
Oben