Added demo video

This commit is contained in:
AlfredoSequeida 2020-10-07 18:04:57 -07:00
parent bfb7f125fc
commit 951605a8f4
1 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,11 @@
fvid is a project that aims to encode any file as a video using 1-bit color images
to survive compression algorithms for data retrieval.
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)
[Demonstration/Explanation Video](https://youtu.be/yu_ZIr0q5rU)
fvid is a project that aims to encode any file as a video using 1-bit color images
to survive compression algorithms for data retrieval.
<p align="center">
<img src="https://i.imgur.com/LVthky0.png" alt="fvid">
</br>
@ -69,4 +71,4 @@ py -m fvid -i [input video] -d
3. Write a test which shows that the bug was fixed or that the feature
works as expected.
4. Send a pull request and bug the maintainer until it gets merged and
published. :)
published. :)