The command I want to run is:
Code: Select all
identify -format "%Q %m %n %w %h" image.gif
- %Q - compression quality
- %m - image format
- %n - number of frames
- %w - width
- %h - height
Code: Select all
identify -format "%Q %m %n %w %h" image.gif
Code: Select all
identify -format "%n" -ping test.mp4
Code: Select all
identify -ping -format "%n" test.mp4
Code: Select all
D:\pictures\20130713>%FFM%ffprobe -show_streams d:\pictures\20130523\gopr0006.mp4
:
width=1920
height=1080
:
r_frame_rate=30000/1001
:
duration=1133.565767
: