Created
April 4, 2022 03:22
-
-
Save mreinstein/4f336930ccf19fa33340df0e911061f1 to your computer and use it in GitHub Desktop.
ffmpeg - determine video dimensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of csv=s=x:p=0 input.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment