Update README.md

This commit is contained in:
Stephen Seo 2021-12-01 17:41:49 +09:00
parent 46555ce85a
commit 6e27c41f43

View file

@ -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