diff --git a/dot_config/bash/dot_bash_aliases b/dot_config/bash/dot_bash_aliases index b31636e..2aa7afe 100644 --- a/dot_config/bash/dot_bash_aliases +++ b/dot_config/bash/dot_bash_aliases @@ -20,6 +20,7 @@ hash micro 2>/dev/null && alias edit="micro" && alias nano="micro" hash nvim 2>/dev/null && alias vim="nvim" && alias vi="nvim" hash trash-put 2>/dev/null && alias rm="trash-put" && alias tp="trash-put" hash gallery-dl 2>/dev/null && alias gallery-dl="gallery-dl --cookies-from-browser firefox" +hash yt-dlp 2>/dev/null && alias yt-dlp="yt-dlp --cookies-from-browser firefox" function update-mirrors { # Termux special case diff --git a/dot_config/discord/settings.json b/dot_config/discord/settings.json index a608ae5..fe9afbd 100644 --- a/dot_config/discord/settings.json +++ b/dot_config/discord/settings.json @@ -20,5 +20,6 @@ "trayBalloonShown": true, "BACKGROUND_COLOR": "#000000", "enableHardwareAcceleration": true, - "offloadAdmControls": true + "offloadAdmControls": true, + "asyncVideoInputDeviceInit": false } \ No newline at end of file diff --git a/dot_config/obs-studio/basic/profiles/Default/basic.ini b/dot_config/obs-studio/basic/profiles/Default/basic.ini index ddc5936..93502d6 100644 --- a/dot_config/obs-studio/basic/profiles/Default/basic.ini +++ b/dot_config/obs-studio/basic/profiles/Default/basic.ini @@ -30,8 +30,8 @@ Preset=veryfast NVENCPreset2=p5 RecQuality=Small RecRB=true -RecRBTime=30 -RecRBSize=2048 +RecRBTime=32 +RecRBSize=4096 RecRBPrefix=Replay StreamAudioEncoder=aac RecAudioEncoder=aac @@ -95,7 +95,7 @@ BaseCX=1920 BaseCY=1080 OutputCX=1920 OutputCY=1080 -FPSType=1 +FPSType=0 FPSCommon=60 FPSInt=120 FPSNum=30 diff --git a/dot_config/obs-studio/basic/scenes/Gaming.json b/dot_config/obs-studio/basic/scenes/Gaming.json index 8348d65..1a5fc03 100644 --- a/dot_config/obs-studio/basic/scenes/Gaming.json +++ b/dot_config/obs-studio/basic/scenes/Gaming.json @@ -9,7 +9,7 @@ "name": "Gaming", "sources": [ { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Display Capture", "uuid": "2a0cda15-1329-4224-96aa-0633210d2dae", "id": "scene", @@ -326,13 +326,13 @@ "private_settings": {} }, { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Screen Capture", "uuid": "23864929-52b2-4b4a-83f9-10d58a6ea4c9", "id": "pipewire-screen-capture-source", "versioned_id": "pipewire-screen-capture-source", "settings": { - "RestoreToken": "e7c62d95-02aa-4a67-951f-d1f7406da472" + "RestoreToken": "1fc29a27-31d7-48e9-be88-6da6c592334b" }, "mixers": 0, "sync": 0, @@ -352,7 +352,7 @@ "private_settings": {} }, { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Discord", "uuid": "1f07b61b-b59b-4699-8435-e61d6ff8d8da", "id": "pipewire_audio_application_capture", @@ -385,7 +385,7 @@ "private_settings": {}, "filters": [ { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Limiter", "uuid": "d659ba67-4350-446a-a50b-855bc8d4f202", "id": "limiter_filter", @@ -411,7 +411,7 @@ ] }, { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Mic", "uuid": "481a2879-3449-4d07-b2c2-812e978a2eab", "id": "pipewire_audio_input_capture", @@ -440,7 +440,7 @@ "private_settings": {}, "filters": [ { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Noise Suppression", "uuid": "91e69fad-ada8-43e6-9d13-7aa48fe508dd", "id": "noise_suppress_filter", @@ -464,7 +464,7 @@ "private_settings": {} }, { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Noise Gate", "uuid": "dbfba3f9-d478-46ae-824a-6284dcd44cee", "id": "noise_gate_filter", @@ -490,13 +490,14 @@ ] }, { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Game Capture", "uuid": "f8481b2c-170c-425b-b259-4cbb2ec12b8b", "id": "vkcapture-source", "versioned_id": "vkcapture-source", "settings": { - "window": "" + "allow_transparency": true, + "force_hdr": false }, "mixers": 0, "sync": 0, @@ -516,13 +517,13 @@ "private_settings": {} }, { - "prev_ver": 536870913, + "prev_ver": 536870914, "name": "Game Audio", "uuid": "80c60256-48e7-4397-8163-3bb44480d9ab", "id": "pipewire_audio_application_capture", "versioned_id": "pipewire_audio_application_capture", "settings": { - "AppToAdd": "obs", + "AppToAdd": "electron", "CaptureMode": 1, "MatchPriorty": 0, "ExceptApp": true, @@ -550,6 +551,12 @@ "uuid": "1d50838b-0e3a-481b-a957-69d656711ceb", "selected": false, "hidden": false + }, + { + "value": "Electron", + "uuid": "a2b0af0f-e4ea-48b6-bf21-277d26054cf8", + "selected": false, + "hidden": false } ] }, @@ -607,7 +614,7 @@ "transition_duration": 300, "preview_locked": false, "scaling_enabled": false, - "scaling_level": -69, + "scaling_level": -10, "scaling_off_x": 0.0, "scaling_off_y": 0.0, "virtual-camera": { diff --git a/dot_config/obs-studio/basic/scenes/Webcam.json b/dot_config/obs-studio/basic/scenes/Webcam.json index 8c2e627..facded2 100644 --- a/dot_config/obs-studio/basic/scenes/Webcam.json +++ b/dot_config/obs-studio/basic/scenes/Webcam.json @@ -9,7 +9,7 @@ "name": "Webcam", "sources": [ { - "prev_ver": 536870912, + "prev_ver": 536870913, "name": "Virtual Cam", "uuid": "11ddcc7c-a668-4282-bee5-8847a42155dd", "id": "scene", @@ -98,7 +98,7 @@ "private_settings": {} }, { - "prev_ver": 536870912, + "prev_ver": 536870913, "name": "Video Capture Device (V4L2)", "uuid": "6d218351-f947-42ca-9772-26e606173df6", "id": "v4l2_input", @@ -135,7 +135,7 @@ "private_settings": {}, "filters": [ { - "prev_ver": 536870912, + "prev_ver": 536870913, "name": "UnFish/Fish Lens", "uuid": "0340a54e-ff5a-4c8e-b132-660a43b45e33", "id": "filter-fish-lens", @@ -220,8 +220,8 @@ } }, "resolution": { - "x": 1280, - "y": 720 + "x": 1920, + "y": 1080 }, "version": 2 } \ No newline at end of file diff --git a/dot_config/obs-studio/global.ini b/dot_config/obs-studio/global.ini index 35e4c46..9c625b6 100644 --- a/dot_config/obs-studio/global.ini +++ b/dot_config/obs-studio/global.ini @@ -4,7 +4,7 @@ MaxLogs=10 InfoIncrement=-1 ProcessPriority=Normal EnableAutoUpdates=true -LastVersion=536870913 +LastVersion=536870914 BrowserHWAccel=true [Video]