diff options
Diffstat (limited to 'recordmydesktop')
-rw-r--r-- | recordmydesktop/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recordmydesktop/TODO b/recordmydesktop/TODO index 9298a23..65da07d 100644 --- a/recordmydesktop/TODO +++ b/recordmydesktop/TODO @@ -1,2 +1,11 @@ * 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. |