From af2707120f6358e6dea0e0c0cf1fd2edbc7a6e97 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 11 Jul 2020 12:22:46 -0700 Subject: TODO: add entries for ogv playback/decode errors This may just be ffmpeg ogg decoding bugs, but it requires investigation to confirm. The playback does show corruption in mpv/vlc in my testing, but that problem existed pre-fork as well. --- recordmydesktop/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- cgit v1.2.1