Skip to content

Instantly share code, notes, and snippets.

@lisamelton
lisamelton / special-transcode.rb
Last active November 9, 2022 22:35
Ruby script for Windows and Linux to transcode or copy essential media tracks into a smaller, more portable format while remaining high enough quality to be mistaken for the original.
#!/usr/bin/env ruby
#
# special-transcode.rb
#
# Copyright (c) 2019-2022 Don Melton
#
require 'English'
require 'fileutils'
require 'json'