mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
fftools/ffprobe: print crop_* frame fields
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -63,6 +63,10 @@ pkt_pos=2744
|
||||
pkt_size=230400
|
||||
width=320
|
||||
height=240
|
||||
crop_top=0
|
||||
crop_bottom=0
|
||||
crop_left=0
|
||||
crop_right=0
|
||||
pix_fmt=rgb24
|
||||
sample_aspect_ratio=1:1
|
||||
pict_type=I
|
||||
@@ -108,6 +112,10 @@ pkt_pos=233165
|
||||
pkt_size=30000
|
||||
width=100
|
||||
height=100
|
||||
crop_top=0
|
||||
crop_bottom=0
|
||||
crop_left=0
|
||||
crop_right=0
|
||||
pix_fmt=rgb24
|
||||
sample_aspect_ratio=1:1
|
||||
pict_type=I
|
||||
@@ -187,6 +195,10 @@ pkt_pos=265248
|
||||
pkt_size=230400
|
||||
width=320
|
||||
height=240
|
||||
crop_top=0
|
||||
crop_bottom=0
|
||||
crop_left=0
|
||||
crop_right=0
|
||||
pix_fmt=rgb24
|
||||
sample_aspect_ratio=1:1
|
||||
pict_type=I
|
||||
@@ -232,6 +244,10 @@ pkt_pos=495672
|
||||
pkt_size=30000
|
||||
width=100
|
||||
height=100
|
||||
crop_top=0
|
||||
crop_bottom=0
|
||||
crop_left=0
|
||||
crop_right=0
|
||||
pix_fmt=rgb24
|
||||
sample_aspect_ratio=1:1
|
||||
pict_type=I
|
||||
@@ -345,6 +361,10 @@ pkt_pos=529826
|
||||
pkt_size=230400
|
||||
width=320
|
||||
height=240
|
||||
crop_top=0
|
||||
crop_bottom=0
|
||||
crop_left=0
|
||||
crop_right=0
|
||||
pix_fmt=rgb24
|
||||
sample_aspect_ratio=1:1
|
||||
pict_type=I
|
||||
@@ -390,6 +410,10 @@ pkt_pos=760250
|
||||
pkt_size=30000
|
||||
width=100
|
||||
height=100
|
||||
crop_top=0
|
||||
crop_bottom=0
|
||||
crop_left=0
|
||||
crop_right=0
|
||||
pix_fmt=rgb24
|
||||
sample_aspect_ratio=1:1
|
||||
pict_type=I
|
||||
@@ -503,6 +527,10 @@ pkt_pos=793142
|
||||
pkt_size=230400
|
||||
width=320
|
||||
height=240
|
||||
crop_top=0
|
||||
crop_bottom=0
|
||||
crop_left=0
|
||||
crop_right=0
|
||||
pix_fmt=rgb24
|
||||
sample_aspect_ratio=1:1
|
||||
pict_type=I
|
||||
@@ -548,6 +576,10 @@ pkt_pos=1023566
|
||||
pkt_size=30000
|
||||
width=100
|
||||
height=100
|
||||
crop_top=0
|
||||
crop_bottom=0
|
||||
crop_left=0
|
||||
crop_right=0
|
||||
pix_fmt=rgb24
|
||||
sample_aspect_ratio=1:1
|
||||
pict_type=I
|
||||
|
||||
Reference in New Issue
Block a user