From 6e27c41f43bd9840a07796407faeca0c8d3d04e3 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 1 Dec 2021 17:41:49 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 869fba4..a25d7b4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ PNG, PGM, and PPM image formats are supported. For decoding video, any format that ffmpeg can read should work (though if things don't work, try using MP4 files). +WARNING: Video decoding is still a WIP. The video is currently decoded, but an +output video being encoded hasn't been implemented yet. The current +implementation writes each video frame to a PNG image in the current directory. + # Other Notes ~~I plan on adding the MIT License to this project once the course (that this