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}
#! /bin/sh | |
mpv $(youtube-dl -g http://www.cc.com/shows/the-daily-show-with-trevor-noah/full-episodes) |