Skip to content

Instantly share code, notes, and snippets.

@razdrom
razdrom / command.txt
Created October 2, 2023 08:37 — 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"