ffmpeg/tests/ref/fate/ffprobe_flat
Marth64 90af8e07b0 fftools/ffprobe: add analyze_frames option for CC and grain detection
Currently, ffprobe has two stream-level fields that do not work,
closed_captions and film_grain).

Their value is always 0 because ffprobe cannot access the internal
codec properties when it is setting up its stream contexts.

In this commit, add the new option -analyze_frames to ffprobe,
allowing the user to read frames up to the interval they have defined
and fill these fields based on what is exposed in AVPacketSideData.

Additionally, in the same commit, don't write these fields to
the output unless analyze_frames is enabled. Finally, fix the
FATE test refs accordingly and update the docs.

Signed-off-by: Marth64 <marth64@proxyid.net>
2024-12-13 22:41:31 -06:00

671 lines
28 KiB
Plaintext

packets_and_frames.packet.0.codec_type="audio"
packets_and_frames.packet.0.stream_index=0
packets_and_frames.packet.0.pts=0
packets_and_frames.packet.0.pts_time="0.000000"
packets_and_frames.packet.0.dts=0
packets_and_frames.packet.0.dts_time="0.000000"
packets_and_frames.packet.0.duration=1024
packets_and_frames.packet.0.duration_time="0.023220"
packets_and_frames.packet.0.size="2048"
packets_and_frames.packet.0.pos="669"
packets_and_frames.packet.0.flags="K__"
packets_and_frames.frame.0.media_type="audio"
packets_and_frames.frame.0.stream_index=0
packets_and_frames.frame.0.key_frame=1
packets_and_frames.frame.0.pts=0
packets_and_frames.frame.0.pts_time="0.000000"
packets_and_frames.frame.0.pkt_dts=0
packets_and_frames.frame.0.pkt_dts_time="0.000000"
packets_and_frames.frame.0.best_effort_timestamp=0
packets_and_frames.frame.0.best_effort_timestamp_time="0.000000"
packets_and_frames.frame.0.duration=1024
packets_and_frames.frame.0.duration_time="0.023220"
packets_and_frames.frame.0.pkt_pos="669"
packets_and_frames.frame.0.pkt_size="2048"
packets_and_frames.frame.0.sample_fmt="s16"
packets_and_frames.frame.0.nb_samples=1024
packets_and_frames.frame.0.channels=1
packets_and_frames.frame.0.channel_layout="unknown"
packets_and_frames.packet.1.codec_type="video"
packets_and_frames.packet.1.stream_index=1
packets_and_frames.packet.1.pts=0
packets_and_frames.packet.1.pts_time="0.000000"
packets_and_frames.packet.1.dts=0
packets_and_frames.packet.1.dts_time="0.000000"
packets_and_frames.packet.1.duration=2048
packets_and_frames.packet.1.duration_time="0.040000"
packets_and_frames.packet.1.size="230400"
packets_and_frames.packet.1.pos="2744"
packets_and_frames.packet.1.flags="K__"
packets_and_frames.frame.1.media_type="video"
packets_and_frames.frame.1.stream_index=1
packets_and_frames.frame.1.key_frame=1
packets_and_frames.frame.1.pts=0
packets_and_frames.frame.1.pts_time="0.000000"
packets_and_frames.frame.1.pkt_dts=0
packets_and_frames.frame.1.pkt_dts_time="0.000000"
packets_and_frames.frame.1.best_effort_timestamp=0
packets_and_frames.frame.1.best_effort_timestamp_time="0.000000"
packets_and_frames.frame.1.duration=2048
packets_and_frames.frame.1.duration_time="0.040000"
packets_and_frames.frame.1.pkt_pos="2744"
packets_and_frames.frame.1.pkt_size="230400"
packets_and_frames.frame.1.width=320
packets_and_frames.frame.1.height=240
packets_and_frames.frame.1.crop_top=0
packets_and_frames.frame.1.crop_bottom=0
packets_and_frames.frame.1.crop_left=0
packets_and_frames.frame.1.crop_right=0
packets_and_frames.frame.1.pix_fmt="rgb24"
packets_and_frames.frame.1.sample_aspect_ratio="1:1"
packets_and_frames.frame.1.pict_type="I"
packets_and_frames.frame.1.interlaced_frame=0
packets_and_frames.frame.1.top_field_first=0
packets_and_frames.frame.1.repeat_pict=0
packets_and_frames.frame.1.color_range="unknown"
packets_and_frames.frame.1.color_space="unknown"
packets_and_frames.frame.1.color_primaries="unknown"
packets_and_frames.frame.1.color_transfer="unknown"
packets_and_frames.frame.1.chroma_location="unspecified"
packets_and_frames.packet.2.codec_type="video"
packets_and_frames.packet.2.stream_index=2
packets_and_frames.packet.2.pts=0
packets_and_frames.packet.2.pts_time="0.000000"
packets_and_frames.packet.2.dts=0
packets_and_frames.packet.2.dts_time="0.000000"
packets_and_frames.packet.2.duration=2048
packets_and_frames.packet.2.duration_time="0.040000"
packets_and_frames.packet.2.size="30000"
packets_and_frames.packet.2.pos="233165"
packets_and_frames.packet.2.flags="K__"
packets_and_frames.frame.2.media_type="video"
packets_and_frames.frame.2.stream_index=2
packets_and_frames.frame.2.key_frame=1
packets_and_frames.frame.2.pts=0
packets_and_frames.frame.2.pts_time="0.000000"
packets_and_frames.frame.2.pkt_dts=0
packets_and_frames.frame.2.pkt_dts_time="0.000000"
packets_and_frames.frame.2.best_effort_timestamp=0
packets_and_frames.frame.2.best_effort_timestamp_time="0.000000"
packets_and_frames.frame.2.duration=2048
packets_and_frames.frame.2.duration_time="0.040000"
packets_and_frames.frame.2.pkt_pos="233165"
packets_and_frames.frame.2.pkt_size="30000"
packets_and_frames.frame.2.width=100
packets_and_frames.frame.2.height=100
packets_and_frames.frame.2.crop_top=0
packets_and_frames.frame.2.crop_bottom=0
packets_and_frames.frame.2.crop_left=0
packets_and_frames.frame.2.crop_right=0
packets_and_frames.frame.2.pix_fmt="rgb24"
packets_and_frames.frame.2.sample_aspect_ratio="1:1"
packets_and_frames.frame.2.pict_type="I"
packets_and_frames.frame.2.interlaced_frame=0
packets_and_frames.frame.2.top_field_first=0
packets_and_frames.frame.2.repeat_pict=0
packets_and_frames.frame.2.color_range="unknown"
packets_and_frames.frame.2.color_space="unknown"
packets_and_frames.frame.2.color_primaries="unknown"
packets_and_frames.frame.2.color_transfer="unknown"
packets_and_frames.frame.2.chroma_location="unspecified"
packets_and_frames.packet.3.codec_type="audio"
packets_and_frames.packet.3.stream_index=0
packets_and_frames.packet.3.pts=1024
packets_and_frames.packet.3.pts_time="0.023220"
packets_and_frames.packet.3.dts=1024
packets_and_frames.packet.3.dts_time="0.023220"
packets_and_frames.packet.3.duration=1024
packets_and_frames.packet.3.duration_time="0.023220"
packets_and_frames.packet.3.size="2048"
packets_and_frames.packet.3.pos="263170"
packets_and_frames.packet.3.flags="K__"
packets_and_frames.frame.3.media_type="audio"
packets_and_frames.frame.3.stream_index=0
packets_and_frames.frame.3.key_frame=1
packets_and_frames.frame.3.pts=1024
packets_and_frames.frame.3.pts_time="0.023220"
packets_and_frames.frame.3.pkt_dts=1024
packets_and_frames.frame.3.pkt_dts_time="0.023220"
packets_and_frames.frame.3.best_effort_timestamp=1024
packets_and_frames.frame.3.best_effort_timestamp_time="0.023220"
packets_and_frames.frame.3.duration=1024
packets_and_frames.frame.3.duration_time="0.023220"
packets_and_frames.frame.3.pkt_pos="263170"
packets_and_frames.frame.3.pkt_size="2048"
packets_and_frames.frame.3.sample_fmt="s16"
packets_and_frames.frame.3.nb_samples=1024
packets_and_frames.frame.3.channels=1
packets_and_frames.frame.3.channel_layout="unknown"
packets_and_frames.packet.4.codec_type="video"
packets_and_frames.packet.4.stream_index=1
packets_and_frames.packet.4.pts=2048
packets_and_frames.packet.4.pts_time="0.040000"
packets_and_frames.packet.4.dts=2048
packets_and_frames.packet.4.dts_time="0.040000"
packets_and_frames.packet.4.duration=2048
packets_and_frames.packet.4.duration_time="0.040000"
packets_and_frames.packet.4.size="230400"
packets_and_frames.packet.4.pos="265248"
packets_and_frames.packet.4.flags="K__"
packets_and_frames.frame.4.media_type="video"
packets_and_frames.frame.4.stream_index=1
packets_and_frames.frame.4.key_frame=1
packets_and_frames.frame.4.pts=2048
packets_and_frames.frame.4.pts_time="0.040000"
packets_and_frames.frame.4.pkt_dts=2048
packets_and_frames.frame.4.pkt_dts_time="0.040000"
packets_and_frames.frame.4.best_effort_timestamp=2048
packets_and_frames.frame.4.best_effort_timestamp_time="0.040000"
packets_and_frames.frame.4.duration=2048
packets_and_frames.frame.4.duration_time="0.040000"
packets_and_frames.frame.4.pkt_pos="265248"
packets_and_frames.frame.4.pkt_size="230400"
packets_and_frames.frame.4.width=320
packets_and_frames.frame.4.height=240
packets_and_frames.frame.4.crop_top=0
packets_and_frames.frame.4.crop_bottom=0
packets_and_frames.frame.4.crop_left=0
packets_and_frames.frame.4.crop_right=0
packets_and_frames.frame.4.pix_fmt="rgb24"
packets_and_frames.frame.4.sample_aspect_ratio="1:1"
packets_and_frames.frame.4.pict_type="I"
packets_and_frames.frame.4.interlaced_frame=0
packets_and_frames.frame.4.top_field_first=0
packets_and_frames.frame.4.repeat_pict=0
packets_and_frames.frame.4.color_range="unknown"
packets_and_frames.frame.4.color_space="unknown"
packets_and_frames.frame.4.color_primaries="unknown"
packets_and_frames.frame.4.color_transfer="unknown"
packets_and_frames.frame.4.chroma_location="unspecified"
packets_and_frames.packet.5.codec_type="video"
packets_and_frames.packet.5.stream_index=2
packets_and_frames.packet.5.pts=2048
packets_and_frames.packet.5.pts_time="0.040000"
packets_and_frames.packet.5.dts=2048
packets_and_frames.packet.5.dts_time="0.040000"
packets_and_frames.packet.5.duration=2048
packets_and_frames.packet.5.duration_time="0.040000"
packets_and_frames.packet.5.size="30000"
packets_and_frames.packet.5.pos="495672"
packets_and_frames.packet.5.flags="K__"
packets_and_frames.frame.5.media_type="video"
packets_and_frames.frame.5.stream_index=2
packets_and_frames.frame.5.key_frame=1
packets_and_frames.frame.5.pts=2048
packets_and_frames.frame.5.pts_time="0.040000"
packets_and_frames.frame.5.pkt_dts=2048
packets_and_frames.frame.5.pkt_dts_time="0.040000"
packets_and_frames.frame.5.best_effort_timestamp=2048
packets_and_frames.frame.5.best_effort_timestamp_time="0.040000"
packets_and_frames.frame.5.duration=2048
packets_and_frames.frame.5.duration_time="0.040000"
packets_and_frames.frame.5.pkt_pos="495672"
packets_and_frames.frame.5.pkt_size="30000"
packets_and_frames.frame.5.width=100
packets_and_frames.frame.5.height=100
packets_and_frames.frame.5.crop_top=0
packets_and_frames.frame.5.crop_bottom=0
packets_and_frames.frame.5.crop_left=0
packets_and_frames.frame.5.crop_right=0
packets_and_frames.frame.5.pix_fmt="rgb24"
packets_and_frames.frame.5.sample_aspect_ratio="1:1"
packets_and_frames.frame.5.pict_type="I"
packets_and_frames.frame.5.interlaced_frame=0
packets_and_frames.frame.5.top_field_first=0
packets_and_frames.frame.5.repeat_pict=0
packets_and_frames.frame.5.color_range="unknown"
packets_and_frames.frame.5.color_space="unknown"
packets_and_frames.frame.5.color_primaries="unknown"
packets_and_frames.frame.5.color_transfer="unknown"
packets_and_frames.frame.5.chroma_location="unspecified"
packets_and_frames.packet.6.codec_type="audio"
packets_and_frames.packet.6.stream_index=0
packets_and_frames.packet.6.pts=2048
packets_and_frames.packet.6.pts_time="0.046440"
packets_and_frames.packet.6.dts=2048
packets_and_frames.packet.6.dts_time="0.046440"
packets_and_frames.packet.6.duration=1024
packets_and_frames.packet.6.duration_time="0.023220"
packets_and_frames.packet.6.size="2048"
packets_and_frames.packet.6.pos="525677"
packets_and_frames.packet.6.flags="K__"
packets_and_frames.frame.6.media_type="audio"
packets_and_frames.frame.6.stream_index=0
packets_and_frames.frame.6.key_frame=1
packets_and_frames.frame.6.pts=2048
packets_and_frames.frame.6.pts_time="0.046440"
packets_and_frames.frame.6.pkt_dts=2048
packets_and_frames.frame.6.pkt_dts_time="0.046440"
packets_and_frames.frame.6.best_effort_timestamp=2048
packets_and_frames.frame.6.best_effort_timestamp_time="0.046440"
packets_and_frames.frame.6.duration=1024
packets_and_frames.frame.6.duration_time="0.023220"
packets_and_frames.frame.6.pkt_pos="525677"
packets_and_frames.frame.6.pkt_size="2048"
packets_and_frames.frame.6.sample_fmt="s16"
packets_and_frames.frame.6.nb_samples=1024
packets_and_frames.frame.6.channels=1
packets_and_frames.frame.6.channel_layout="unknown"
packets_and_frames.packet.7.codec_type="audio"
packets_and_frames.packet.7.stream_index=0
packets_and_frames.packet.7.pts=3072
packets_and_frames.packet.7.pts_time="0.069660"
packets_and_frames.packet.7.dts=3072
packets_and_frames.packet.7.dts_time="0.069660"
packets_and_frames.packet.7.duration=1024
packets_and_frames.packet.7.duration_time="0.023220"
packets_and_frames.packet.7.size="2048"
packets_and_frames.packet.7.pos="527748"
packets_and_frames.packet.7.flags="K__"
packets_and_frames.frame.7.media_type="audio"
packets_and_frames.frame.7.stream_index=0
packets_and_frames.frame.7.key_frame=1
packets_and_frames.frame.7.pts=3072
packets_and_frames.frame.7.pts_time="0.069660"
packets_and_frames.frame.7.pkt_dts=3072
packets_and_frames.frame.7.pkt_dts_time="0.069660"
packets_and_frames.frame.7.best_effort_timestamp=3072
packets_and_frames.frame.7.best_effort_timestamp_time="0.069660"
packets_and_frames.frame.7.duration=1024
packets_and_frames.frame.7.duration_time="0.023220"
packets_and_frames.frame.7.pkt_pos="527748"
packets_and_frames.frame.7.pkt_size="2048"
packets_and_frames.frame.7.sample_fmt="s16"
packets_and_frames.frame.7.nb_samples=1024
packets_and_frames.frame.7.channels=1
packets_and_frames.frame.7.channel_layout="unknown"
packets_and_frames.packet.8.codec_type="video"
packets_and_frames.packet.8.stream_index=1
packets_and_frames.packet.8.pts=4096
packets_and_frames.packet.8.pts_time="0.080000"
packets_and_frames.packet.8.dts=4096
packets_and_frames.packet.8.dts_time="0.080000"
packets_and_frames.packet.8.duration=2048
packets_and_frames.packet.8.duration_time="0.040000"
packets_and_frames.packet.8.size="230400"
packets_and_frames.packet.8.pos="529826"
packets_and_frames.packet.8.flags="K__"
packets_and_frames.frame.8.media_type="video"
packets_and_frames.frame.8.stream_index=1
packets_and_frames.frame.8.key_frame=1
packets_and_frames.frame.8.pts=4096
packets_and_frames.frame.8.pts_time="0.080000"
packets_and_frames.frame.8.pkt_dts=4096
packets_and_frames.frame.8.pkt_dts_time="0.080000"
packets_and_frames.frame.8.best_effort_timestamp=4096
packets_and_frames.frame.8.best_effort_timestamp_time="0.080000"
packets_and_frames.frame.8.duration=2048
packets_and_frames.frame.8.duration_time="0.040000"
packets_and_frames.frame.8.pkt_pos="529826"
packets_and_frames.frame.8.pkt_size="230400"
packets_and_frames.frame.8.width=320
packets_and_frames.frame.8.height=240
packets_and_frames.frame.8.crop_top=0
packets_and_frames.frame.8.crop_bottom=0
packets_and_frames.frame.8.crop_left=0
packets_and_frames.frame.8.crop_right=0
packets_and_frames.frame.8.pix_fmt="rgb24"
packets_and_frames.frame.8.sample_aspect_ratio="1:1"
packets_and_frames.frame.8.pict_type="I"
packets_and_frames.frame.8.interlaced_frame=0
packets_and_frames.frame.8.top_field_first=0
packets_and_frames.frame.8.repeat_pict=0
packets_and_frames.frame.8.color_range="unknown"
packets_and_frames.frame.8.color_space="unknown"
packets_and_frames.frame.8.color_primaries="unknown"
packets_and_frames.frame.8.color_transfer="unknown"
packets_and_frames.frame.8.chroma_location="unspecified"
packets_and_frames.packet.9.codec_type="video"
packets_and_frames.packet.9.stream_index=2
packets_and_frames.packet.9.pts=4096
packets_and_frames.packet.9.pts_time="0.080000"
packets_and_frames.packet.9.dts=4096
packets_and_frames.packet.9.dts_time="0.080000"
packets_and_frames.packet.9.duration=2048
packets_and_frames.packet.9.duration_time="0.040000"
packets_and_frames.packet.9.size="30000"
packets_and_frames.packet.9.pos="760250"
packets_and_frames.packet.9.flags="K__"
packets_and_frames.frame.9.media_type="video"
packets_and_frames.frame.9.stream_index=2
packets_and_frames.frame.9.key_frame=1
packets_and_frames.frame.9.pts=4096
packets_and_frames.frame.9.pts_time="0.080000"
packets_and_frames.frame.9.pkt_dts=4096
packets_and_frames.frame.9.pkt_dts_time="0.080000"
packets_and_frames.frame.9.best_effort_timestamp=4096
packets_and_frames.frame.9.best_effort_timestamp_time="0.080000"
packets_and_frames.frame.9.duration=2048
packets_and_frames.frame.9.duration_time="0.040000"
packets_and_frames.frame.9.pkt_pos="760250"
packets_and_frames.frame.9.pkt_size="30000"
packets_and_frames.frame.9.width=100
packets_and_frames.frame.9.height=100
packets_and_frames.frame.9.crop_top=0
packets_and_frames.frame.9.crop_bottom=0
packets_and_frames.frame.9.crop_left=0
packets_and_frames.frame.9.crop_right=0
packets_and_frames.frame.9.pix_fmt="rgb24"
packets_and_frames.frame.9.sample_aspect_ratio="1:1"
packets_and_frames.frame.9.pict_type="I"
packets_and_frames.frame.9.interlaced_frame=0
packets_and_frames.frame.9.top_field_first=0
packets_and_frames.frame.9.repeat_pict=0
packets_and_frames.frame.9.color_range="unknown"
packets_and_frames.frame.9.color_space="unknown"
packets_and_frames.frame.9.color_primaries="unknown"
packets_and_frames.frame.9.color_transfer="unknown"
packets_and_frames.frame.9.chroma_location="unspecified"
packets_and_frames.packet.10.codec_type="audio"
packets_and_frames.packet.10.stream_index=0
packets_and_frames.packet.10.pts=4096
packets_and_frames.packet.10.pts_time="0.092880"
packets_and_frames.packet.10.dts=4096
packets_and_frames.packet.10.dts_time="0.092880"
packets_and_frames.packet.10.duration=1024
packets_and_frames.packet.10.duration_time="0.023220"
packets_and_frames.packet.10.size="2048"
packets_and_frames.packet.10.pos="790255"
packets_and_frames.packet.10.flags="K__"
packets_and_frames.frame.10.media_type="audio"
packets_and_frames.frame.10.stream_index=0
packets_and_frames.frame.10.key_frame=1
packets_and_frames.frame.10.pts=4096
packets_and_frames.frame.10.pts_time="0.092880"
packets_and_frames.frame.10.pkt_dts=4096
packets_and_frames.frame.10.pkt_dts_time="0.092880"
packets_and_frames.frame.10.best_effort_timestamp=4096
packets_and_frames.frame.10.best_effort_timestamp_time="0.092880"
packets_and_frames.frame.10.duration=1024
packets_and_frames.frame.10.duration_time="0.023220"
packets_and_frames.frame.10.pkt_pos="790255"
packets_and_frames.frame.10.pkt_size="2048"
packets_and_frames.frame.10.sample_fmt="s16"
packets_and_frames.frame.10.nb_samples=1024
packets_and_frames.frame.10.channels=1
packets_and_frames.frame.10.channel_layout="unknown"
packets_and_frames.packet.11.codec_type="audio"
packets_and_frames.packet.11.stream_index=0
packets_and_frames.packet.11.pts=5120
packets_and_frames.packet.11.pts_time="0.116100"
packets_and_frames.packet.11.dts=5120
packets_and_frames.packet.11.dts_time="0.116100"
packets_and_frames.packet.11.duration=393
packets_and_frames.packet.11.duration_time="0.008912"
packets_and_frames.packet.11.size="786"
packets_and_frames.packet.11.pos="792326"
packets_and_frames.packet.11.flags="K__"
packets_and_frames.frame.11.media_type="audio"
packets_and_frames.frame.11.stream_index=0
packets_and_frames.frame.11.key_frame=1
packets_and_frames.frame.11.pts=5120
packets_and_frames.frame.11.pts_time="0.116100"
packets_and_frames.frame.11.pkt_dts=5120
packets_and_frames.frame.11.pkt_dts_time="0.116100"
packets_and_frames.frame.11.best_effort_timestamp=5120
packets_and_frames.frame.11.best_effort_timestamp_time="0.116100"
packets_and_frames.frame.11.duration=393
packets_and_frames.frame.11.duration_time="0.008912"
packets_and_frames.frame.11.pkt_pos="792326"
packets_and_frames.frame.11.pkt_size="786"
packets_and_frames.frame.11.sample_fmt="s16"
packets_and_frames.frame.11.nb_samples=393
packets_and_frames.frame.11.channels=1
packets_and_frames.frame.11.channel_layout="unknown"
packets_and_frames.packet.12.codec_type="video"
packets_and_frames.packet.12.stream_index=1
packets_and_frames.packet.12.pts=6144
packets_and_frames.packet.12.pts_time="0.120000"
packets_and_frames.packet.12.dts=6144
packets_and_frames.packet.12.dts_time="0.120000"
packets_and_frames.packet.12.duration=2048
packets_and_frames.packet.12.duration_time="0.040000"
packets_and_frames.packet.12.size="230400"
packets_and_frames.packet.12.pos="793142"
packets_and_frames.packet.12.flags="K__"
packets_and_frames.frame.12.media_type="video"
packets_and_frames.frame.12.stream_index=1
packets_and_frames.frame.12.key_frame=1
packets_and_frames.frame.12.pts=6144
packets_and_frames.frame.12.pts_time="0.120000"
packets_and_frames.frame.12.pkt_dts=6144
packets_and_frames.frame.12.pkt_dts_time="0.120000"
packets_and_frames.frame.12.best_effort_timestamp=6144
packets_and_frames.frame.12.best_effort_timestamp_time="0.120000"
packets_and_frames.frame.12.duration=2048
packets_and_frames.frame.12.duration_time="0.040000"
packets_and_frames.frame.12.pkt_pos="793142"
packets_and_frames.frame.12.pkt_size="230400"
packets_and_frames.frame.12.width=320
packets_and_frames.frame.12.height=240
packets_and_frames.frame.12.crop_top=0
packets_and_frames.frame.12.crop_bottom=0
packets_and_frames.frame.12.crop_left=0
packets_and_frames.frame.12.crop_right=0
packets_and_frames.frame.12.pix_fmt="rgb24"
packets_and_frames.frame.12.sample_aspect_ratio="1:1"
packets_and_frames.frame.12.pict_type="I"
packets_and_frames.frame.12.interlaced_frame=0
packets_and_frames.frame.12.top_field_first=0
packets_and_frames.frame.12.repeat_pict=0
packets_and_frames.frame.12.color_range="unknown"
packets_and_frames.frame.12.color_space="unknown"
packets_and_frames.frame.12.color_primaries="unknown"
packets_and_frames.frame.12.color_transfer="unknown"
packets_and_frames.frame.12.chroma_location="unspecified"
packets_and_frames.packet.13.codec_type="video"
packets_and_frames.packet.13.stream_index=2
packets_and_frames.packet.13.pts=6144
packets_and_frames.packet.13.pts_time="0.120000"
packets_and_frames.packet.13.dts=6144
packets_and_frames.packet.13.dts_time="0.120000"
packets_and_frames.packet.13.duration=2048
packets_and_frames.packet.13.duration_time="0.040000"
packets_and_frames.packet.13.size="30000"
packets_and_frames.packet.13.pos="1023566"
packets_and_frames.packet.13.flags="K__"
packets_and_frames.frame.13.media_type="video"
packets_and_frames.frame.13.stream_index=2
packets_and_frames.frame.13.key_frame=1
packets_and_frames.frame.13.pts=6144
packets_and_frames.frame.13.pts_time="0.120000"
packets_and_frames.frame.13.pkt_dts=6144
packets_and_frames.frame.13.pkt_dts_time="0.120000"
packets_and_frames.frame.13.best_effort_timestamp=6144
packets_and_frames.frame.13.best_effort_timestamp_time="0.120000"
packets_and_frames.frame.13.duration=2048
packets_and_frames.frame.13.duration_time="0.040000"
packets_and_frames.frame.13.pkt_pos="1023566"
packets_and_frames.frame.13.pkt_size="30000"
packets_and_frames.frame.13.width=100
packets_and_frames.frame.13.height=100
packets_and_frames.frame.13.crop_top=0
packets_and_frames.frame.13.crop_bottom=0
packets_and_frames.frame.13.crop_left=0
packets_and_frames.frame.13.crop_right=0
packets_and_frames.frame.13.pix_fmt="rgb24"
packets_and_frames.frame.13.sample_aspect_ratio="1:1"
packets_and_frames.frame.13.pict_type="I"
packets_and_frames.frame.13.interlaced_frame=0
packets_and_frames.frame.13.top_field_first=0
packets_and_frames.frame.13.repeat_pict=0
packets_and_frames.frame.13.color_range="unknown"
packets_and_frames.frame.13.color_space="unknown"
packets_and_frames.frame.13.color_primaries="unknown"
packets_and_frames.frame.13.color_transfer="unknown"
packets_and_frames.frame.13.chroma_location="unspecified"
streams.stream.0.index=0
streams.stream.0.codec_name="pcm_s16le"
streams.stream.0.profile="unknown"
streams.stream.0.codec_type="audio"
streams.stream.0.codec_tag_string="PSD[16]"
streams.stream.0.codec_tag="0x10445350"
streams.stream.0.sample_fmt="s16"
streams.stream.0.sample_rate="44100"
streams.stream.0.channels=1
streams.stream.0.channel_layout="unknown"
streams.stream.0.bits_per_sample=16
streams.stream.0.initial_padding=0
streams.stream.0.id="N/A"
streams.stream.0.r_frame_rate="0/0"
streams.stream.0.avg_frame_rate="0/0"
streams.stream.0.time_base="1/44100"
streams.stream.0.start_pts=0
streams.stream.0.start_time="0.000000"
streams.stream.0.duration_ts="N/A"
streams.stream.0.duration="N/A"
streams.stream.0.bit_rate="705600"
streams.stream.0.max_bit_rate="N/A"
streams.stream.0.bits_per_raw_sample="N/A"
streams.stream.0.nb_frames="N/A"
streams.stream.0.nb_read_frames="6"
streams.stream.0.nb_read_packets="6"
streams.stream.0.disposition.default=0
streams.stream.0.disposition.dub=0
streams.stream.0.disposition.original=0
streams.stream.0.disposition.comment=0
streams.stream.0.disposition.lyrics=0
streams.stream.0.disposition.karaoke=0
streams.stream.0.disposition.forced=0
streams.stream.0.disposition.hearing_impaired=0
streams.stream.0.disposition.visual_impaired=0
streams.stream.0.disposition.clean_effects=0
streams.stream.0.disposition.attached_pic=0
streams.stream.0.disposition.timed_thumbnails=0
streams.stream.0.disposition.non_diegetic=0
streams.stream.0.disposition.captions=0
streams.stream.0.disposition.descriptions=0
streams.stream.0.disposition.metadata=0
streams.stream.0.disposition.dependent=0
streams.stream.0.disposition.still_image=0
streams.stream.0.disposition.multilayer=0
streams.stream.0.tags.encoder="Lavc pcm_s16le"
streams.stream.0.tags.E="mc²"
streams.stream.1.index=1
streams.stream.1.codec_name="rawvideo"
streams.stream.1.profile="unknown"
streams.stream.1.codec_type="video"
streams.stream.1.codec_tag_string="RGB[24]"
streams.stream.1.codec_tag="0x18424752"
streams.stream.1.width=320
streams.stream.1.height=240
streams.stream.1.coded_width=320
streams.stream.1.coded_height=240
streams.stream.1.has_b_frames=0
streams.stream.1.sample_aspect_ratio="1:1"
streams.stream.1.display_aspect_ratio="4:3"
streams.stream.1.pix_fmt="rgb24"
streams.stream.1.level=-99
streams.stream.1.color_range="unknown"
streams.stream.1.color_space="unknown"
streams.stream.1.color_transfer="unknown"
streams.stream.1.color_primaries="unknown"
streams.stream.1.chroma_location="unspecified"
streams.stream.1.field_order="unknown"
streams.stream.1.refs=1
streams.stream.1.id="N/A"
streams.stream.1.r_frame_rate="25/1"
streams.stream.1.avg_frame_rate="25/1"
streams.stream.1.time_base="1/51200"
streams.stream.1.start_pts=0
streams.stream.1.start_time="0.000000"
streams.stream.1.duration_ts="N/A"
streams.stream.1.duration="N/A"
streams.stream.1.bit_rate="N/A"
streams.stream.1.max_bit_rate="N/A"
streams.stream.1.bits_per_raw_sample="N/A"
streams.stream.1.nb_frames="N/A"
streams.stream.1.nb_read_frames="4"
streams.stream.1.nb_read_packets="4"
streams.stream.1.disposition.default=1
streams.stream.1.disposition.dub=0
streams.stream.1.disposition.original=0
streams.stream.1.disposition.comment=0
streams.stream.1.disposition.lyrics=0
streams.stream.1.disposition.karaoke=0
streams.stream.1.disposition.forced=0
streams.stream.1.disposition.hearing_impaired=0
streams.stream.1.disposition.visual_impaired=0
streams.stream.1.disposition.clean_effects=0
streams.stream.1.disposition.attached_pic=0
streams.stream.1.disposition.timed_thumbnails=0
streams.stream.1.disposition.non_diegetic=0
streams.stream.1.disposition.captions=0
streams.stream.1.disposition.descriptions=0
streams.stream.1.disposition.metadata=0
streams.stream.1.disposition.dependent=0
streams.stream.1.disposition.still_image=0
streams.stream.1.disposition.multilayer=0
streams.stream.1.tags.encoder="Lavc rawvideo"
streams.stream.1.tags.title="foobar"
streams.stream.1.tags.duration_ts="field-and-tags-conflict-attempt"
streams.stream.2.index=2
streams.stream.2.codec_name="rawvideo"
streams.stream.2.profile="unknown"
streams.stream.2.codec_type="video"
streams.stream.2.codec_tag_string="RGB[24]"
streams.stream.2.codec_tag="0x18424752"
streams.stream.2.width=100
streams.stream.2.height=100
streams.stream.2.coded_width=100
streams.stream.2.coded_height=100
streams.stream.2.has_b_frames=0
streams.stream.2.sample_aspect_ratio="1:1"
streams.stream.2.display_aspect_ratio="1:1"
streams.stream.2.pix_fmt="rgb24"
streams.stream.2.level=-99
streams.stream.2.color_range="unknown"
streams.stream.2.color_space="unknown"
streams.stream.2.color_transfer="unknown"
streams.stream.2.color_primaries="unknown"
streams.stream.2.chroma_location="unspecified"
streams.stream.2.field_order="unknown"
streams.stream.2.refs=1
streams.stream.2.id="N/A"
streams.stream.2.r_frame_rate="25/1"
streams.stream.2.avg_frame_rate="25/1"
streams.stream.2.time_base="1/51200"
streams.stream.2.start_pts=0
streams.stream.2.start_time="0.000000"
streams.stream.2.duration_ts="N/A"
streams.stream.2.duration="N/A"
streams.stream.2.bit_rate="N/A"
streams.stream.2.max_bit_rate="N/A"
streams.stream.2.bits_per_raw_sample="N/A"
streams.stream.2.nb_frames="N/A"
streams.stream.2.nb_read_frames="4"
streams.stream.2.nb_read_packets="4"
streams.stream.2.disposition.default=0
streams.stream.2.disposition.dub=0
streams.stream.2.disposition.original=0
streams.stream.2.disposition.comment=0
streams.stream.2.disposition.lyrics=0
streams.stream.2.disposition.karaoke=0
streams.stream.2.disposition.forced=0
streams.stream.2.disposition.hearing_impaired=0
streams.stream.2.disposition.visual_impaired=0
streams.stream.2.disposition.clean_effects=0
streams.stream.2.disposition.attached_pic=0
streams.stream.2.disposition.timed_thumbnails=0
streams.stream.2.disposition.non_diegetic=0
streams.stream.2.disposition.captions=0
streams.stream.2.disposition.descriptions=0
streams.stream.2.disposition.metadata=0
streams.stream.2.disposition.dependent=0
streams.stream.2.disposition.still_image=0
streams.stream.2.disposition.multilayer=0
streams.stream.2.tags.encoder="Lavc rawvideo"
format.filename="tests/data/ffprobe-test.nut"
format.nb_streams=3
format.nb_programs=0
format.nb_stream_groups=0
format.format_name="nut"
format.start_time="0.000000"
format.duration="0.120000"
format.size="1053646"
format.bit_rate="70243066"
format.probe_score=100
format.tags.title="ffprobe test file"
format.tags.comment="'A comment with CSV, XML & JSON special chars': <tag value=\"x\">"
format.tags.comment2="I ♥ Üñîçød€"