chadbailey59 / splitsound

Split a video file into multiple audio files with metadata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splitsound

Split a video (such as a live concert) into multiple audio files based on start and end times. Splitsound will set metadata in the files and import them into iTunes as well.

You'll need FFMPEG, which you should be able to install with brew install ffmpeg. You'll probably also want something to automatically download videos from YouTube; for that I'd recommend youtube-dl. To use it:

  1. Clone this repo
  2. cd splitsound; bundle install
  3. Download a video with youtube-dl or something
  4. bundle exec bin/splitsound video.mp4 will create a config file.
  5. Edit the config file with the metadata you want.
  6. bundle exec bin/splitsound video.mp4 again to split the video.

About

Split a video file into multiple audio files with metadata.

License:MIT License


Languages

Language:Ruby 100.0%