OBS game capture: Difference between revisions

From Pengwings
Created page with "Install OBS VkCapture plugin from Flathub Modify run arguments of the game by prefixing them with obs-gamecapture Steam game: obs-gamecapture %command% Proton game running via Running Windows games via Proton without going through Steam or Lutris method: obs-gamecapture $STEAM_COMPAT_CLIENT_INSTALL_PATH/compatibilitytools.d/$TARGET_PROTON_VERSION/proton run "$SCRIPT_DIR/$PROGRAM_NAME" "$PROGRAM_ARGS" & disown"
 
No edit summary
 
Line 1: Line 1:
obs-vkcapture comes from here https://github.com/nowrep/obs-vkcapture
Install OBS VkCapture plugin from Flathub
Install OBS VkCapture plugin from Flathub



Latest revision as of 03:16, 12 February 2026

obs-vkcapture comes from here https://github.com/nowrep/obs-vkcapture

Install OBS VkCapture plugin from Flathub

Modify run arguments of the game by prefixing them with obs-gamecapture

Steam game:

obs-gamecapture %command%

Proton game running via Running Windows games via Proton without going through Steam or Lutris method:

obs-gamecapture $STEAM_COMPAT_CLIENT_INSTALL_PATH/compatibilitytools.d/$TARGET_PROTON_VERSION/proton run "$SCRIPT_DIR/$PROGRAM_NAME" "$PROGRAM_ARGS" & disown