Skip to content

Instantly share code, notes, and snippets.

@billyshambrook
Last active December 28, 2015 05:49
Show Gist options
  • Save billyshambrook/7453075 to your computer and use it in GitHub Desktop.
Save billyshambrook/7453075 to your computer and use it in GitHub Desktop.
FFMPEG: Detect interlacing.
ffmpeg -t 00:01:00 -i input.mpg -map 0:0 -vf idet -c rawvideo -y -f rawvideo /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment