Skip to content

Record audio inputs into a video of customisable psychedelia with Max and nodejs

Notifications You must be signed in to change notification settings

sondrig/max-node-video-jam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spread the video jam

You might have your pals over for some instrument foolin'

You might all have laughed about some videos on youtube, have some vacation footage, movies, TV shows you'd think would be good accompaniment to your tunes.

Record your jam with video, unexpectedly


You need:

Route the audio interface through Logic to SoundFlower 64ch is good.

The MaxMsp patch supports channels 1-8.

Run a MaxMsp patch that will listen over OSC for videos to play.

Prereqs

MacOS instructions only.

MaxMSP there is a free trial. You can’t save, but you can configure.

  • ffmpeg brew install ffmpeg
  • node brew install node

How to run

  • cd node
  • npm i
You can download youtube playlists by:
  • cd node
  • node playlist_downloader.js -p <playlistId>

The videos will be downloaded to rawVideos. You can also just copy video files you want to use in to rawVideos.

Segment the videos into small files
  • cd node
  • node segment_videos.js //options are available inside the file

Once this is done copy the video files into the folder 0-5

Start the OSC sender
  • cd node
  • node play_videos.js

About

Record audio inputs into a video of customisable psychedelia with Max and nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published