diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 16:47:00 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 16:47:00 -0700 |
commit | 3625160acc1715fc380f58ec3c4248485bed2370 (patch) | |
tree | dc95a32d81daac298cef69879a639029797fb762 /recordmydesktop/TODO | |
parent | cfcca8681b88a171fb2cdbb83daa5f22bbedb6b8 (diff) |
*: drop {gtk,qt}-recordmydesktop subdirs
This restores the recordmydesktop/ subdir as root from the mirror I
cloned by fork from.
I have no particular interest in the gtk/qt frontends and it doesn't
appear they were part of a single tree in the past. But I will
probably preserve backwards compatibility of the cli so they can
continue to work with this fork installed.
Diffstat (limited to 'recordmydesktop/TODO')
-rw-r--r-- | recordmydesktop/TODO | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recordmydesktop/TODO b/recordmydesktop/TODO deleted file mode 100644 index 65da07d..0000000 --- a/recordmydesktop/TODO +++ /dev/null @@ -1,11 +0,0 @@ -* add --unmute option to unmute the sound capture device if required, - restoring the mute after finished capturing if it started muted. - -* understand decoding errors when playing produced ogv files in - mpv/ffmpeg: - - [ffmpeg/demuxer] ogg: Broken file, non-keyframe not correctly marked. - [ffmpeg/demuxer] ogg: Broken file, keyframe not correctly marked. - -* understand and correct video corruption artifacts, seems likely - related to the above decoding errors. |