Skip to content

Instantly share code, notes, and snippets.

View linnykoleh's full-sized avatar
:octocat:
Smoke code every day

Oleh Linnyk 🇺🇦 linnykoleh

:octocat:
Smoke code every day
View GitHub Profile
@nrk
nrk / command.txt
Created April 2, 2012 19:19
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"