When I run below command on a video file:
I got below output (1 frame copy)ffprobe -show_frames test.mp4
How to understand below fields:[FRAME]
media_type=video
stream_index=0
key_frame=0
pkt_pts=897000
pkt_pts_time=9.966667
pkt_dts=897000
pkt_dts_time=9.966667
best_effort_timestamp=897000
best_effort_timestamp_time=9.966667
pkt_duration=3000
pkt_duration_time=0.033333
pkt_pos=162930
pkt_size=624
width=640
height=480
pix_fmt=yuv420p
sample_aspect_ratio=1:1
pict_type=P
coded_picture_number=299
display_picture_number=0
interlaced_frame=0
top_field_first=0
repeat_pict=0
color_range=tv
color_space=unknown
color_primaries=bt470bg
color_transfer=unknown
chroma_location=left
[/FRAME]
I am thinking about why two color field is unknown but only the color_primaries field is bt470bg?color_range=tv
color_space=unknown
color_primaries=bt470bg
color_transfer=unknown
chroma_location=left
what's the relationship between bt470bg and BT.601 or BT.709?
Is this a valid file? (I guess it should be tagged fully or not tagged at all)
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Help Needed With Python ffprobe Script
By chris319 in forum ProgrammingReplies: 11Last Post: 28th Jun 2019, 10:15 -
How to get the number of frames of a video file with ffprobe?
By marcorocchini in forum Newbie / General discussionsReplies: 36Last Post: 12th May 2019, 05:06 -
ffmpeg vs ffprobe frame count speed
By Anime4000 in forum Newbie / General discussionsReplies: 6Last Post: 12th May 2019, 05:05 -
ffprobe: ho to the UmID from a video file?
By marcorocchini in forum Newbie / General discussionsReplies: 8Last Post: 24th May 2018, 06:21 -
FFPROBE interlaced_frame slow? why
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 3rd Oct 2017, 13:22