This is an old revision of the document!


frameinfo

Display frame information:

ffmpeg -i "$1" -vf showinfo -f null /dev/null 2>&1 | cut -d ' ' -f 4- | grep ^n

Navigation