Giter Site home page Giter Site logo

binarybadapple's Introduction

BinaryBadApple v1.0

Bad Apple but rendered with only 0s and 1s

Can be used to convert a video into 0s and 1s (and more)

Demo

Gif demo of the converted result

Libraries Utilized

  • OpenCV
  • ffmpeg-python
  • Pillow

Usage

Major configurations are stored in config.py

Please ensure that you have ffmpeg and all relevant libraries installed before running this project

Steps to using

  1. Modify config.py with the filename, font, and font size you want
  2. In main.py, uncomment / comment out the portions that you need
  3. Execute main.py
  4. Retrieve the file from final.mp4

Configurations

Under config.py, there are multiple attributes that we can adjust.

  • FILENAME: Specifies the file path of the video, please place the video in the same directory for convenience
  • FONT: Specifies the font used to generate the video
  • FONT_SIZE: Specifies the resolution of the FINAL OUTPUT VIDEO
  • RESOLUTION_FRACTION: Specifies the resolution generated by the 0s and 1s, the higher this number, the lesser 0s and 1s on the screen
  • CHARS: The characters used to map the light and dark

File Directory Structure

  • Arial.ttf: The font used by default
  • config.py: Stores the configurations for this project
  • final.mp4: The final video output
  • finalNoAudio.mp4: The final video output without the song yet
  • main.py: The entry point to the application
  • original.mp4: The original Bad Apple video downloaded from here
  • originalAudio.mp3: The audio file I have extracted from the original Bad Apple video

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.