Skip to content

Instantly share code, notes, and snippets.

View tinusn's full-sized avatar

Tinus Aamand Norstved tinusn

View GitHub Profile
#! /bin/bash
#
# Calculate bitrate statistics for movies
# Script courtesy of https://www.reddit.com/user/pcpcy
#
# Requires:
# ffmpeg_bitrate_stats (https://github.com/slhck/ffmpeg-bitrate-stats)
# printTable from util.bash (https://github.com/gdbtek/linux-cookbooks/blob/master/libraries/util.bash)
# jq (https://stedolan.github.io/jq/)
#