This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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: |