Skip to content

Hide files inside videos by encoding file bytes as pixel data.

Notifications You must be signed in to change notification settings

fatpotatosalad/videohide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File to Video Converter

Converts any file into images with bytes as pixel values. And, packs those images into a video.

Requirements

Used python libraries: numpy, cv2

To intall use:

pip install opencv-python numpy

Usage

encoder.py

python encoder.py <input file> <output directory> <output width (optional)> <output height (optional)> <frame rate(optional)>

decoder.py

python decoder.py <input file> <output directory>

you can also use -h for help

Note: The output encoded file might be slightly larger.

About

Hide files inside videos by encoding file bytes as pixel data.

Topics

Resources

Stars

Watchers

Forks

Languages