Skip to content

Instantly share code, notes, and snippets.

View arthurpizza's full-sized avatar

Arthur Reeder arthurpizza

View GitHub Profile
@arthurpizza
arthurpizza / dailyshow.sh
Created February 4, 2016 20:55
Comedy Central Streaming
#! /bin/sh
mpv $(youtube-dl -g http://www.cc.com/shows/the-daily-show-with-trevor-noah/full-episodes)
@arthurpizza
arthurpizza / film-to-dvd-ffmpeg.md
Created March 29, 2016 03:10
FFMPEG Film DVD Cheat Sheet

FFMPEG to DVD

This is the default for most movies.

Scope Movies

ffmpeg -y -i {Input} -vf scale=720:352,pad=720:480:0:64 \
-target film-dvd -vb 4M -aspect 1.7777 -ac 2 -ab 192k {Output}