Metadata-Version: 2.1
Name: fvid
Version: 0.0.2
Summary: 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.
Home-page: https://github.com/AlfredoSequeida/fvid
Author: Alfredo Sequeida
License: MIT
Download-URL: https://github.com/AlfredoSequeida/fvid/archive/0.0.2.tar.gz
Description: 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/)
        
        <p align="center">
            <img src="https://i.imgur.com/LVthky0.png" alt="fvid">
            </br>
        </p>
        
        ---
        
        # Installation
        
        Requires installation of [FFmpeg](https://ffmpeg.org/download.html) first, then install using pip3 
        
        Linux/macOS
        
        ```
        pip3 install fvid 
        ```
        
        Windows 
        
        ```
        py -m pip install fvid 
        ```
        
        # Usage
        
        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
        ```
        
         
         How to Contribute
        -----------------
        
        1.  Check for open issues or open a fresh issue to start a discussion
            around a feature idea or a bug [here](https://github.com/AlfredoSequeida/fvid/issues)
            tag for issues that should be ideal for people who are not very familiar with the codebase yet.
        2.  Fork [the repository](https://github.com/alfredosequeida/fvid) on
            GitHub to start making your changes to the **master** branch (or branch off of it).
        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. :)
Keywords: fvid youtube videos files bitdum hexdump ffmpeg video file
Platform: any
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
