From 9aa20f2c0327f8296ed9369b2b6c6ce6724157d6 Mon Sep 17 00:00:00 2001 From: Daniel Morandini Date: Tue, 24 Oct 2023 12:54:23 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c3d014..baec76f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Also, you need ffmpeg's libraries on your machine. `pkg-config` is used to find ## Features - [x] demux any audio/video container (mp4, ogg, mkv, ...) - [x] decode audio files +- [ ] mux streams - [ ] decode video files (in theory we should already be there, in practise the stream format for videos is not implemented and neither is the Frame "unpacking") In the future it will support also encoding and muxing, in this order.