Feature/219/gui record options
- Nov 18, 2019
-
-
Iiro Rastas authored
-
Iiro Rastas authored
The recording popup window now closes when one of the options is chosen. When recording is active, it is stopped automatically when the recording button is pressed. The popup remains visible while the button is being pressed, though it is hidden once the button is no longer being pressed.
-
- Nov 13, 2019
-
-
Iiro Rastas authored
The channel command line option is added to ftl2mkv. At most two channels can be recorded from one stream. By default, the application adds both channels to the mkv file as separate video tracks.
-
- Nov 12, 2019
-
-
Iiro Rastas authored
As the previous approach led to low performance, 2D video is now captured to an ftl file, which removes the need to encode the video in real time. The ftl file can be converted into a video file with ftl2mkv.
-
Iiro Rastas authored
Adds 2D video recording option to the GUI.
-
- Nov 11, 2019
-
-
Iiro Rastas authored
The GUI now has a snapshot feature. The record button opens a popup window, which contains the different recording options. The cog icon now opens a scrollable list of all of the registered configurations, both local and remote. This window is created dynamically each time the cog icon is clicked, so it now includes all of the configurations that were available as the window was created.
-
- Nov 06, 2019
-
-
Iiro Rastas authored
The record button now works as previously. To support this change, a tagging system based on the one from feature/guienhance has been added. NetConfigurables are now created as peers connect and removed as they disconnect, which required changes to ConfigWindow.
-