Skip to content

Instantly share code, notes, and snippets.

View LukeLR's full-sized avatar

L LukeLR

View GitHub Profile
@j6s
j6s / merge_to_opus.rb
Last active June 11, 2020 01:08
merge_to_opus.rb
#!/usr/bin/env ruby
require 'digest'
#
# A script that merges multiple audio files to a single OPUS File with chapter
# markers based on the input files.
# Every input file will be one chapter in the output OPUS File.
# The ouptut file is hardcoded to be 'merged.opus'
#
# For more information about OPUS Chapter marks: