Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
frameinfo [2019/06/26 08:24] – created beandogframeinfo [2019/07/14 04: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>

Navigation