Coder Social home page Coder Social logo

honsa / schillsaver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from valkryst/schillsaver

0.0 1.0 0.0 2.4 MB

A program that encodes files from their native formats into a video of black and white blocks, which represent the bits of the source file.

License: MIT License

Java 96.36% CSS 3.64%

schillsaver's Introduction

Schillsaver allows you to encode one or more files, from their native formats, into a single video. This video is comprised of black/white blocks that represent the bits of the input file(s).

The resulting video can be uploaded to a hosting site, such as YouTube, where it can then be re-downloaded in the future and decoded back into the original file. This allows for free file storage.

This program was written as a proof-of-concept, and I am not recommending that you utilize YouTube for free file storage. However, what you do with this program is up to you.

Requirements

Misc. Notes

  • For a decode to work successfully, you must use the same block size setting and codec that you encoded with, the other settings don't matter.

    So, if you've encoded a video with block size 8 and libx264, then it has to be decoded with block size 8 and libx264. Any other size will result in a corrupt decode.

  • To run the program on Linux, you may need launch the program using the java -jar Schillsaver.jar command.

  • YouTube does not support 60 FPS for videos below 720p.

  • When downloading your stored videos from YouTube, or whatever other service you use, ensure that you download the video at the same resolution that you encoded the video at.

    If you've encoded a 1080p video, then download it as 720p and try to decode the video, you'll get a corrupt decode.

schillsaver's People

Contributors

valkryst avatar timetimetimetime avatar nickardson avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.