Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
frameinfo [2019/06/26 02:24] beandog created |
frameinfo [2019/07/13 22:36] (current) beandog |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== frameinfo ====== | ====== frameinfo ====== | ||
+ | |||
+ | * [[https://ffmpeg.org/ffmpeg-filters.html#showinfo]] | ||
+ | * [[framecount]] | ||
Display frame information: | Display frame information: | ||
<code> | <code> | ||
- | ffmpeg -i "$1" -vf showinfo -f null /dev/null 2>&1 | cut -d ' ' -f 4- | grep ^n | + | ffmpeg -fflags +genpts -i dvd_copy.mpg -an -sn -vf showinfo -f null - 2>&1 | egrep 'i:(P|T|B)' |
</code> | </code> |