Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
frameinfo [2019/06/26 17:51] beandogframeinfo [2019/07/14 04:36] (current) beandog
Line 2: Line 2:
  
   * [[https://ffmpeg.org/ffmpeg-filters.html#showinfo]]   * [[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