diff --git a/README.md b/README.md index 7d7fb48..b8e0da4 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,9 @@ For you as a user this only means that if you installed GPU Screen Recorder as a This should work fine on AMD/Intel X11 or Wayland. On Nvidia X11 G-SYNC only works with the -w screen-direct option, but because of bugs in the Nvidia driver this option is not always recommended. For example it can cause your computer to freeze when recording certain games. +# License +This software is licensed under GPL3.0-only, see the LICENSE file for more information. + # Reporting bugs, contributing patches, questions or donation See [https://git.dec05eba.com/?p=about](https://git.dec05eba.com/?p=about). diff --git a/TODO b/TODO index f394166..f6bda68 100644 --- a/TODO +++ b/TODO @@ -384,4 +384,6 @@ Set v4l2 camera fps to video output fps (if lower than the camera fps) and the s Support camera controls, such as white balance. Otherwise tell user to use cameractrl software. -Camera capture doesn't work perfectly. The image gets glitched, need to properly wait for image to be done. \ No newline at end of file +Camera capture doesn't work perfectly. The image gets glitched, need to properly wait for image to be done. + +Use one pipewire connection (pipewire video) instead of multiple ones when recording with portal multiple times (multiple sources).