Giter VIP home page Giter VIP logo

nightcoreify's Introduction

nightcoreify

Simple(ish) node script that:

  • finds and downloads a random (kinda) song from YouTube
  • finds and downloads a random image from the recommended page on Pixiv
  • uses ffmpeg to encode the video and image into an mp4 with a histogram
  • increases the audio sample rate by 26.5% (nightcore!)
  • uploads the finished product to YouTube

I currently have this script running in an AWS Lambda function, scheduled with a CloudWatch rule, and uploading here every 6 hours.

Clarification on "random" YouTube videos

There's no easy way to find a totally random video on YouTube, much less one belonging to a certain category (music in my case), at least that I can find. So what the script does is generate a 4-character string, add v= to the beginning, add -nightcore to the end so it doesn't nightcore any pre-existing nightcore, and search for it in the music category. What this does is return a bunch of videos with that 4-character string in the name, or with that string at the beginning of their ID (hence the v=). Definitely not random, but this is the best method I can think of with what I have.

nightcoreify's People

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.