Skip to content

Instantly share code, notes, and snippets.

@ttyS0
ttyS0 / special-transcode.rb
Last active March 9, 2022 14:44 — forked from lisamelton/special-transcode.rb
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'
@ttyS0
ttyS0 / classic-transcode.rb
Last active February 22, 2022 00:34 — forked from lisamelton/classic-transcode.rb
Cross-platform Ruby script 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
#
# classic-transcode.rb
#
# Copyright (c) 2019-2022 Don Melton
#
require 'English'
require 'fileutils'
require 'json'
@ttyS0
ttyS0 / packer-permissions.json
Created August 8, 2017 13:42 — forked from ogrodnek/packer-permissions.json
packer IAM permissions
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "NonResourceBasedReadOnlyPermissions",
"Action": [
"ec2:DescribeSubnets",
"ec2:DescribeSnapshots",
"ec2:DescribeImages",
"ec2:DescribeVolumes",