{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":340684844,"defaultBranch":"master","name":"obs-studio","ownerLogin":"PatTheMav","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-02-20T15:18:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9436503?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726693718.0","currentOid":""},"activityList":{"items":[{"before":"c98c12259dd16b0c3e40be0b61c14a023d2d5f79","after":"07ca0c9f735019f21383f72f867b030eb17586e2","ref":"refs/heads/mbedtls-homebrew-fix","pushedAt":"2024-09-19T11:52:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"cmake: Change library discovery order in LuaJIT find module\n\nTo ensure that the find module prefers the variant of LuaJIT shipped\nas part of obs-deps, it's necessary to give the name as shipped in\nobs-deps the highest precedence.\n\nThis ensures that the \"find_library\" call will discover the less\nversion-specific variant of the library possibly installed via\nHomebrew.","shortMessageHtmlLink":"cmake: Change library discovery order in LuaJIT find module"}},{"before":"5ade18dc1700f6acec3432a9a553a42d478bf37c","after":"147eb88ace14f36595c180ff4572c63e7fc9a212","ref":"refs/heads/portable-config-fix","pushedAt":"2024-09-19T11:24:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix missing support for portable configuration files\n\nWindows and Linux allow the storage of configuration files relative\nto the binary location, which is enabled by default on Windows and has\nto be explicitly enabled on Linux.\n\nThis was originally conflated with the LINUX_PORTABLE build setting\nwhich also allowed the application itself to be run from non-default\nlocations on a Linux system.\n\nThis change reintroduces the functionality behind the\nENABLE_PORTABLE_CONFIG build setting on Linux.\n\nIt also adds necessary code to make this setting compatible with the\nrecently introduced relocatable settings code changes:\n\nWhen portable mode is enabled, user configuration, scene collections,\nand profiles are stored in the config directory created for portable\nmode.","shortMessageHtmlLink":"UI: Fix missing support for portable configuration files"}},{"before":"9e58c78b6153a274082edec169b00e03ba1e4c93","after":"5ade18dc1700f6acec3432a9a553a42d478bf37c","ref":"refs/heads/portable-config-fix","pushedAt":"2024-09-18T21:23:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix missing support for portable configuration files\n\nWindows and Linux allow the storage of configuration files relative\nto the binary location, which is enabled by default on Windows and has\nto be explicitly enabled on Linux.\n\nThis was originally conflated with the LINUX_PORTABLE build setting\nwhich also allowed the application itself to be run from non-default\nlocations on a Linux system.\n\nThis change reintroduces the functionality behind the\nENABLE_PORTABLE_CONFIG build setting on Linux.\n\nIt also adds necessary code to make this setting compatible with the\nrecently introduced relocatable settings code changes:\n\nWhen portable mode is enabled, user configuration, scene collections,\nand profiles are stored in the config directory created for portable\nmode.","shortMessageHtmlLink":"UI: Fix missing support for portable configuration files"}},{"before":null,"after":"48070c6557d7f12e04b519b6d793e09fd1b17ca9","ref":"refs/heads/scene-collection-name-fix","pushedAt":"2024-09-18T21:08:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix crash when creating scene collections with \"unsafe\" names\n\nScene collection names that are not considered \"safe\" by OBS Studio\nget a changed JSON file name with incompatible characters replaced.\n\nThe refactored scene collection implementation uses the Load function to\neither activate an existing scene collection or create a new one if it\ndoes not exist.\n\nThe Load function however overwrote the scene collection name set in\nthe profile with its own variant based off the \"safe\" file name, which\ncreated a mismatch with the code that created the collection data\nmodel.\n\nAs the Load function is only called by ActivateSceneCollection (which\nitself already sets the name and filename for the collection), removal\nof this superfluous code in the Load function also fixes the issue.","shortMessageHtmlLink":"UI: Fix crash when creating scene collections with \"unsafe\" names"}},{"before":"86bf8236bfc096e29c3a93cb0dd6719d7f0468eb","after":"9e58c78b6153a274082edec169b00e03ba1e4c93","ref":"refs/heads/portable-config-fix","pushedAt":"2024-09-18T21:05:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix missing support for portable configuration files\n\nWindows and Linux allow the storage of configuration files relative\nto the binary location, which is enabled by default on Windows and has\nto be explicitly enabled on Linux.\n\nThis was originally conflated with the LINUX_PORTABLE build setting\nwhich also allowed the application itself to be run from non-default\nlocations on a Linux system.\n\nThis change reintroduces the functionality behind the\nENABLE_PORTABLE_CONFIG build setting on Linux.\n\nIt also adds necessary code to make this setting compatible with the\nrecently introduced relocatable settings code changes:\n\nWhen portable mode is enabled, user configuration, scene collections,\nand profiles are stored in the config directory created for portable\nmode.","shortMessageHtmlLink":"UI: Fix missing support for portable configuration files"}},{"before":null,"after":"86bf8236bfc096e29c3a93cb0dd6719d7f0468eb","ref":"refs/heads/portable-config-fix","pushedAt":"2024-09-18T21:02:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix missing support for portable configuration files\n\nWindows and Linux allow the storage of configuration files relative\nto the binary location, which is enabled by default on Windows and has\nto be explicitly enabled on Linux.\n\nThis was originally conflated with the LINUX_PORTABLE build setting\nwhich also allowed the application itself to be run from non-default\nlocations on a Linux system.\n\nThis change reintroduces the functionality behind the\nENABLE_PORTABLE_CONFIG build setting on Linux.\n\nIt also adds necessary code to make this setting compatible with the\nrecently introduced relocatable settings code changes:\n\nWhen portable mode is enabled, user configuration, scene collections,\nand profiles are stored in the config directory created for portable\nmode.","shortMessageHtmlLink":"UI: Fix missing support for portable configuration files"}},{"before":"9839bcafef92015c4eefc1c02f3e0e012456f5ad","after":null,"ref":"refs/heads/ci-cleanup","pushedAt":"2024-09-18T20:09:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"}},{"before":null,"after":"c98c12259dd16b0c3e40be0b61c14a023d2d5f79","ref":"refs/heads/mbedtls-homebrew-fix","pushedAt":"2024-09-18T18:13:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"cmake: Disable discovery of Homebrew libraries for dependencies\n\nmacOS builds should only use dependencies built via the obs-deps\nbuild scripts. Default variants of the same dependencies are not\ncompatible with our app packaging requirements and thus will create\nissues when creating the app bundle.\n\nThis is specifically an issue when MbedTLS is installed via Homebrew\nwhich ships a CMake package config by default and is picked up\nby our code ever since we switched to prefer CMake packages.","shortMessageHtmlLink":"cmake: Disable discovery of Homebrew libraries for dependencies"}},{"before":"9f9a3d57f6f904d91589df9942ffdb37672b1a3c","after":"9839bcafef92015c4eefc1c02f3e0e012456f5ad","ref":"refs/heads/ci-cleanup","pushedAt":"2024-09-18T16:12:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"CI: Extend condition check for language file upload","shortMessageHtmlLink":"CI: Extend condition check for language file upload"}},{"before":"d7c798c60dccf1ca4171c7eea90fe22afddadc02","after":"a289581579f9ace8c101fbc2f17553e09e4fa05c","ref":"refs/heads/master","pushedAt":"2024-09-18T12:24:52.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"docs: Add obs_frontend_get_user_config","shortMessageHtmlLink":"docs: Add obs_frontend_get_user_config"}},{"before":"8e8c95457df2115ced2d92fdd9e90f13c53963ee","after":"a53a3353b9b1a53c31178afb2e480e4106caa604","ref":"refs/heads/ui-config-type-fix","pushedAt":"2024-09-18T11:58:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix config class mismatch in OBSApp class","shortMessageHtmlLink":"UI: Fix config class mismatch in OBSApp class"}},{"before":"93c6eac7c76114ab71debc13ae34b18925270768","after":"8e8c95457df2115ced2d92fdd9e90f13c53963ee","ref":"refs/heads/ui-config-type-fix","pushedAt":"2024-09-17T13:13:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix config class mismatch in OBSApp class","shortMessageHtmlLink":"UI: Fix config class mismatch in OBSApp class"}},{"before":"b3466a7dd84d5a653691a26fe428c62c248bbc1a","after":null,"ref":"refs/heads/frontend-api-fix","pushedAt":"2024-09-17T08:42:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"}},{"before":null,"after":"93c6eac7c76114ab71debc13ae34b18925270768","ref":"refs/heads/ui-config-type-fix","pushedAt":"2024-09-16T18:53:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix config class mismatch in OBSAPP class","shortMessageHtmlLink":"UI: Fix config class mismatch in OBSAPP class"}},{"before":"059dce5276019cffc066d5ad7f7a1b59b0367e4c","after":"9f9a3d57f6f904d91589df9942ffdb37672b1a3c","ref":"refs/heads/ci-cleanup","pushedAt":"2024-09-16T18:09:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"CI: Update build script for Ubuntu to require Ubuntu 24.04\n\nAlso defaults to Qt6 and x86_64 builds, thus no toolchain file is\nneeded and no additional data in buildspec is needed either.","shortMessageHtmlLink":"CI: Update build script for Ubuntu to require Ubuntu 24.04"}},{"before":"4cfa6a14615331311acfd49911731c96432e6fb8","after":"b3466a7dd84d5a653691a26fe428c62c248bbc1a","ref":"refs/heads/frontend-api-fix","pushedAt":"2024-09-16T18:08:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix outdated scene collection and profile method names","shortMessageHtmlLink":"UI: Fix outdated scene collection and profile method names"}},{"before":"f036b0dc3f35997c58aae7e5e7893aedd1284566","after":"d7c798c60dccf1ca4171c7eea90fe22afddadc02","ref":"refs/heads/master","pushedAt":"2024-09-16T18:08:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"CI: Use Windows 11 SDK 10.0.22621.0\n\nBefore 6c590805e88755f70ad62ffbb217ad8ace09563b, builds on Windows would\nautomatically select a Windows SDK using CMake's rules:\n\nhttps://cmake.org/cmake/help/v3.25/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.html\nhttps://cmake.org/cmake/help/v3.30/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.html\nhttps://cmake.org/cmake/help/v3.30/policy/CMP0149.html\n\nThis meant that CI Windows builds would end up using SDK 10.0.20348.0\nbecause that matched the runner's OS version exactly. Locally, if a\nWindows SDK version that exactly matched the host system version was not\ninstalled, CMake would select the latest Windows SDK available. This\ncaused some observed differences in build success between CI and local\nbuilds if a newer SDK was used locally.\n\nThe Windows runners have the 10.0.22621.0 SDK installed, so let's\nspecifically select that.","shortMessageHtmlLink":"CI: Use Windows 11 SDK 10.0.22621.0"}},{"before":"5bf1c791b96bc4a7e267faed3e3529ce81509d14","after":"059dce5276019cffc066d5ad7f7a1b59b0367e4c","ref":"refs/heads/ci-cleanup","pushedAt":"2024-09-14T16:11:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"CI: Update build script for Ubuntu to require Ubuntu 24.04\n\nAlso defaults to Qt6 and x86_64 builds, thus no toolchain file is\nneeded and no additional data in buildspec is needed either.","shortMessageHtmlLink":"CI: Update build script for Ubuntu to require Ubuntu 24.04"}},{"before":null,"after":"4cfa6a14615331311acfd49911731c96432e6fb8","ref":"refs/heads/frontend-api-fix","pushedAt":"2024-09-14T15:44:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"UI: Fix outdated scene collection and profile method names","shortMessageHtmlLink":"UI: Fix outdated scene collection and profile method names"}},{"before":"169cfcb985777d921d7f8d170f19742875a43303","after":null,"ref":"refs/heads/obs-deps-update","pushedAt":"2024-09-13T23:07:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"}},{"before":"3223d28233daebbe65017fb321d38ee2162233bd","after":"d89011d02094e3aa769a2375fe1dcdf121488b6d","ref":"refs/heads/sck-picker-support","pushedAt":"2024-09-13T22:12:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"mac-capture: Add support for macOS sharing picker for screen capture\n\nmacOS provides a global picker for shared windows, applications,\ndesktops, and also combinations of multiple windows or applications.\n\nThis enables users to change the input of a screen capture source from\nwithin the OS without the need to switch to OBS to change a source's\nproperties.\n\nStarting with macOS 15, this is the only way to capture visible screen\ncontent without adding a temporary capture system permission, but as\nmacOS only recognizes a single(!) capture target, one cannot use a\npicker-based screen capture and audio capture source (hence why this\nhas not been added to the audio capture source).\n\nLikewise a second screen capture source using the picker source will not\nreceive any input, but also not influence the function of the first\nsource.","shortMessageHtmlLink":"mac-capture: Add support for macOS sharing picker for screen capture"}},{"before":"274bfd09539ab638e7f602a6f186117e1ad3f9c5","after":"169cfcb985777d921d7f8d170f19742875a43303","ref":"refs/heads/obs-deps-update","pushedAt":"2024-09-13T22:11:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"cmake: Update use of MbedTLS to support update to version 3.6.0\n\nMbedTLS changed a lot of internals with their LTS version 3.6.0, which\nare incompatible with the find module currently shipped with\nOBS Studio.\n\nThe solution requires several changes to be applied at once:\n\n* Rename the generated target name to MbedTLS::mbedtls to match the\n name used by MbedTLS' own CMake package\n* Update find module to use the updated target name(s)\n* Set CMAKE_FIND_PACKAGE_PREFER_CONFIG to TRUE before trying to find\n MbedTLS to ensure that CMake package files are used with priority\n (Those are shipped only with MbedTLS 3.6.0 in obs-deps).\n* A deprecation warning is emitted if the find module is used with\n MbedTLS 3.6.0 available","shortMessageHtmlLink":"cmake: Update use of MbedTLS to support update to version 3.6.0"}},{"before":"1140aa30d3efb4b26b936295ead3aad40cd9a880","after":"5bf1c791b96bc4a7e267faed3e3529ce81509d14","ref":"refs/heads/ci-cleanup","pushedAt":"2024-09-13T22:09:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"CI: Update build script for Ubuntu to require Ubuntu 24.04\n\nAlso defaults to Qt6 and x86_64 builds, thus no toolchain file is\nneeded and no additional data in buildspec is needed either.","shortMessageHtmlLink":"CI: Update build script for Ubuntu to require Ubuntu 24.04"}},{"before":null,"after":"1140aa30d3efb4b26b936295ead3aad40cd9a880","ref":"refs/heads/ci-cleanup","pushedAt":"2024-09-13T21:51:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"CI: Update build script for Ubuntu to require Ubuntu 24.04\n\nAlso defaults to Qt6 and x86_64 builds, thus no toolchain file is\nneeded and no additional data in buildspec is needed either.","shortMessageHtmlLink":"CI: Update build script for Ubuntu to require Ubuntu 24.04"}},{"before":"7a35d7c549179cceeb8ca48d1ed256105c8357f4","after":"f036b0dc3f35997c58aae7e5e7893aedd1284566","ref":"refs/heads/master","pushedAt":"2024-09-13T21:51:17.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"CI: Update softprops/action-gh-release to v2.0.8","shortMessageHtmlLink":"CI: Update softprops/action-gh-release to v2.0.8"}},{"before":"9ea8ae096002776991c8df256c6ebebd2c747041","after":null,"ref":"refs/heads/cmake-3.28-update","pushedAt":"2024-09-13T18:45:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"}},{"before":"bf210b45ce5da52f06f4fcdf15aeb04b174fa5af","after":"9ea8ae096002776991c8df256c6ebebd2c747041","ref":"refs/heads/cmake-3.28-update","pushedAt":"2024-09-13T12:50:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"cmake: Update supported CMake version range to 3.28 and 3.30","shortMessageHtmlLink":"cmake: Update supported CMake version range to 3.28 and 3.30"}},{"before":"dc9ab85d85ded4c9e417c7c82d0c7eff5e74c130","after":"bf210b45ce5da52f06f4fcdf15aeb04b174fa5af","ref":"refs/heads/cmake-3.28-update","pushedAt":"2024-09-13T12:40:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"cmake: Update supported CMake version range to 3.28 and 3.30","shortMessageHtmlLink":"cmake: Update supported CMake version range to 3.28 and 3.30"}},{"before":"62c4a908091efecd79406136f7c6b3ea4b1ef946","after":"7a35d7c549179cceeb8ca48d1ed256105c8357f4","ref":"refs/heads/master","pushedAt":"2024-09-13T12:12:05.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"},"commit":{"message":"obs-ffmpeg: Add logging of audio track","shortMessageHtmlLink":"obs-ffmpeg: Add logging of audio track"}},{"before":"fab3ac14505d7090c25fb95bf0004c099a2262fd","after":null,"ref":"refs/heads/macos-hotkey-update","pushedAt":"2024-09-13T12:10:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"PatTheMav","name":"Patrick Heyer","path":"/PatTheMav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9436503?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQxMTo1MjoyNS4wMDAwMDBazwAAAAS6ytxZ","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQxMTo1MjoyNS4wMDAwMDBazwAAAAS6ytxZ","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QxMjoxMDozNC4wMDAwMDBazwAAAAS1cYdb"}},"title":"Activity ยท PatTheMav/obs-studio"}