Skip to content
Snippets Groups Projects

Feature/219/gui record options

Merged Iiro Rastas requested to merge feature/219/gui-record-options into master
  1. Nov 18, 2019
  2. Nov 13, 2019
    • Iiro Rastas's avatar
      Add channel recording to ftl2mkv · 0b0a353a
      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.
      0b0a353a
  3. Nov 12, 2019
    • Iiro Rastas's avatar
      Reimplement 2D video capture · 5a8aa134
      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.
      5a8aa134
    • Iiro Rastas's avatar
      Add 2D video recording · a306deaf
      Iiro Rastas authored
      Adds 2D video recording option to the GUI.
      a306deaf
  4. Nov 11, 2019
    • Iiro Rastas's avatar
      Add snapshot feature and fix settings window · d3e66259
      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.
      d3e66259
  5. Nov 06, 2019
    • Iiro Rastas's avatar
      Restore record button functionality · 9b369c0b
      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.
      9b369c0b
Loading