Skip to content

Instantly share code, notes, and snippets.

@jgaydos
Created February 14, 2019 01:12
Show Gist options
  • Save jgaydos/54b50ac882b0ff725c9ca5282699a770 to your computer and use it in GitHub Desktop.
Save jgaydos/54b50ac882b0ff725c9ca5282699a770 to your computer and use it in GitHub Desktop.
FFmpeg: List file streams
#!/bin/bash
ffmpeg -i in.mkv 2>&1 | grep "Stream #"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment