/ps4-video-sync

Node.JS PS4 Video Sync Engine

Primary LanguageJavaScript

$ npm install
  1. Install FFmpeg: https://ffmpeg.org/download.html

  2. Make sure the ffmpeg binaries are in the PATH:, e.g. put this into your ~/.bash_profile

PATH=/D/Dropbox/BatchVideoProcessing/ffmpeg-3.2-win64-static/bin:$PATH
  1. Needs API key to run, create a api-key.js file in the root directory:
function api_key(){
  return "XXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXX"
}

module.exports = {
  api_key
};
  1. To get an API key:

  2. Run:

$ node downloader.js <YT-URL>