shithub: treason

Download patch

ref: ca4aefeee18658b44c1ef8f02fb4141052d03229
parent: 951ebec82008fcbeda984c93464507ea56f0f857
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Sep 20 17:45:59 EDT 2020

update the readme

--- a/README.md
+++ b/README.md
@@ -8,15 +8,13 @@
 
 [Video two](https://diode.zone/videos/watch/4f16e664-8701-4125-a62c-9137f3b4a4da)
 
-What can it play?  MP4 files, which are multimedia containers.  Video
-formats supported are [AV1](https://en.wikipedia.org/wiki/AV1) and
-H.264 (baseline only).  Only 8-bit per component YUV 4:2:0 is
-supported atm.  AAC audio is supported (inside and outside of a
-container).  OPUS audio is supported outside of a container.
-
-It can play VP8 and VP9, but no support for webm/matroska has been
-added yet to mcfs, so treason can only play a VP8/VP9 video stream
-muxed as IVF as of now.
+What can it play?  MP4 and MKV/WEBM files, which are multimedia
+containers.  Video formats supported are
+[AV1](https://en.wikipedia.org/wiki/AV1), H.264 (baseline only), VP8
+and VP9.  Only 8-bit per component YUV 4:2:0 is supported atm.  AAC
+audio is supported (inside and outside of a container).  OPUS audio is
+supported outside of a container (still trying to understand why
+`audio/opusdec` can't play the ones extracted from a MKV).
 
 *It's only supposed to build and run on AMD64 for now.*