shithub: treason

Download patch

ref: fbfa3d1b9849a84daae2cf3d447f6495bf3e994d
parent: 9dd36790c8e5496295d09b520aadccad9e52ae40
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Jan 15 15:42:58 EST 2021

update readme

--- a/README.md
+++ b/README.md
@@ -4,20 +4,29 @@
 
 ## Status
 
-[Video one](https://diode.zone/videos/watch/bfcd2004-677d-4878-86cc-e20a4ff7ccf1)
+* Builds and runs on both 386 and amd64.
+* Builds on arm but not tested yet.
+* Does *NOT* build on arm64.
 
-[Video two](https://diode.zone/videos/watch/4f16e664-8701-4125-a62c-9137f3b4a4da)
+Supported container formats:
 
-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, VP8 and VP9.  Only
-8-bit per component YUV 4:2:0 is supported atm.  AAC, OPUS and Vorbis
-audio is supported.
+* mp4
+* mkv/webm
 
-*It's only supposed to build and run on AMD64 for now.*
+Supported video formats:
 
-More is coming. Patches are very welcome, too.
+* h.264
+* av1
+* vp8
+* vp9
 
+Supported audio formats:
+
+* aac
+* opus
+* vorbis
+* mp3
+
 ## Installing/updating
 
 	cd /tmp
@@ -25,9 +34,6 @@
 	mv treason-mustard treason && \
 	cd treason && ./install.rc
 
-For opus decoding see [adding opus support to 9front](http://nopenopenope.net/posts/audcomp)
-(scroll down on the post).
-
 ## Usage
 
 See [how to Youtube on ⑨](http://docs.a-b.xyz/youtube.html).
@@ -34,14 +40,10 @@
 
 ## Gotchas
 
-This is a half-baked early stage project, there are many things
-missing, in need of improvement, and some (probably) are outright
-wrong.
-
 You need a fast computer to play AV1.  H.264 doesn't require as much.
 
-If you see random crashes, try running with `NPROC=1`.  Multithreaded
-decoding "works on my machine", but who knows.
+Only 8-bit per component YUV 4:2:0 is supported atm, but I'm yet to
+find a video that has something else. Send a link?
 
 ## Contact