Playing Bad Apple on the YouTube Homepage
- Download Project in preferred manner
- Change the "FILE_PATH" in play.js and "project_path" in config.json to the folder in which you've downloaded the project.
- Make sure you have FFMPEG installed. It must either be either installed in the project folder, or configured as a system variable.
- Make sure you have NodeJS installed.
- Run "npm i" in cmd to reinstall the packages required to run the program.
- Place the input video in the "video_input" folder and change the video_input in "config.json".
- Run "node ." in cmd to generate the frames. This'll probably take a while.
- Download a YouTube homepage, it should have 4x3 thumbnails on the page.
- Copy the code from "play.js" and run it in the dev console on the page