Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/MarcAnt01/Fluent-Screen-Recorder

An award-winning minimal screen recorder for Windows
https://github.com/MarcAnt01/Fluent-Screen-Recorder

screenrecord screenrecordingapp uwp windows10

Last synced: 2 days ago
JSON representation

An award-winning minimal screen recorder for Windows

Lists

README

        

# Fluent Screen Recorder

Record your screen or an app in a simple UWP app featuring Fluent Design

![](https://i.postimg.cc/D0tRCCKZ/1.png)

Store Link Discord Link

### Awards
This app has got two big awards in few years:
- 2nd place in [UWP Community Launch 2021](https://uwpcommunity.com/launch/2021/)
- 2nd place ex aequo as utility software in [Microsoft Store App Awards](https://blogs.windows.com/windowsdeveloper/2022/05/27/announcing-the-microsoft-store-app-awards-winners/)

### Features

- Change resolution, framerate, bitrate
- Record optionally internal audio or microphone audio
- See a preview of the video you have just recorded
- Overlay mode to have the app on top of other windows
- Share your recordings to other UWP apps with Windows Share
- Built-in video player to see all the videos recorded from the app

### Supported platforms

The app supports Windows 10 1809+ and Windows 11. It is a UWP app that can run on Windows 10 for PCs and Surface Hub.

### Contributions

Contributions are appreciated, anyway you should open an issue explaining what you want to implement and why first, in order to avoid spending time on something that couldn't be merged.

#### Device requirements:
- [Windows 10 version 1809+ or Windows 11](http://windows.com)
- [Visual Studio 2019 or later with Universal Windows Platform development workload](https://visualstudio.microsoft.com/vs/features/universal-windows-platform/)
- [Multilingual App Toolkit](https://developer.microsoft.com/en-us/windows/downloads/multilingual-app-toolkit/)
- [ReswPlus extension](https://marketplace.visualstudio.com/items?itemName=rudyhuyn.ReswPlus)

### Bug reports

The best way to report a bug is opening a ticket in this repo. In order to be helpful, you should specify the app version (without using the word latest), your Windows version, what is happening in detail and the repro-steps.

### Feature requests

Also for requesting features the best way is opening a ticket in this repo, providing as much information as possible.

### Translations

You can translate Fluent Screen Recorder for your language or improve the current translations. Just follow the guide [here](https://github.com/MarcAnt01/Fluent-Screen-Recorder/blob/master/translations.md)

### Credits
- [SimpleBear](https://github.com/itsWindows11) for the redesign in the 3.0 update and tones of other contributions
- [Robert Mikhayelyan](https://github.com/robmikh) for the core of the app and the encoder
- [Ryken100](https://github.com/Ryken100) for internal audio library
- [Ahmed Walid](https://github.com/ahmed605) for help in implementing internal and external audio recording
- [Mark Ivan Basto](https://github.com/MarkIvanDev), [Yair Aichenbaum](https://github.com/yaira2), [Sebastian Kassai](https://github.com/xezrunner), [FireCubeStudios](https://github.com/FireCubeStudios) for [direct code contributions](https://github.com/MarcAnt01/Fluent-Screen-Recorder/graphs/contributors)
- [UWP Community Discord Server](https://aka.ms/winui/discord) for helping me during the making of the app
- [Arlo Godfrey](https://github.com/Arlodotexe), Lucifer Press and Luis Ramirez for donations

### [Donate](https://paypal.me/FilippoFedeli)

This app is FOSS, meaning it's free and open source software, no money is made out of it, for this reason donations are really appreciated to keep me motivated to work on the app.

### License

The main app uses [MIT License](https://github.com/MarcAnt01/Fluent-Screen-Recorder/blob/master/LICENSE), but the internal audio library is licensed under [LGPL](https://github.com/MarcAnt01/Fluent-Screen-Recorder/blob/3.0/ScreenSenderComponent/LICENSE)