All Projects → AlfredoSequeida → Fvid

AlfredoSequeida / Fvid

Licence: mit
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.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fvid

Android
📱 Nextcloud Android app
Stars: ✭ 2,669 (+867.03%)
Mutual labels:  hacktoberfest, open-source
Awesome Live Coding Streams
Stars: ✭ 216 (-21.74%)
Mutual labels:  hacktoberfest, youtube
Opensourceresources
Free opensource Learning Resources related to Web-Development A to Z 🔥❤
Stars: ✭ 210 (-23.91%)
Mutual labels:  hacktoberfest, open-source
Social Platform Donut Frontend
This is an Open Source social Platform where people can interact with Open Source expertise around the globe and work on different projects
Stars: ✭ 195 (-29.35%)
Mutual labels:  hacktoberfest, open-source
Zds Site
Cœur du projet technique de Zeste de Savoir
Stars: ✭ 236 (-14.49%)
Mutual labels:  hacktoberfest, open-source
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (-28.99%)
Mutual labels:  hacktoberfest, open-source
Video Hub App
Official repository for Video Hub App
Stars: ✭ 272 (-1.45%)
Mutual labels:  open-source, ffmpeg
Ablemusicplayer
🎵 A Youtube Music like app with a Spotify like design - ad free and open source. Feel free to PR. NOTE: BEING REWRITTEN, HENCE THE REPO WILL BE INACTIVE FOR A WHILE
Stars: ✭ 167 (-39.49%)
Mutual labels:  hacktoberfest, youtube
Doc2pen
An open source project aimed at making your student life easier!
Stars: ✭ 226 (-18.12%)
Mutual labels:  hacktoberfest, open-source
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+6321.38%)
Mutual labels:  hacktoberfest, open-source
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 191 (-30.8%)
Mutual labels:  hacktoberfest, open-source
SharpGrabber
Download from YouTube, Vimeo, PornHub, HLS (M3U8 files) with .NET and JavaScript, Library and desktop app for downloading high quality media
Stars: ✭ 138 (-50%)
Mutual labels:  youtube, ffmpeg
Data Structures And Algorithms In Cpp
This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
Stars: ✭ 176 (-36.23%)
Mutual labels:  hacktoberfest, open-source
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (-29.35%)
Mutual labels:  hacktoberfest, youtube
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-38.04%)
Mutual labels:  hacktoberfest, open-source
Dribbble2react
Transform Dribbble designs to React-Native code | Shop UI Kit >>
Stars: ✭ 2,443 (+785.14%)
Mutual labels:  hacktoberfest, youtube
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+1214.13%)
Mutual labels:  hacktoberfest, youtube
Terrastories
Terrastories is a geostorytelling application built to enable local communities to locate and map their own oral storytelling traditions about places of significant meaning or value to them. Check out our Wiki for open source development information.
Stars: ✭ 158 (-42.75%)
Mutual labels:  hacktoberfest, open-source
Go
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
Stars: ✭ 218 (-21.01%)
Mutual labels:  hacktoberfest, open-source
nightcoreify
Randomly generates nightcore and uploads it to YouTube. A joke that got out of hand.
Stars: ✭ 54 (-80.43%)
Mutual labels:  youtube, ffmpeg

Maintenance PyPI license

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.

fvid


Installation

Requires installation of FFmpeg and libmagic 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
fvid -i [input file] --framerate 1 -e
fvid -i [input file] --password "wow fvid is cool" -e

Windows

py -m fvid -i [input file] -e
py -m fvid -i [input file] --framerate 1 -e
py -m fvid -i [input file] --password "wow fvid is cool" -e

Retrieving data from videos

Linux/OSX

fvid -i [input video] -d

Windows

py -m fvid -i [input video] -d

If the file was encoded with a non-default password, it'll prompt you to enter the password upon decoding.

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 tag for issues that should be ideal for people who are not very familiar with the codebase yet.
  2. Fork the repository 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. :)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].