Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
frameinfo [2019/06/26 02:24]
beandog created
frameinfo [2019/07/13 22:34]
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
 </​code>​ </​code>​

Navigation