diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 12:22:46 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 13:36:42 -0700 |
commit | af2707120f6358e6dea0e0c0cf1fd2edbc7a6e97 (patch) | |
tree | 50ab7564a97e787343f37855a5ab5f2fe8730341 | |
parent | f650c8838e7382cb38e27c4147fa8e69328cdfa0 (diff) |
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.
-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. |