Skip to content

Instantly share code, notes, and snippets.

@shadow443
shadow443 / command.txt
Created September 4, 2021 00:28 — forked from nrk/command.txt
Using ffprobe to get info from a file in a nice JSON format
ffprobe -v quiet -print_format json -show_format -show_streams "lolwut.mp4" > "lolwut.mp4.json"