#!/bin/bash
# FFmpeg media inspect wrapper
ffprobe -print_format json -show_streams -show_format "$1"
