AlfredoSequeida / fvid
- пятница, 9 октября 2020 г. в 00:24:34
Python
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.
Demonstration/Explanation Video
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.
Requires installation of FFmpeg and libmagic first, then install using pip3
Linux/macOS
pip3 install fvid
Windows
py -m pip install fvid
Encoding files as videos
Linux/OSX
fvid -i [input file] -e
Windows
py -m fvid -i [input file] -e
Retrieving data from videos
Linux/OSX
fvid -i [input video] -d
Windows
py -m fvid -i [input video] -d