diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-01 23:51:35 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-02 01:09:12 +0200 |
commit | 4abc411b97d72080fe9628650f5c1a1d272e7a3d (patch) | |
tree | 58c40571503b17bb7ab5d9fb327676297b7b0894 /tests/ref/fate | |
parent | e3fb5bc1472c600af628df10e1472a4319781640 (diff) | |
download | ffmpeg-4abc411b97d72080fe9628650f5c1a1d272e7a3d.tar.gz |
nutenc: choose for non audio streams a timebase with finer resolution.
While a 25 fps stream can in general store frame durations in 1/25
units, this is not true for the timestamps. For example a 25fps
and a 25000/1001 fps stream when they are stored together might have
a matching 0 timestamp point but when for example a chapter from
this is cut the new start is no longer aligned. The issue gets
MUCH worse when the streams are lower fps, like 1 or 2 fps.
This commit thus makes the muxer choose a multiple of the
framerate as timebase that is at least about 20 micro seconds precise
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/ffprobe_compact | 64 | ||||
-rw-r--r-- | tests/ref/fate/ffprobe_csv | 64 | ||||
-rw-r--r-- | tests/ref/fate/ffprobe_default | 166 | ||||
-rw-r--r-- | tests/ref/fate/ffprobe_flat | 166 | ||||
-rw-r--r-- | tests/ref/fate/ffprobe_ini | 166 | ||||
-rw-r--r-- | tests/ref/fate/ffprobe_json | 166 | ||||
-rw-r--r-- | tests/ref/fate/ffprobe_xml | 64 |
7 files changed, 428 insertions, 428 deletions
diff --git a/tests/ref/fate/ffprobe_compact b/tests/ref/fate/ffprobe_compact index 49b77c6247..bb5be42aef 100644 --- a/tests/ref/fate/ffprobe_compact +++ b/tests/ref/fate/ffprobe_compact @@ -1,32 +1,32 @@ -packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=477|flags=K -frame|media_type=audio|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=477|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown -packet|codec_type=video|stream_index=1|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=1|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=2552|flags=K -frame|media_type=video|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|pkt_duration=1|pkt_duration_time=0.040000|pkt_pos=2552|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 -packet|codec_type=video|stream_index=2|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=1|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=232973|flags=K -frame|media_type=video|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|pkt_duration=1|pkt_duration_time=0.040000|pkt_pos=232973|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 -packet|codec_type=audio|stream_index=0|pts=1024|pts_time=0.023220|dts=1024|dts_time=0.023220|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=262978|flags=K -frame|media_type=audio|key_frame=1|pkt_pts=1024|pkt_pts_time=0.023220|pkt_dts=1024|pkt_dts_time=0.023220|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=262978|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown -packet|codec_type=video|stream_index=1|pts=1|pts_time=0.040000|dts=1|dts_time=0.040000|duration=1|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=265054|flags=K -frame|media_type=video|key_frame=1|pkt_pts=1|pkt_pts_time=0.040000|pkt_dts=1|pkt_dts_time=0.040000|pkt_duration=1|pkt_duration_time=0.040000|pkt_pos=265054|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 -packet|codec_type=video|stream_index=2|pts=1|pts_time=0.040000|dts=1|dts_time=0.040000|duration=1|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=495476|flags=K -frame|media_type=video|key_frame=1|pkt_pts=1|pkt_pts_time=0.040000|pkt_dts=1|pkt_dts_time=0.040000|pkt_duration=1|pkt_duration_time=0.040000|pkt_pos=495476|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 -packet|codec_type=audio|stream_index=0|pts=2048|pts_time=0.046440|dts=2048|dts_time=0.046440|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=525481|flags=K -frame|media_type=audio|key_frame=1|pkt_pts=2048|pkt_pts_time=0.046440|pkt_dts=2048|pkt_dts_time=0.046440|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=525481|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown -packet|codec_type=audio|stream_index=0|pts=3072|pts_time=0.069660|dts=3072|dts_time=0.069660|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=527552|flags=K -frame|media_type=audio|key_frame=1|pkt_pts=3072|pkt_pts_time=0.069660|pkt_dts=3072|pkt_dts_time=0.069660|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=527552|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown -packet|codec_type=video|stream_index=1|pts=2|pts_time=0.080000|dts=2|dts_time=0.080000|duration=1|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=529628|flags=K -frame|media_type=video|key_frame=1|pkt_pts=2|pkt_pts_time=0.080000|pkt_dts=2|pkt_dts_time=0.080000|pkt_duration=1|pkt_duration_time=0.040000|pkt_pos=529628|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 -packet|codec_type=video|stream_index=2|pts=2|pts_time=0.080000|dts=2|dts_time=0.080000|duration=1|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=760050|flags=K -frame|media_type=video|key_frame=1|pkt_pts=2|pkt_pts_time=0.080000|pkt_dts=2|pkt_dts_time=0.080000|pkt_duration=1|pkt_duration_time=0.040000|pkt_pos=760050|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 -packet|codec_type=audio|stream_index=0|pts=4096|pts_time=0.092880|dts=4096|dts_time=0.092880|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=790055|flags=K -frame|media_type=audio|key_frame=1|pkt_pts=4096|pkt_pts_time=0.092880|pkt_dts=4096|pkt_dts_time=0.092880|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=790055|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown -packet|codec_type=audio|stream_index=0|pts=5120|pts_time=0.116100|dts=5120|dts_time=0.116100|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=792126|flags=K -frame|media_type=audio|key_frame=1|pkt_pts=5120|pkt_pts_time=0.116100|pkt_dts=5120|pkt_dts_time=0.116100|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=792126|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown -packet|codec_type=video|stream_index=1|pts=3|pts_time=0.120000|dts=3|dts_time=0.120000|duration=1|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=794202|flags=K -frame|media_type=video|key_frame=1|pkt_pts=3|pkt_pts_time=0.120000|pkt_dts=3|pkt_dts_time=0.120000|pkt_duration=1|pkt_duration_time=0.040000|pkt_pos=794202|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 -packet|codec_type=video|stream_index=2|pts=3|pts_time=0.120000|dts=3|dts_time=0.120000|duration=1|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=1024624|flags=K -frame|media_type=video|key_frame=1|pkt_pts=3|pkt_pts_time=0.120000|pkt_dts=3|pkt_dts_time=0.120000|pkt_duration=1|pkt_duration_time=0.040000|pkt_pos=1024624|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 -stream|index=0|codec_name=pcm_s16le|profile=unknown|codec_type=audio|codec_time_base=1/44100|codec_tag_string=[1][0][0][0]|codec_tag=0x0001|sample_fmt=s16|sample_rate=44100|channels=1|bits_per_sample=16|id=N/A|r_frame_rate=0/0|avg_frame_rate=0/0|time_base=1/44100|start_pts=0|start_time=0.000000|duration_ts=527350|duration=11.958050|bit_rate=705600|nb_frames=N/A|nb_read_frames=6|nb_read_packets=6|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0 -stream|index=1|codec_name=rawvideo|profile=unknown|codec_type=video|codec_time_base=1/25|codec_tag_string=RGB[24]|codec_tag=0x18424752|width=320|height=240|has_b_frames=0|sample_aspect_ratio=1:1|display_aspect_ratio=4:3|pix_fmt=rgb24|level=-99|timecode=N/A|id=N/A|r_frame_rate=25/1|avg_frame_rate=0/0|time_base=1/25|start_pts=0|start_time=0.000000|duration_ts=299|duration=11.960000|bit_rate=N/A|nb_frames=N/A|nb_read_frames=4|nb_read_packets=4|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0 -stream|index=2|codec_name=rawvideo|profile=unknown|codec_type=video|codec_time_base=1/25|codec_tag_string=RGB[24]|codec_tag=0x18424752|width=100|height=100|has_b_frames=0|sample_aspect_ratio=1:1|display_aspect_ratio=1:1|pix_fmt=rgb24|level=-99|timecode=N/A|id=N/A|r_frame_rate=25/1|avg_frame_rate=0/0|time_base=1/25|start_pts=0|start_time=0.000000|duration_ts=299|duration=11.960000|bit_rate=N/A|nb_frames=N/A|nb_read_frames=4|nb_read_packets=4|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0 -format|filename=tests/data/ffprobe-test.nut|nb_streams=3|format_name=nut|start_time=0.000000|duration=11.960000|size=1054699|bit_rate=705484|tag:title=ffprobe test file|tag:comment='A comment with CSV, XML & JSON special chars': <tag value="x">|tag:comment2=I ♥ Üñîçød€ +packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=487|flags=K +frame|media_type=audio|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=487|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +packet|codec_type=video|stream_index=1|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=2562|flags=K +frame|media_type=video|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=2562|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 +packet|codec_type=video|stream_index=2|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=232983|flags=K +frame|media_type=video|key_frame=1|pkt_pts=0|pkt_pts_time=0.000000|pkt_dts=0|pkt_dts_time=0.000000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=232983|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 +packet|codec_type=audio|stream_index=0|pts=1024|pts_time=0.023220|dts=1024|dts_time=0.023220|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=262988|flags=K +frame|media_type=audio|key_frame=1|pkt_pts=1024|pkt_pts_time=0.023220|pkt_dts=1024|pkt_dts_time=0.023220|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=262988|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +packet|codec_type=video|stream_index=1|pts=2048|pts_time=0.040000|dts=2048|dts_time=0.040000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=265066|flags=K +frame|media_type=video|key_frame=1|pkt_pts=2048|pkt_pts_time=0.040000|pkt_dts=2048|pkt_dts_time=0.040000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=265066|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 +packet|codec_type=video|stream_index=2|pts=2048|pts_time=0.040000|dts=2048|dts_time=0.040000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=495490|flags=K +frame|media_type=video|key_frame=1|pkt_pts=2048|pkt_pts_time=0.040000|pkt_dts=2048|pkt_dts_time=0.040000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=495490|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 +packet|codec_type=audio|stream_index=0|pts=2048|pts_time=0.046440|dts=2048|dts_time=0.046440|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=525495|flags=K +frame|media_type=audio|key_frame=1|pkt_pts=2048|pkt_pts_time=0.046440|pkt_dts=2048|pkt_dts_time=0.046440|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=525495|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +packet|codec_type=audio|stream_index=0|pts=3072|pts_time=0.069660|dts=3072|dts_time=0.069660|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=527566|flags=K +frame|media_type=audio|key_frame=1|pkt_pts=3072|pkt_pts_time=0.069660|pkt_dts=3072|pkt_dts_time=0.069660|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=527566|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +packet|codec_type=video|stream_index=1|pts=4096|pts_time=0.080000|dts=4096|dts_time=0.080000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=529644|flags=K +frame|media_type=video|key_frame=1|pkt_pts=4096|pkt_pts_time=0.080000|pkt_dts=4096|pkt_dts_time=0.080000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=529644|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 +packet|codec_type=video|stream_index=2|pts=4096|pts_time=0.080000|dts=4096|dts_time=0.080000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=760068|flags=K +frame|media_type=video|key_frame=1|pkt_pts=4096|pkt_pts_time=0.080000|pkt_dts=4096|pkt_dts_time=0.080000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=760068|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 +packet|codec_type=audio|stream_index=0|pts=4096|pts_time=0.092880|dts=4096|dts_time=0.092880|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=790073|flags=K +frame|media_type=audio|key_frame=1|pkt_pts=4096|pkt_pts_time=0.092880|pkt_dts=4096|pkt_dts_time=0.092880|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=790073|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +packet|codec_type=audio|stream_index=0|pts=5120|pts_time=0.116100|dts=5120|dts_time=0.116100|duration=1024|duration_time=0.023220|convergence_duration=N/A|convergence_duration_time=N/A|size=2048|pos=792144|flags=K +frame|media_type=audio|key_frame=1|pkt_pts=5120|pkt_pts_time=0.116100|pkt_dts=5120|pkt_dts_time=0.116100|pkt_duration=1024|pkt_duration_time=0.023220|pkt_pos=792144|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=unknown +packet|codec_type=video|stream_index=1|pts=6144|pts_time=0.120000|dts=6144|dts_time=0.120000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=230400|pos=794222|flags=K +frame|media_type=video|key_frame=1|pkt_pts=6144|pkt_pts_time=0.120000|pkt_dts=6144|pkt_dts_time=0.120000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=794222|width=320|height=240|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 +packet|codec_type=video|stream_index=2|pts=6144|pts_time=0.120000|dts=6144|dts_time=0.120000|duration=2048|duration_time=0.040000|convergence_duration=N/A|convergence_duration_time=N/A|size=30000|pos=1024646|flags=K +frame|media_type=video|key_frame=1|pkt_pts=6144|pkt_pts_time=0.120000|pkt_dts=6144|pkt_dts_time=0.120000|pkt_duration=2048|pkt_duration_time=0.040000|pkt_pos=1024646|width=100|height=100|pix_fmt=rgb24|sample_aspect_ratio=1:1|pict_type=I|coded_picture_number=0|display_picture_number=0|interlaced_frame=0|top_field_first=0|repeat_pict=0|reference=0 +stream|index=0|codec_name=pcm_s16le|profile=unknown|codec_type=audio|codec_time_base=1/44100|codec_tag_string=[1][0][0][0]|codec_tag=0x0001|sample_fmt=s16|sample_rate=44100|channels=1|bits_per_sample=16|id=N/A|r_frame_rate=0/0|avg_frame_rate=0/0|time_base=1/44100|start_pts=0|start_time=0.000000|duration_ts=527364|duration=11.958367|bit_rate=705600|nb_frames=N/A|nb_read_frames=6|nb_read_packets=6|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0 +stream|index=1|codec_name=rawvideo|profile=unknown|codec_type=video|codec_time_base=1/51200|codec_tag_string=RGB[24]|codec_tag=0x18424752|width=320|height=240|has_b_frames=0|sample_aspect_ratio=1:1|display_aspect_ratio=4:3|pix_fmt=rgb24|level=-99|timecode=N/A|id=N/A|r_frame_rate=25/1|avg_frame_rate=25/1|time_base=1/51200|start_pts=0|start_time=0.000000|duration_ts=612268|duration=11.958359|bit_rate=N/A|nb_frames=N/A|nb_read_frames=4|nb_read_packets=4|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0 +stream|index=2|codec_name=rawvideo|profile=unknown|codec_type=video|codec_time_base=1/51200|codec_tag_string=RGB[24]|codec_tag=0x18424752|width=100|height=100|has_b_frames=0|sample_aspect_ratio=1:1|display_aspect_ratio=1:1|pix_fmt=rgb24|level=-99|timecode=N/A|id=N/A|r_frame_rate=25/1|avg_frame_rate=25/1|time_base=1/51200|start_pts=0|start_time=0.000000|duration_ts=612268|duration=11.958359|bit_rate=N/A|nb_frames=N/A|nb_read_frames=4|nb_read_packets=4|disposition:default=0|disposition:dub=0|disposition:original=0|disposition:comment=0|disposition:lyrics=0|disposition:karaoke=0|disposition:forced=0|disposition:hearing_impaired=0|disposition:visual_impaired=0|disposition:clean_effects=0|disposition:attached_pic=0 +format|filename=tests/data/ffprobe-test.nut|nb_streams=3|format_name=nut|start_time=0.000000|duration=11.958367|size=1054727|bit_rate=705599|tag:title=ffprobe test file|tag:comment='A comment with CSV, XML & JSON special chars': <tag value="x">|tag:comment2=I ♥ Üñîçød€ diff --git a/tests/ref/fate/ffprobe_csv b/tests/ref/fate/ffprobe_csv index 075e056be5..23183fc5ef 100644 --- a/tests/ref/fate/ffprobe_csv +++ b/tests/ref/fate/ffprobe_csv @@ -1,32 +1,32 @@ -packet,audio,0,0,0.000000,0,0.000000,1024,0.023220,N/A,N/A,2048,477,K -frame,audio,1,0,0.000000,0,0.000000,1024,0.023220,477,s16,1024,1,unknown -packet,video,1,0,0.000000,0,0.000000,1,0.040000,N/A,N/A,230400,2552,K -frame,video,1,0,0.000000,0,0.000000,1,0.040000,2552,320,240,rgb24,1:1,I,0,0,0,0,0,0 -packet,video,2,0,0.000000,0,0.000000,1,0.040000,N/A,N/A,30000,232973,K -frame,video,1,0,0.000000,0,0.000000,1,0.040000,232973,100,100,rgb24,1:1,I,0,0,0,0,0,0 -packet,audio,0,1024,0.023220,1024,0.023220,1024,0.023220,N/A,N/A,2048,262978,K -frame,audio,1,1024,0.023220,1024,0.023220,1024,0.023220,262978,s16,1024,1,unknown -packet,video,1,1,0.040000,1,0.040000,1,0.040000,N/A,N/A,230400,265054,K -frame,video,1,1,0.040000,1,0.040000,1,0.040000,265054,320,240,rgb24,1:1,I,0,0,0,0,0,0 -packet,video,2,1,0.040000,1,0.040000,1,0.040000,N/A,N/A,30000,495476,K -frame,video,1,1,0.040000,1,0.040000,1,0.040000,495476,100,100,rgb24,1:1,I,0,0,0,0,0,0 -packet,audio,0,2048,0.046440,2048,0.046440,1024,0.023220,N/A,N/A,2048,525481,K -frame,audio,1,2048,0.046440,2048,0.046440,1024,0.023220,525481,s16,1024,1,unknown -packet,audio,0,3072,0.069660,3072,0.069660,1024,0.023220,N/A,N/A,2048,527552,K -frame,audio,1,3072,0.069660,3072,0.069660,1024,0.023220,527552,s16,1024,1,unknown -packet,video,1,2,0.080000,2,0.080000,1,0.040000,N/A,N/A,230400,529628,K -frame,video,1,2,0.080000,2,0.080000,1,0.040000,529628,320,240,rgb24,1:1,I,0,0,0,0,0,0 -packet,video,2,2,0.080000,2,0.080000,1,0.040000,N/A,N/A,30000,760050,K -frame,video,1,2,0.080000,2,0.080000,1,0.040000,760050,100,100,rgb24,1:1,I,0,0,0,0,0,0 -packet,audio,0,4096,0.092880,4096,0.092880,1024,0.023220,N/A,N/A,2048,790055,K -frame,audio,1,4096,0.092880,4096,0.092880,1024,0.023220,790055,s16,1024,1,unknown -packet,audio,0,5120,0.116100,5120,0.116100,1024,0.023220,N/A,N/A,2048,792126,K -frame,audio,1,5120,0.116100,5120,0.116100,1024,0.023220,792126,s16,1024,1,unknown -packet,video,1,3,0.120000,3,0.120000,1,0.040000,N/A,N/A,230400,794202,K -frame,video,1,3,0.120000,3,0.120000,1,0.040000,794202,320,240,rgb24,1:1,I,0,0,0,0,0,0 -packet,video,2,3,0.120000,3,0.120000,1,0.040000,N/A,N/A,30000,1024624,K -frame,video,1,3,0.120000,3,0.120000,1,0.040000,1024624,100,100,rgb24,1:1,I,0,0,0,0,0,0 -stream,0,pcm_s16le,unknown,audio,1/44100,[1][0][0][0],0x0001,s16,44100,1,16,N/A,0/0,0/0,1/44100,0,0.000000,527350,11.958050,705600,N/A,6,6,0,0,0,0,0,0,0,0,0,0,0 -stream,1,rawvideo,unknown,video,1/25,RGB[24],0x18424752,320,240,0,1:1,4:3,rgb24,-99,N/A,N/A,25/1,0/0,1/25,0,0.000000,299,11.960000,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0 -stream,2,rawvideo,unknown,video,1/25,RGB[24],0x18424752,100,100,0,1:1,1:1,rgb24,-99,N/A,N/A,25/1,0/0,1/25,0,0.000000,299,11.960000,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0 -format,tests/data/ffprobe-test.nut,3,nut,0.000000,11.960000,1054699,705484,ffprobe test file,"'A comment with CSV, XML & JSON special chars': <tag value=""x"">",I ♥ Üñîçød€ +packet,audio,0,0,0.000000,0,0.000000,1024,0.023220,N/A,N/A,2048,487,K +frame,audio,1,0,0.000000,0,0.000000,1024,0.023220,487,s16,1024,1,unknown +packet,video,1,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,230400,2562,K +frame,video,1,0,0.000000,0,0.000000,2048,0.040000,2562,320,240,rgb24,1:1,I,0,0,0,0,0,0 +packet,video,2,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,30000,232983,K +frame,video,1,0,0.000000,0,0.000000,2048,0.040000,232983,100,100,rgb24,1:1,I,0,0,0,0,0,0 +packet,audio,0,1024,0.023220,1024,0.023220,1024,0.023220,N/A,N/A,2048,262988,K +frame,audio,1,1024,0.023220,1024,0.023220,1024,0.023220,262988,s16,1024,1,unknown +packet,video,1,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,230400,265066,K +frame,video,1,2048,0.040000,2048,0.040000,2048,0.040000,265066,320,240,rgb24,1:1,I,0,0,0,0,0,0 +packet,video,2,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,30000,495490,K +frame,video,1,2048,0.040000,2048,0.040000,2048,0.040000,495490,100,100,rgb24,1:1,I,0,0,0,0,0,0 +packet,audio,0,2048,0.046440,2048,0.046440,1024,0.023220,N/A,N/A,2048,525495,K +frame,audio,1,2048,0.046440,2048,0.046440,1024,0.023220,525495,s16,1024,1,unknown +packet,audio,0,3072,0.069660,3072,0.069660,1024,0.023220,N/A,N/A,2048,527566,K +frame,audio,1,3072,0.069660,3072,0.069660,1024,0.023220,527566,s16,1024,1,unknown +packet,video,1,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,230400,529644,K +frame,video,1,4096,0.080000,4096,0.080000,2048,0.040000,529644,320,240,rgb24,1:1,I,0,0,0,0,0,0 +packet,video,2,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,30000,760068,K +frame,video,1,4096,0.080000,4096,0.080000,2048,0.040000,760068,100,100,rgb24,1:1,I,0,0,0,0,0,0 +packet,audio,0,4096,0.092880,4096,0.092880,1024,0.023220,N/A,N/A,2048,790073,K +frame,audio,1,4096,0.092880,4096,0.092880,1024,0.023220,790073,s16,1024,1,unknown +packet,audio,0,5120,0.116100,5120,0.116100,1024,0.023220,N/A,N/A,2048,792144,K +frame,audio,1,5120,0.116100,5120,0.116100,1024,0.023220,792144,s16,1024,1,unknown +packet,video,1,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,230400,794222,K +frame,video,1,6144,0.120000,6144,0.120000,2048,0.040000,794222,320,240,rgb24,1:1,I,0,0,0,0,0,0 +packet,video,2,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,30000,1024646,K +frame,video,1,6144,0.120000,6144,0.120000,2048,0.040000,1024646,100,100,rgb24,1:1,I,0,0,0,0,0,0 +stream,0,pcm_s16le,unknown,audio,1/44100,[1][0][0][0],0x0001,s16,44100,1,16,N/A,0/0,0/0,1/44100,0,0.000000,527364,11.958367,705600,N/A,6,6,0,0,0,0,0,0,0,0,0,0,0 +stream,1,rawvideo,unknown,video,1/51200,RGB[24],0x18424752,320,240,0,1:1,4:3,rgb24,-99,N/A,N/A,25/1,25/1,1/51200,0,0.000000,612268,11.958359,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0 +stream,2,rawvideo,unknown,video,1/51200,RGB[24],0x18424752,100,100,0,1:1,1:1,rgb24,-99,N/A,N/A,25/1,25/1,1/51200,0,0.000000,612268,11.958359,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0 +format,tests/data/ffprobe-test.nut,3,nut,0.000000,11.958367,1054727,705599,ffprobe test file,"'A comment with CSV, XML & JSON special chars': <tag value=""x"">",I ♥ Üñîçød€ diff --git a/tests/ref/fate/ffprobe_default b/tests/ref/fate/ffprobe_default index 3c8a89ed30..a8ddaea87e 100644 --- a/tests/ref/fate/ffprobe_default +++ b/tests/ref/fate/ffprobe_default @@ -10,7 +10,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=477 +pos=487 flags=K [/PACKET] [FRAME] @@ -22,7 +22,7 @@ pkt_dts=0 pkt_dts_time=0.000000 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=477 +pkt_pos=487 sample_fmt=s16 nb_samples=1024 channels=1 @@ -35,12 +35,12 @@ pts=0 pts_time=0.000000 dts=0 dts_time=0.000000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=230400 -pos=2552 +pos=2562 flags=K [/PACKET] [FRAME] @@ -50,9 +50,9 @@ pkt_pts=0 pkt_pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=2552 +pkt_pos=2562 width=320 height=240 pix_fmt=rgb24 @@ -72,12 +72,12 @@ pts=0 pts_time=0.000000 dts=0 dts_time=0.000000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=30000 -pos=232973 +pos=232983 flags=K [/PACKET] [FRAME] @@ -87,9 +87,9 @@ pkt_pts=0 pkt_pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=232973 +pkt_pos=232983 width=100 height=100 pix_fmt=rgb24 @@ -114,7 +114,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=262978 +pos=262988 flags=K [/PACKET] [FRAME] @@ -126,7 +126,7 @@ pkt_dts=1024 pkt_dts_time=0.023220 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=262978 +pkt_pos=262988 sample_fmt=s16 nb_samples=1024 channels=1 @@ -135,28 +135,28 @@ channel_layout=unknown [PACKET] codec_type=video stream_index=1 -pts=1 +pts=2048 pts_time=0.040000 -dts=1 +dts=2048 dts_time=0.040000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=230400 -pos=265054 +pos=265066 flags=K [/PACKET] [FRAME] media_type=video key_frame=1 -pkt_pts=1 +pkt_pts=2048 pkt_pts_time=0.040000 -pkt_dts=1 +pkt_dts=2048 pkt_dts_time=0.040000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=265054 +pkt_pos=265066 width=320 height=240 pix_fmt=rgb24 @@ -172,28 +172,28 @@ reference=0 [PACKET] codec_type=video stream_index=2 -pts=1 +pts=2048 pts_time=0.040000 -dts=1 +dts=2048 dts_time=0.040000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=30000 -pos=495476 +pos=495490 flags=K [/PACKET] [FRAME] media_type=video key_frame=1 -pkt_pts=1 +pkt_pts=2048 pkt_pts_time=0.040000 -pkt_dts=1 +pkt_dts=2048 pkt_dts_time=0.040000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=495476 +pkt_pos=495490 width=100 height=100 pix_fmt=rgb24 @@ -218,7 +218,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=525481 +pos=525495 flags=K [/PACKET] [FRAME] @@ -230,7 +230,7 @@ pkt_dts=2048 pkt_dts_time=0.046440 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=525481 +pkt_pos=525495 sample_fmt=s16 nb_samples=1024 channels=1 @@ -248,7 +248,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=527552 +pos=527566 flags=K [/PACKET] [FRAME] @@ -260,7 +260,7 @@ pkt_dts=3072 pkt_dts_time=0.069660 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=527552 +pkt_pos=527566 sample_fmt=s16 nb_samples=1024 channels=1 @@ -269,28 +269,28 @@ channel_layout=unknown [PACKET] codec_type=video stream_index=1 -pts=2 +pts=4096 pts_time=0.080000 -dts=2 +dts=4096 dts_time=0.080000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=230400 -pos=529628 +pos=529644 flags=K [/PACKET] [FRAME] media_type=video key_frame=1 -pkt_pts=2 +pkt_pts=4096 pkt_pts_time=0.080000 -pkt_dts=2 +pkt_dts=4096 pkt_dts_time=0.080000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=529628 +pkt_pos=529644 width=320 height=240 pix_fmt=rgb24 @@ -306,28 +306,28 @@ reference=0 [PACKET] codec_type=video stream_index=2 -pts=2 +pts=4096 pts_time=0.080000 -dts=2 +dts=4096 dts_time=0.080000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=30000 -pos=760050 +pos=760068 flags=K [/PACKET] [FRAME] media_type=video key_frame=1 -pkt_pts=2 +pkt_pts=4096 pkt_pts_time=0.080000 -pkt_dts=2 +pkt_dts=4096 pkt_dts_time=0.080000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=760050 +pkt_pos=760068 width=100 height=100 pix_fmt=rgb24 @@ -352,7 +352,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=790055 +pos=790073 flags=K [/PACKET] [FRAME] @@ -364,7 +364,7 @@ pkt_dts=4096 pkt_dts_time=0.092880 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=790055 +pkt_pos=790073 sample_fmt=s16 nb_samples=1024 channels=1 @@ -382,7 +382,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=792126 +pos=792144 flags=K [/PACKET] [FRAME] @@ -394,7 +394,7 @@ pkt_dts=5120 pkt_dts_time=0.116100 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=792126 +pkt_pos=792144 sample_fmt=s16 nb_samples=1024 channels=1 @@ -403,28 +403,28 @@ channel_layout=unknown [PACKET] codec_type=video stream_index=1 -pts=3 +pts=6144 pts_time=0.120000 -dts=3 +dts=6144 dts_time=0.120000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=230400 -pos=794202 +pos=794222 flags=K [/PACKET] [FRAME] media_type=video key_frame=1 -pkt_pts=3 +pkt_pts=6144 pkt_pts_time=0.120000 -pkt_dts=3 +pkt_dts=6144 pkt_dts_time=0.120000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=794202 +pkt_pos=794222 width=320 height=240 pix_fmt=rgb24 @@ -440,28 +440,28 @@ reference=0 [PACKET] codec_type=video stream_index=2 -pts=3 +pts=6144 pts_time=0.120000 -dts=3 +dts=6144 dts_time=0.120000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=30000 -pos=1024624 +pos=1024646 flags=K [/PACKET] [FRAME] media_type=video key_frame=1 -pkt_pts=3 +pkt_pts=6144 pkt_pts_time=0.120000 -pkt_dts=3 +pkt_dts=6144 pkt_dts_time=0.120000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=1024624 +pkt_pos=1024646 width=100 height=100 pix_fmt=rgb24 @@ -492,8 +492,8 @@ avg_frame_rate=0/0 time_base=1/44100 start_pts=0 start_time=0.000000 -duration_ts=527350 -duration=11.958050 +duration_ts=527364 +duration=11.958367 bit_rate=705600 nb_frames=N/A nb_read_frames=6 @@ -515,7 +515,7 @@ index=1 codec_name=rawvideo profile=unknown codec_type=video -codec_time_base=1/25 +codec_time_base=1/51200 codec_tag_string=RGB[24] codec_tag=0x18424752 width=320 @@ -528,12 +528,12 @@ level=-99 timecode=N/A id=N/A r_frame_rate=25/1 -avg_frame_rate=0/0 -time_base=1/25 +avg_frame_rate=25/1 +time_base=1/51200 start_pts=0 start_time=0.000000 -duration_ts=299 -duration=11.960000 +duration_ts=612268 +duration=11.958359 bit_rate=N/A nb_frames=N/A nb_read_frames=4 @@ -555,7 +555,7 @@ index=2 codec_name=rawvideo profile=unknown codec_type=video -codec_time_base=1/25 +codec_time_base=1/51200 codec_tag_string=RGB[24] codec_tag=0x18424752 width=100 @@ -568,12 +568,12 @@ level=-99 timecode=N/A id=N/A r_frame_rate=25/1 -avg_frame_rate=0/0 -time_base=1/25 +avg_frame_rate=25/1 +time_base=1/51200 start_pts=0 start_time=0.000000 -duration_ts=299 -duration=11.960000 +duration_ts=612268 +duration=11.958359 bit_rate=N/A nb_frames=N/A nb_read_frames=4 @@ -595,9 +595,9 @@ filename=tests/data/ffprobe-test.nut nb_streams=3 format_name=nut start_time=0.000000 -duration=11.960000 -size=1054699 -bit_rate=705484 +duration=11.958367 +size=1054727 +bit_rate=705599 TAG:title=ffprobe test file TAG:comment='A comment with CSV, XML & JSON special chars': <tag value="x"> TAG:comment2=I ♥ Üñîçød€ diff --git a/tests/ref/fate/ffprobe_flat b/tests/ref/fate/ffprobe_flat index f5201d09ae..493c976093 100644 --- a/tests/ref/fate/ffprobe_flat +++ b/tests/ref/fate/ffprobe_flat @@ -9,7 +9,7 @@ packets_and_frames.packet.0.duration_time="0.023220" packets_and_frames.packet.0.convergence_duration="N/A" packets_and_frames.packet.0.convergence_duration_time="N/A" packets_and_frames.packet.0.size="2048" -packets_and_frames.packet.0.pos="477" +packets_and_frames.packet.0.pos="487" packets_and_frames.packet.0.flags="K" packets_and_frames.frame.0.media_type="audio" packets_and_frames.frame.0.key_frame=1 @@ -19,7 +19,7 @@ packets_and_frames.frame.0.pkt_dts=0 packets_and_frames.frame.0.pkt_dts_time="0.000000" packets_and_frames.frame.0.pkt_duration=1024 packets_and_frames.frame.0.pkt_duration_time="0.023220" -packets_and_frames.frame.0.pkt_pos="477" +packets_and_frames.frame.0.pkt_pos="487" packets_and_frames.frame.0.sample_fmt="s16" packets_and_frames.frame.0.nb_samples=1024 packets_and_frames.frame.0.channels=1 @@ -30,12 +30,12 @@ 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=1 +packets_and_frames.packet.1.duration=2048 packets_and_frames.packet.1.duration_time="0.040000" packets_and_frames.packet.1.convergence_duration="N/A" packets_and_frames.packet.1.convergence_duration_time="N/A" packets_and_frames.packet.1.size="230400" -packets_and_frames.packet.1.pos="2552" +packets_and_frames.packet.1.pos="2562" packets_and_frames.packet.1.flags="K" packets_and_frames.frame.1.media_type="video" packets_and_frames.frame.1.key_frame=1 @@ -43,9 +43,9 @@ packets_and_frames.frame.1.pkt_pts=0 packets_and_frames.frame.1.pkt_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.pkt_duration=1 +packets_and_frames.frame.1.pkt_duration=2048 packets_and_frames.frame.1.pkt_duration_time="0.040000" -packets_and_frames.frame.1.pkt_pos="2552" +packets_and_frames.frame.1.pkt_pos="2562" packets_and_frames.frame.1.width=320 packets_and_frames.frame.1.height=240 packets_and_frames.frame.1.pix_fmt="rgb24" @@ -63,12 +63,12 @@ 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=1 +packets_and_frames.packet.2.duration=2048 packets_and_frames.packet.2.duration_time="0.040000" packets_and_frames.packet.2.convergence_duration="N/A" packets_and_frames.packet.2.convergence_duration_time="N/A" packets_and_frames.packet.2.size="30000" -packets_and_frames.packet.2.pos="232973" +packets_and_frames.packet.2.pos="232983" packets_and_frames.packet.2.flags="K" packets_and_frames.frame.2.media_type="video" packets_and_frames.frame.2.key_frame=1 @@ -76,9 +76,9 @@ packets_and_frames.frame.2.pkt_pts=0 packets_and_frames.frame.2.pkt_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.pkt_duration=1 +packets_and_frames.frame.2.pkt_duration=2048 packets_and_frames.frame.2.pkt_duration_time="0.040000" -packets_and_frames.frame.2.pkt_pos="232973" +packets_and_frames.frame.2.pkt_pos="232983" packets_and_frames.frame.2.width=100 packets_and_frames.frame.2.height=100 packets_and_frames.frame.2.pix_fmt="rgb24" @@ -101,7 +101,7 @@ packets_and_frames.packet.3.duration_time="0.023220" packets_and_frames.packet.3.convergence_duration="N/A" packets_and_frames.packet.3.convergence_duration_time="N/A" packets_and_frames.packet.3.size="2048" -packets_and_frames.packet.3.pos="262978" +packets_and_frames.packet.3.pos="262988" packets_and_frames.packet.3.flags="K" packets_and_frames.frame.3.media_type="audio" packets_and_frames.frame.3.key_frame=1 @@ -111,33 +111,33 @@ packets_and_frames.frame.3.pkt_dts=1024 packets_and_frames.frame.3.pkt_dts_time="0.023220" packets_and_frames.frame.3.pkt_duration=1024 packets_and_frames.frame.3.pkt_duration_time="0.023220" -packets_and_frames.frame.3.pkt_pos="262978" +packets_and_frames.frame.3.pkt_pos="262988" 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=1 +packets_and_frames.packet.4.pts=2048 packets_and_frames.packet.4.pts_time="0.040000" -packets_and_frames.packet.4.dts=1 +packets_and_frames.packet.4.dts=2048 packets_and_frames.packet.4.dts_time="0.040000" -packets_and_frames.packet.4.duration=1 +packets_and_frames.packet.4.duration=2048 packets_and_frames.packet.4.duration_time="0.040000" packets_and_frames.packet.4.convergence_duration="N/A" packets_and_frames.packet.4.convergence_duration_time="N/A" packets_and_frames.packet.4.size="230400" -packets_and_frames.packet.4.pos="265054" +packets_and_frames.packet.4.pos="265066" packets_and_frames.packet.4.flags="K" packets_and_frames.frame.4.media_type="video" packets_and_frames.frame.4.key_frame=1 -packets_and_frames.frame.4.pkt_pts=1 +packets_and_frames.frame.4.pkt_pts=2048 packets_and_frames.frame.4.pkt_pts_time="0.040000" -packets_and_frames.frame.4.pkt_dts=1 +packets_and_frames.frame.4.pkt_dts=2048 packets_and_frames.frame.4.pkt_dts_time="0.040000" -packets_and_frames.frame.4.pkt_duration=1 +packets_and_frames.frame.4.pkt_duration=2048 packets_and_frames.frame.4.pkt_duration_time="0.040000" -packets_and_frames.frame.4.pkt_pos="265054" +packets_and_frames.frame.4.pkt_pos="265066" packets_and_frames.frame.4.width=320 packets_and_frames.frame.4.height=240 packets_and_frames.frame.4.pix_fmt="rgb24" @@ -151,26 +151,26 @@ packets_and_frames.frame.4.repeat_pict=0 packets_and_frames.frame.4.reference=0 packets_and_frames.packet.5.codec_type="video" packets_and_frames.packet.5.stream_index=2 -packets_and_frames.packet.5.pts=1 +packets_and_frames.packet.5.pts=2048 packets_and_frames.packet.5.pts_time="0.040000" -packets_and_frames.packet.5.dts=1 +packets_and_frames.packet.5.dts=2048 packets_and_frames.packet.5.dts_time="0.040000" -packets_and_frames.packet.5.duration=1 +packets_and_frames.packet.5.duration=2048 packets_and_frames.packet.5.duration_time="0.040000" packets_and_frames.packet.5.convergence_duration="N/A" packets_and_frames.packet.5.convergence_duration_time="N/A" packets_and_frames.packet.5.size="30000" -packets_and_frames.packet.5.pos="495476" +packets_and_frames.packet.5.pos="495490" packets_and_frames.packet.5.flags="K" packets_and_frames.frame.5.media_type="video" packets_and_frames.frame.5.key_frame=1 -packets_and_frames.frame.5.pkt_pts=1 +packets_and_frames.frame.5.pkt_pts=2048 packets_and_frames.frame.5.pkt_pts_time="0.040000" -packets_and_frames.frame.5.pkt_dts=1 +packets_and_frames.frame.5.pkt_dts=2048 packets_and_frames.frame.5.pkt_dts_time="0.040000" -packets_and_frames.frame.5.pkt_duration=1 +packets_and_frames.frame.5.pkt_duration=2048 packets_and_frames.frame.5.pkt_duration_time="0.040000" -packets_and_frames.frame.5.pkt_pos="495476" +packets_and_frames.frame.5.pkt_pos="495490" packets_and_frames.frame.5.width=100 packets_and_frames.frame.5.height=100 packets_and_frames.frame.5.pix_fmt="rgb24" @@ -193,7 +193,7 @@ packets_and_frames.packet.6.duration_time="0.023220" packets_and_frames.packet.6.convergence_duration="N/A" packets_and_frames.packet.6.convergence_duration_time="N/A" packets_and_frames.packet.6.size="2048" -packets_and_frames.packet.6.pos="525481" +packets_and_frames.packet.6.pos="525495" packets_and_frames.packet.6.flags="K" packets_and_frames.frame.6.media_type="audio" packets_and_frames.frame.6.key_frame=1 @@ -203,7 +203,7 @@ packets_and_frames.frame.6.pkt_dts=2048 packets_and_frames.frame.6.pkt_dts_time="0.046440" packets_and_frames.frame.6.pkt_duration=1024 packets_and_frames.frame.6.pkt_duration_time="0.023220" -packets_and_frames.frame.6.pkt_pos="525481" +packets_and_frames.frame.6.pkt_pos="525495" packets_and_frames.frame.6.sample_fmt="s16" packets_and_frames.frame.6.nb_samples=1024 packets_and_frames.frame.6.channels=1 @@ -219,7 +219,7 @@ packets_and_frames.packet.7.duration_time="0.023220" packets_and_frames.packet.7.convergence_duration="N/A" packets_and_frames.packet.7.convergence_duration_time="N/A" packets_and_frames.packet.7.size="2048" -packets_and_frames.packet.7.pos="527552" +packets_and_frames.packet.7.pos="527566" packets_and_frames.packet.7.flags="K" packets_and_frames.frame.7.media_type="audio" packets_and_frames.frame.7.key_frame=1 @@ -229,33 +229,33 @@ packets_and_frames.frame.7.pkt_dts=3072 packets_and_frames.frame.7.pkt_dts_time="0.069660" packets_and_frames.frame.7.pkt_duration=1024 packets_and_frames.frame.7.pkt_duration_time="0.023220" -packets_and_frames.frame.7.pkt_pos="527552" +packets_and_frames.frame.7.pkt_pos="527566" 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=2 +packets_and_frames.packet.8.pts=4096 packets_and_frames.packet.8.pts_time="0.080000" -packets_and_frames.packet.8.dts=2 +packets_and_frames.packet.8.dts=4096 packets_and_frames.packet.8.dts_time="0.080000" -packets_and_frames.packet.8.duration=1 +packets_and_frames.packet.8.duration=2048 packets_and_frames.packet.8.duration_time="0.040000" packets_and_frames.packet.8.convergence_duration="N/A" packets_and_frames.packet.8.convergence_duration_time="N/A" packets_and_frames.packet.8.size="230400" -packets_and_frames.packet.8.pos="529628" +packets_and_frames.packet.8.pos="529644" packets_and_frames.packet.8.flags="K" packets_and_frames.frame.8.media_type="video" packets_and_frames.frame.8.key_frame=1 -packets_and_frames.frame.8.pkt_pts=2 +packets_and_frames.frame.8.pkt_pts=4096 packets_and_frames.frame.8.pkt_pts_time="0.080000" -packets_and_frames.frame.8.pkt_dts=2 +packets_and_frames.frame.8.pkt_dts=4096 packets_and_frames.frame.8.pkt_dts_time="0.080000" -packets_and_frames.frame.8.pkt_duration=1 +packets_and_frames.frame.8.pkt_duration=2048 packets_and_frames.frame.8.pkt_duration_time="0.040000" -packets_and_frames.frame.8.pkt_pos="529628" +packets_and_frames.frame.8.pkt_pos="529644" packets_and_frames.frame.8.width=320 packets_and_frames.frame.8.height=240 packets_and_frames.frame.8.pix_fmt="rgb24" @@ -269,26 +269,26 @@ packets_and_frames.frame.8.repeat_pict=0 packets_and_frames.frame.8.reference=0 packets_and_frames.packet.9.codec_type="video" packets_and_frames.packet.9.stream_index=2 -packets_and_frames.packet.9.pts=2 +packets_and_frames.packet.9.pts=4096 packets_and_frames.packet.9.pts_time="0.080000" -packets_and_frames.packet.9.dts=2 +packets_and_frames.packet.9.dts=4096 packets_and_frames.packet.9.dts_time="0.080000" -packets_and_frames.packet.9.duration=1 +packets_and_frames.packet.9.duration=2048 packets_and_frames.packet.9.duration_time="0.040000" packets_and_frames.packet.9.convergence_duration="N/A" packets_and_frames.packet.9.convergence_duration_time="N/A" packets_and_frames.packet.9.size="30000" -packets_and_frames.packet.9.pos="760050" +packets_and_frames.packet.9.pos="760068" packets_and_frames.packet.9.flags="K" packets_and_frames.frame.9.media_type="video" packets_and_frames.frame.9.key_frame=1 -packets_and_frames.frame.9.pkt_pts=2 +packets_and_frames.frame.9.pkt_pts=4096 packets_and_frames.frame.9.pkt_pts_time="0.080000" -packets_and_frames.frame.9.pkt_dts=2 +packets_and_frames.frame.9.pkt_dts=4096 packets_and_frames.frame.9.pkt_dts_time="0.080000" -packets_and_frames.frame.9.pkt_duration=1 +packets_and_frames.frame.9.pkt_duration=2048 packets_and_frames.frame.9.pkt_duration_time="0.040000" -packets_and_frames.frame.9.pkt_pos="760050" +packets_and_frames.frame.9.pkt_pos="760068" packets_and_frames.frame.9.width=100 packets_and_frames.frame.9.height=100 packets_and_frames.frame.9.pix_fmt="rgb24" @@ -311,7 +311,7 @@ packets_and_frames.packet.10.duration_time="0.023220" packets_and_frames.packet.10.convergence_duration="N/A" packets_and_frames.packet.10.convergence_duration_time="N/A" packets_and_frames.packet.10.size="2048" -packets_and_frames.packet.10.pos="790055" +packets_and_frames.packet.10.pos="790073" packets_and_frames.packet.10.flags="K" packets_and_frames.frame.10.media_type="audio" packets_and_frames.frame.10.key_frame=1 @@ -321,7 +321,7 @@ packets_and_frames.frame.10.pkt_dts=4096 packets_and_frames.frame.10.pkt_dts_time="0.092880" packets_and_frames.frame.10.pkt_duration=1024 packets_and_frames.frame.10.pkt_duration_time="0.023220" -packets_and_frames.frame.10.pkt_pos="790055" +packets_and_frames.frame.10.pkt_pos="790073" packets_and_frames.frame.10.sample_fmt="s16" packets_and_frames.frame.10.nb_samples=1024 packets_and_frames.frame.10.channels=1 @@ -337,7 +337,7 @@ packets_and_frames.packet.11.duration_time="0.023220" packets_and_frames.packet.11.convergence_duration="N/A" packets_and_frames.packet.11.convergence_duration_time="N/A" packets_and_frames.packet.11.size="2048" -packets_and_frames.packet.11.pos="792126" +packets_and_frames.packet.11.pos="792144" packets_and_frames.packet.11.flags="K" packets_and_frames.frame.11.media_type="audio" packets_and_frames.frame.11.key_frame=1 @@ -347,33 +347,33 @@ packets_and_frames.frame.11.pkt_dts=5120 packets_and_frames.frame.11.pkt_dts_time="0.116100" packets_and_frames.frame.11.pkt_duration=1024 packets_and_frames.frame.11.pkt_duration_time="0.023220" -packets_and_frames.frame.11.pkt_pos="792126" +packets_and_frames.frame.11.pkt_pos="792144" packets_and_frames.frame.11.sample_fmt="s16" packets_and_frames.frame.11.nb_samples=1024 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=3 +packets_and_frames.packet.12.pts=6144 packets_and_frames.packet.12.pts_time="0.120000" -packets_and_frames.packet.12.dts=3 +packets_and_frames.packet.12.dts=6144 packets_and_frames.packet.12.dts_time="0.120000" -packets_and_frames.packet.12.duration=1 +packets_and_frames.packet.12.duration=2048 packets_and_frames.packet.12.duration_time="0.040000" packets_and_frames.packet.12.convergence_duration="N/A" packets_and_frames.packet.12.convergence_duration_time="N/A" packets_and_frames.packet.12.size="230400" -packets_and_frames.packet.12.pos="794202" +packets_and_frames.packet.12.pos="794222" packets_and_frames.packet.12.flags="K" packets_and_frames.frame.12.media_type="video" packets_and_frames.frame.12.key_frame=1 -packets_and_frames.frame.12.pkt_pts=3 +packets_and_frames.frame.12.pkt_pts=6144 packets_and_frames.frame.12.pkt_pts_time="0.120000" -packets_and_frames.frame.12.pkt_dts=3 +packets_and_frames.frame.12.pkt_dts=6144 packets_and_frames.frame.12.pkt_dts_time="0.120000" -packets_and_frames.frame.12.pkt_duration=1 +packets_and_frames.frame.12.pkt_duration=2048 packets_and_frames.frame.12.pkt_duration_time="0.040000" -packets_and_frames.frame.12.pkt_pos="794202" +packets_and_frames.frame.12.pkt_pos="794222" packets_and_frames.frame.12.width=320 packets_and_frames.frame.12.height=240 packets_and_frames.frame.12.pix_fmt="rgb24" @@ -387,26 +387,26 @@ packets_and_frames.frame.12.repeat_pict=0 packets_and_frames.frame.12.reference=0 packets_and_frames.packet.13.codec_type="video" packets_and_frames.packet.13.stream_index=2 -packets_and_frames.packet.13.pts=3 +packets_and_frames.packet.13.pts=6144 packets_and_frames.packet.13.pts_time="0.120000" -packets_and_frames.packet.13.dts=3 +packets_and_frames.packet.13.dts=6144 packets_and_frames.packet.13.dts_time="0.120000" -packets_and_frames.packet.13.duration=1 +packets_and_frames.packet.13.duration=2048 packets_and_frames.packet.13.duration_time="0.040000" packets_and_frames.packet.13.convergence_duration="N/A" packets_and_frames.packet.13.convergence_duration_time="N/A" packets_and_frames.packet.13.size="30000" -packets_and_frames.packet.13.pos="1024624" +packets_and_frames.packet.13.pos="1024646" packets_and_frames.packet.13.flags="K" packets_and_frames.frame.13.media_type="video" packets_and_frames.frame.13.key_frame=1 -packets_and_frames.frame.13.pkt_pts=3 +packets_and_frames.frame.13.pkt_pts=6144 packets_and_frames.frame.13.pkt_pts_time="0.120000" -packets_and_frames.frame.13.pkt_dts=3 +packets_and_frames.frame.13.pkt_dts=6144 packets_and_frames.frame.13.pkt_dts_time="0.120000" -packets_and_frames.frame.13.pkt_duration=1 +packets_and_frames.frame.13.pkt_duration=2048 packets_and_frames.frame.13.pkt_duration_time="0.040000" -packets_and_frames.frame.13.pkt_pos="1024624" +packets_and_frames.frame.13.pkt_pos="1024646" packets_and_frames.frame.13.width=100 packets_and_frames.frame.13.height=100 packets_and_frames.frame.13.pix_fmt="rgb24" @@ -435,8 +435,8 @@ 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=527350 -streams.stream.0.duration="11.958050" +streams.stream.0.duration_ts=527364 +streams.stream.0.duration="11.958367" streams.stream.0.bit_rate="705600" streams.stream.0.nb_frames="N/A" streams.stream.0.nb_read_frames="6" @@ -456,7 +456,7 @@ 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_time_base="1/25" +streams.stream.1.codec_time_base="1/51200" streams.stream.1.codec_tag_string="RGB[24]" streams.stream.1.codec_tag="0x18424752" streams.stream.1.width=320 @@ -469,12 +469,12 @@ streams.stream.1.level=-99 streams.stream.1.timecode="N/A" streams.stream.1.id="N/A" streams.stream.1.r_frame_rate="25/1" -streams.stream.1.avg_frame_rate="0/0" -streams.stream.1.time_base="1/25" +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=299 -streams.stream.1.duration="11.960000" +streams.stream.1.duration_ts=612268 +streams.stream.1.duration="11.958359" streams.stream.1.bit_rate="N/A" streams.stream.1.nb_frames="N/A" streams.stream.1.nb_read_frames="4" @@ -494,7 +494,7 @@ 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_time_base="1/25" +streams.stream.2.codec_time_base="1/51200" streams.stream.2.codec_tag_string="RGB[24]" streams.stream.2.codec_tag="0x18424752" streams.stream.2.width=100 @@ -507,12 +507,12 @@ streams.stream.2.level=-99 streams.stream.2.timecode="N/A" streams.stream.2.id="N/A" streams.stream.2.r_frame_rate="25/1" -streams.stream.2.avg_frame_rate="0/0" -streams.stream.2.time_base="1/25" +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=299 -streams.stream.2.duration="11.960000" +streams.stream.2.duration_ts=612268 +streams.stream.2.duration="11.958359" streams.stream.2.bit_rate="N/A" streams.stream.2.nb_frames="N/A" streams.stream.2.nb_read_frames="4" @@ -532,9 +532,9 @@ format.filename="tests/data/ffprobe-test.nut" format.nb_streams=3 format.format_name="nut" format.start_time="0.000000" -format.duration="11.960000" -format.size="1054699" -format.bit_rate="705484" +format.duration="11.958367" +format.size="1054727" +format.bit_rate="705599" 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€" diff --git a/tests/ref/fate/ffprobe_ini b/tests/ref/fate/ffprobe_ini index dad636b63f..fd01c7c4f3 100644 --- a/tests/ref/fate/ffprobe_ini +++ b/tests/ref/fate/ffprobe_ini @@ -12,7 +12,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=477 +pos=487 flags=K [packets_and_frames.frame.0] @@ -24,7 +24,7 @@ pkt_dts=0 pkt_dts_time=0.000000 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=477 +pkt_pos=487 sample_fmt=s16 nb_samples=1024 channels=1 @@ -37,12 +37,12 @@ pts=0 pts_time=0.000000 dts=0 dts_time=0.000000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=230400 -pos=2552 +pos=2562 flags=K [packets_and_frames.frame.1] @@ -52,9 +52,9 @@ pkt_pts=0 pkt_pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=2552 +pkt_pos=2562 width=320 height=240 pix_fmt=rgb24 @@ -74,12 +74,12 @@ pts=0 pts_time=0.000000 dts=0 dts_time=0.000000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=30000 -pos=232973 +pos=232983 flags=K [packets_and_frames.frame.2] @@ -89,9 +89,9 @@ pkt_pts=0 pkt_pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=232973 +pkt_pos=232983 width=100 height=100 pix_fmt=rgb24 @@ -116,7 +116,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=262978 +pos=262988 flags=K [packets_and_frames.frame.3] @@ -128,7 +128,7 @@ pkt_dts=1024 pkt_dts_time=0.023220 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=262978 +pkt_pos=262988 sample_fmt=s16 nb_samples=1024 channels=1 @@ -137,28 +137,28 @@ channel_layout=unknown [packets_and_frames.packet.4] codec_type=video stream_index=1 -pts=1 +pts=2048 pts_time=0.040000 -dts=1 +dts=2048 dts_time=0.040000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=230400 -pos=265054 +pos=265066 flags=K [packets_and_frames.frame.4] media_type=video key_frame=1 -pkt_pts=1 +pkt_pts=2048 pkt_pts_time=0.040000 -pkt_dts=1 +pkt_dts=2048 pkt_dts_time=0.040000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=265054 +pkt_pos=265066 width=320 height=240 pix_fmt=rgb24 @@ -174,28 +174,28 @@ reference=0 [packets_and_frames.packet.5] codec_type=video stream_index=2 -pts=1 +pts=2048 pts_time=0.040000 -dts=1 +dts=2048 dts_time=0.040000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=30000 -pos=495476 +pos=495490 flags=K [packets_and_frames.frame.5] media_type=video key_frame=1 -pkt_pts=1 +pkt_pts=2048 pkt_pts_time=0.040000 -pkt_dts=1 +pkt_dts=2048 pkt_dts_time=0.040000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=495476 +pkt_pos=495490 width=100 height=100 pix_fmt=rgb24 @@ -220,7 +220,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=525481 +pos=525495 flags=K [packets_and_frames.frame.6] @@ -232,7 +232,7 @@ pkt_dts=2048 pkt_dts_time=0.046440 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=525481 +pkt_pos=525495 sample_fmt=s16 nb_samples=1024 channels=1 @@ -250,7 +250,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=527552 +pos=527566 flags=K [packets_and_frames.frame.7] @@ -262,7 +262,7 @@ pkt_dts=3072 pkt_dts_time=0.069660 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=527552 +pkt_pos=527566 sample_fmt=s16 nb_samples=1024 channels=1 @@ -271,28 +271,28 @@ channel_layout=unknown [packets_and_frames.packet.8] codec_type=video stream_index=1 -pts=2 +pts=4096 pts_time=0.080000 -dts=2 +dts=4096 dts_time=0.080000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=230400 -pos=529628 +pos=529644 flags=K [packets_and_frames.frame.8] media_type=video key_frame=1 -pkt_pts=2 +pkt_pts=4096 pkt_pts_time=0.080000 -pkt_dts=2 +pkt_dts=4096 pkt_dts_time=0.080000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=529628 +pkt_pos=529644 width=320 height=240 pix_fmt=rgb24 @@ -308,28 +308,28 @@ reference=0 [packets_and_frames.packet.9] codec_type=video stream_index=2 -pts=2 +pts=4096 pts_time=0.080000 -dts=2 +dts=4096 dts_time=0.080000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=30000 -pos=760050 +pos=760068 flags=K [packets_and_frames.frame.9] media_type=video key_frame=1 -pkt_pts=2 +pkt_pts=4096 pkt_pts_time=0.080000 -pkt_dts=2 +pkt_dts=4096 pkt_dts_time=0.080000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=760050 +pkt_pos=760068 width=100 height=100 pix_fmt=rgb24 @@ -354,7 +354,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=790055 +pos=790073 flags=K [packets_and_frames.frame.10] @@ -366,7 +366,7 @@ pkt_dts=4096 pkt_dts_time=0.092880 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=790055 +pkt_pos=790073 sample_fmt=s16 nb_samples=1024 channels=1 @@ -384,7 +384,7 @@ duration_time=0.023220 convergence_duration=N/A convergence_duration_time=N/A size=2048 -pos=792126 +pos=792144 flags=K [packets_and_frames.frame.11] @@ -396,7 +396,7 @@ pkt_dts=5120 pkt_dts_time=0.116100 pkt_duration=1024 pkt_duration_time=0.023220 -pkt_pos=792126 +pkt_pos=792144 sample_fmt=s16 nb_samples=1024 channels=1 @@ -405,28 +405,28 @@ channel_layout=unknown [packets_and_frames.packet.12] codec_type=video stream_index=1 -pts=3 +pts=6144 pts_time=0.120000 -dts=3 +dts=6144 dts_time=0.120000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=230400 -pos=794202 +pos=794222 flags=K [packets_and_frames.frame.12] media_type=video key_frame=1 -pkt_pts=3 +pkt_pts=6144 pkt_pts_time=0.120000 -pkt_dts=3 +pkt_dts=6144 pkt_dts_time=0.120000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=794202 +pkt_pos=794222 width=320 height=240 pix_fmt=rgb24 @@ -442,28 +442,28 @@ reference=0 [packets_and_frames.packet.13] codec_type=video stream_index=2 -pts=3 +pts=6144 pts_time=0.120000 -dts=3 +dts=6144 dts_time=0.120000 -duration=1 +duration=2048 duration_time=0.040000 convergence_duration=N/A convergence_duration_time=N/A size=30000 -pos=1024624 +pos=1024646 flags=K [packets_and_frames.frame.13] media_type=video key_frame=1 -pkt_pts=3 +pkt_pts=6144 pkt_pts_time=0.120000 -pkt_dts=3 +pkt_dts=6144 pkt_dts_time=0.120000 -pkt_duration=1 +pkt_duration=2048 pkt_duration_time=0.040000 -pkt_pos=1024624 +pkt_pos=1024646 width=100 height=100 pix_fmt=rgb24 @@ -494,8 +494,8 @@ avg_frame_rate=0/0 time_base=1/44100 start_pts=0 start_time=0.000000 -duration_ts=527350 -duration=11.958050 +duration_ts=527364 +duration=11.958367 bit_rate=705600 nb_frames=N/A nb_read_frames=6 @@ -519,7 +519,7 @@ index=1 codec_name=rawvideo profile=unknown codec_type=video -codec_time_base=1/25 +codec_time_base=1/51200 codec_tag_string=RGB[24] codec_tag=0x18424752 width=320 @@ -532,12 +532,12 @@ level=-99 timecode=N/A id=N/A r_frame_rate=25/1 -avg_frame_rate=0/0 -time_base=1/25 +avg_frame_rate=25/1 +time_base=1/51200 start_pts=0 start_time=0.000000 -duration_ts=299 -duration=11.960000 +duration_ts=612268 +duration=11.958359 bit_rate=N/A nb_frames=N/A nb_read_frames=4 @@ -561,7 +561,7 @@ index=2 codec_name=rawvideo profile=unknown codec_type=video -codec_time_base=1/25 +codec_time_base=1/51200 codec_tag_string=RGB[24] codec_tag=0x18424752 width=100 @@ -574,12 +574,12 @@ level=-99 timecode=N/A id=N/A r_frame_rate=25/1 -avg_frame_rate=0/0 -time_base=1/25 +avg_frame_rate=25/1 +time_base=1/51200 start_pts=0 start_time=0.000000 -duration_ts=299 -duration=11.960000 +duration_ts=612268 +duration=11.958359 bit_rate=N/A nb_frames=N/A nb_read_frames=4 @@ -603,9 +603,9 @@ filename=tests/data/ffprobe-test.nut nb_streams=3 format_name=nut start_time=0.000000 -duration=11.960000 -size=1054699 -bit_rate=705484 +duration=11.958367 +size=1054727 +bit_rate=705599 [format.tags] title=ffprobe test file diff --git a/tests/ref/fate/ffprobe_json b/tests/ref/fate/ffprobe_json index beaff81ce2..286e8ee4f4 100644 --- a/tests/ref/fate/ffprobe_json +++ b/tests/ref/fate/ffprobe_json @@ -11,7 +11,7 @@ "duration": 1024, "duration_time": "0.023220", "size": "2048", - "pos": "477", + "pos": "487", "flags": "K" }, { @@ -24,7 +24,7 @@ "pkt_dts_time": "0.000000", "pkt_duration": 1024, "pkt_duration_time": "0.023220", - "pkt_pos": "477", + "pkt_pos": "487", "sample_fmt": "s16", "nb_samples": 1024, "channels": 1 @@ -37,10 +37,10 @@ "pts_time": "0.000000", "dts": 0, "dts_time": "0.000000", - "duration": 1, + "duration": 2048, "duration_time": "0.040000", "size": "230400", - "pos": "2552", + "pos": "2562", "flags": "K" }, { @@ -51,9 +51,9 @@ "pkt_pts_time": "0.000000", "pkt_dts": 0, "pkt_dts_time": "0.000000", - "pkt_duration": 1, + "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "2552", + "pkt_pos": "2562", "width": 320, "height": 240, "pix_fmt": "rgb24", @@ -74,10 +74,10 @@ "pts_time": "0.000000", "dts": 0, "dts_time": "0.000000", - "duration": 1, + "duration": 2048, "duration_time": "0.040000", "size": "30000", - "pos": "232973", + "pos": "232983", "flags": "K" }, { @@ -88,9 +88,9 @@ "pkt_pts_time": "0.000000", "pkt_dts": 0, "pkt_dts_time": "0.000000", - "pkt_duration": 1, + "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "232973", + "pkt_pos": "232983", "width": 100, "height": 100, "pix_fmt": "rgb24", @@ -114,7 +114,7 @@ "duration": 1024, "duration_time": "0.023220", "size": "2048", - "pos": "262978", + "pos": "262988", "flags": "K" }, { @@ -127,7 +127,7 @@ "pkt_dts_time": "0.023220", "pkt_duration": 1024, "pkt_duration_time": "0.023220", - "pkt_pos": "262978", + "pkt_pos": "262988", "sample_fmt": "s16", "nb_samples": 1024, "channels": 1 @@ -136,27 +136,27 @@ "type": "packet", "codec_type": "video", "stream_index": 1, - "pts": 1, + "pts": 2048, "pts_time": "0.040000", - "dts": 1, + "dts": 2048, "dts_time": "0.040000", - "duration": 1, + "duration": 2048, "duration_time": "0.040000", "size": "230400", - "pos": "265054", + "pos": "265066", "flags": "K" }, { "type": "frame", "media_type": "video", "key_frame": 1, - "pkt_pts": 1, + "pkt_pts": 2048, "pkt_pts_time": "0.040000", - "pkt_dts": 1, + "pkt_dts": 2048, "pkt_dts_time": "0.040000", - "pkt_duration": 1, + "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "265054", + "pkt_pos": "265066", "width": 320, "height": 240, "pix_fmt": "rgb24", @@ -173,27 +173,27 @@ "type": "packet", "codec_type": "video", "stream_index": 2, - "pts": 1, + "pts": 2048, "pts_time": "0.040000", - "dts": 1, + "dts": 2048, "dts_time": "0.040000", - "duration": 1, + "duration": 2048, "duration_time": "0.040000", "size": "30000", - "pos": "495476", + "pos": "495490", "flags": "K" }, { "type": "frame", "media_type": "video", "key_frame": 1, - "pkt_pts": 1, + "pkt_pts": 2048, "pkt_pts_time": "0.040000", - "pkt_dts": 1, + "pkt_dts": 2048, "pkt_dts_time": "0.040000", - "pkt_duration": 1, + "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "495476", + "pkt_pos": "495490", "width": 100, "height": 100, "pix_fmt": "rgb24", @@ -217,7 +217,7 @@ "duration": 1024, "duration_time": "0.023220", "size": "2048", - "pos": "525481", + "pos": "525495", "flags": "K" }, { @@ -230,7 +230,7 @@ "pkt_dts_time": "0.046440", "pkt_duration": 1024, "pkt_duration_time": "0.023220", - "pkt_pos": "525481", + "pkt_pos": "525495", "sample_fmt": "s16", "nb_samples": 1024, "channels": 1 @@ -246,7 +246,7 @@ "duration": 1024, "duration_time": "0.023220", "size": "2048", - "pos": "527552", + "pos": "527566", "flags": "K" }, { @@ -259,7 +259,7 @@ "pkt_dts_time": "0.069660", "pkt_duration": 1024, "pkt_duration_time": "0.023220", - "pkt_pos": "527552", + "pkt_pos": "527566", "sample_fmt": "s16", "nb_samples": 1024, "channels": 1 @@ -268,27 +268,27 @@ "type": "packet", "codec_type": "video", "stream_index": 1, - "pts": 2, + "pts": 4096, "pts_time": "0.080000", - "dts": 2, + "dts": 4096, "dts_time": "0.080000", - "duration": 1, + "duration": 2048, "duration_time": "0.040000", "size": "230400", - "pos": "529628", + "pos": "529644", "flags": "K" }, { "type": "frame", "media_type": "video", "key_frame": 1, - "pkt_pts": 2, + "pkt_pts": 4096, "pkt_pts_time": "0.080000", - "pkt_dts": 2, + "pkt_dts": 4096, "pkt_dts_time": "0.080000", - "pkt_duration": 1, + "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "529628", + "pkt_pos": "529644", "width": 320, "height": 240, "pix_fmt": "rgb24", @@ -305,27 +305,27 @@ "type": "packet", "codec_type": "video", "stream_index": 2, - "pts": 2, + "pts": 4096, "pts_time": "0.080000", - "dts": 2, + "dts": 4096, "dts_time": "0.080000", - "duration": 1, + "duration": 2048, "duration_time": "0.040000", "size": "30000", - "pos": "760050", + "pos": "760068", "flags": "K" }, { "type": "frame", "media_type": "video", "key_frame": 1, - "pkt_pts": 2, + "pkt_pts": 4096, "pkt_pts_time": "0.080000", - "pkt_dts": 2, + "pkt_dts": 4096, "pkt_dts_time": "0.080000", - "pkt_duration": 1, + "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "760050", + "pkt_pos": "760068", "width": 100, "height": 100, "pix_fmt": "rgb24", @@ -349,7 +349,7 @@ "duration": 1024, "duration_time": "0.023220", "size": "2048", - "pos": "790055", + "pos": "790073", "flags": "K" }, { @@ -362,7 +362,7 @@ "pkt_dts_time": "0.092880", "pkt_duration": 1024, "pkt_duration_time": "0.023220", - "pkt_pos": "790055", + "pkt_pos": "790073", "sample_fmt": "s16", "nb_samples": 1024, "channels": 1 @@ -378,7 +378,7 @@ "duration": 1024, "duration_time": "0.023220", "size": "2048", - "pos": "792126", + "pos": "792144", "flags": "K" }, { @@ -391,7 +391,7 @@ "pkt_dts_time": "0.116100", "pkt_duration": 1024, "pkt_duration_time": "0.023220", - "pkt_pos": "792126", + "pkt_pos": "792144", "sample_fmt": "s16", "nb_samples": 1024, "channels": 1 @@ -400,27 +400,27 @@ "type": "packet", "codec_type": "video", "stream_index": 1, - "pts": 3, + "pts": 6144, "pts_time": "0.120000", - "dts": 3, + "dts": 6144, "dts_time": "0.120000", - "duration": 1, + "duration": 2048, "duration_time": "0.040000", "size": "230400", - "pos": "794202", + "pos": "794222", "flags": "K" }, { "type": "frame", "media_type": "video", "key_frame": 1, - "pkt_pts": 3, + "pkt_pts": 6144, "pkt_pts_time": "0.120000", - "pkt_dts": 3, + "pkt_dts": 6144, "pkt_dts_time": "0.120000", - "pkt_duration": 1, + "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "794202", + "pkt_pos": "794222", "width": 320, "height": 240, "pix_fmt": "rgb24", @@ -437,27 +437,27 @@ "type": "packet", "codec_type": "video", "stream_index": 2, - "pts": 3, + "pts": 6144, "pts_time": "0.120000", - "dts": 3, + "dts": 6144, "dts_time": "0.120000", - "duration": 1, + "duration": 2048, "duration_time": "0.040000", "size": "30000", - "pos": "1024624", + "pos": "1024646", "flags": "K" }, { "type": "frame", "media_type": "video", "key_frame": 1, - "pkt_pts": 3, + "pkt_pts": 6144, "pkt_pts_time": "0.120000", - "pkt_dts": 3, + "pkt_dts": 6144, "pkt_dts_time": "0.120000", - "pkt_duration": 1, + "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "1024624", + "pkt_pos": "1024646", "width": 100, "height": 100, "pix_fmt": "rgb24", @@ -488,8 +488,8 @@ "time_base": "1/44100", "start_pts": 0, "start_time": "0.000000", - "duration_ts": 527350, - "duration": "11.958050", + "duration_ts": 527364, + "duration": "11.958367", "bit_rate": "705600", "nb_read_frames": "6", "nb_read_packets": "6", @@ -511,7 +511,7 @@ "index": 1, "codec_name": "rawvideo", "codec_type": "video", - "codec_time_base": "1/25", + "codec_time_base": "1/51200", "codec_tag_string": "RGB[24]", "codec_tag": "0x18424752", "width": 320, @@ -522,12 +522,12 @@ "pix_fmt": "rgb24", "level": -99, "r_frame_rate": "25/1", - "avg_frame_rate": "0/0", - "time_base": "1/25", + "avg_frame_rate": "25/1", + "time_base": "1/51200", "start_pts": 0, "start_time": "0.000000", - "duration_ts": 299, - "duration": "11.960000", + "duration_ts": 612268, + "duration": "11.958359", "nb_read_frames": "4", "nb_read_packets": "4", "disposition": { @@ -548,7 +548,7 @@ "index": 2, "codec_name": "rawvideo", "codec_type": "video", - "codec_time_base": "1/25", + "codec_time_base": "1/51200", "codec_tag_string": "RGB[24]", "codec_tag": "0x18424752", "width": 100, @@ -559,12 +559,12 @@ "pix_fmt": "rgb24", "level": -99, "r_frame_rate": "25/1", - "avg_frame_rate": "0/0", - "time_base": "1/25", + "avg_frame_rate": "25/1", + "time_base": "1/51200", "start_pts": 0, "start_time": "0.000000", - "duration_ts": 299, - "duration": "11.960000", + "duration_ts": 612268, + "duration": "11.958359", "nb_read_frames": "4", "nb_read_packets": "4", "disposition": { @@ -587,9 +587,9 @@ "nb_streams": 3, "format_name": "nut", "start_time": "0.000000", - "duration": "11.960000", - "size": "1054699", - "bit_rate": "705484", + "duration": "11.958367", + "size": "1054727", + "bit_rate": "705599", "tags": { "title": "ffprobe test file", "comment": "'A comment with CSV, XML & JSON special chars': <tag value=\"x\">", diff --git a/tests/ref/fate/ffprobe_xml b/tests/ref/fate/ffprobe_xml index 1b7e08844b..e7e61a5d05 100644 --- a/tests/ref/fate/ffprobe_xml +++ b/tests/ref/fate/ffprobe_xml @@ -1,49 +1,49 @@ <?xml version="1.0" encoding="UTF-8"?> <ffprobe> <packets_and_frames> - <packet codec_type="audio" stream_index="0" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="1024" duration_time="0.023220" size="2048" pos="477" flags="K"/> - <frame media_type="audio" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="477" sample_fmt="s16" nb_samples="1024" channels="1"/> - <packet codec_type="video" stream_index="1" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="1" duration_time="0.040000" size="230400" pos="2552" flags="K"/> - <frame media_type="video" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" pkt_duration="1" pkt_duration_time="0.040000" pkt_pos="2552" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> - <packet codec_type="video" stream_index="2" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="1" duration_time="0.040000" size="30000" pos="232973" flags="K"/> - <frame media_type="video" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" pkt_duration="1" pkt_duration_time="0.040000" pkt_pos="232973" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> - <packet codec_type="audio" stream_index="0" pts="1024" pts_time="0.023220" dts="1024" dts_time="0.023220" duration="1024" duration_time="0.023220" size="2048" pos="262978" flags="K"/> - <frame media_type="audio" key_frame="1" pkt_pts="1024" pkt_pts_time="0.023220" pkt_dts="1024" pkt_dts_time="0.023220" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="262978" sample_fmt="s16" nb_samples="1024" channels="1"/> - <packet codec_type="video" stream_index="1" pts="1" pts_time="0.040000" dts="1" dts_time="0.040000" duration="1" duration_time="0.040000" size="230400" pos="265054" flags="K"/> - <frame media_type="video" key_frame="1" pkt_pts="1" pkt_pts_time="0.040000" pkt_dts="1" pkt_dts_time="0.040000" pkt_duration="1" pkt_duration_time="0.040000" pkt_pos="265054" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> - <packet codec_type="video" stream_index="2" pts="1" pts_time="0.040000" dts="1" dts_time="0.040000" duration="1" duration_time="0.040000" size="30000" pos="495476" flags="K"/> - <frame media_type="video" key_frame="1" pkt_pts="1" pkt_pts_time="0.040000" pkt_dts="1" pkt_dts_time="0.040000" pkt_duration="1" pkt_duration_time="0.040000" pkt_pos="495476" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> - <packet codec_type="audio" stream_index="0" pts="2048" pts_time="0.046440" dts="2048" dts_time="0.046440" duration="1024" duration_time="0.023220" size="2048" pos="525481" flags="K"/> - <frame media_type="audio" key_frame="1" pkt_pts="2048" pkt_pts_time="0.046440" pkt_dts="2048" pkt_dts_time="0.046440" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="525481" sample_fmt="s16" nb_samples="1024" channels="1"/> - <packet codec_type="audio" stream_index="0" pts="3072" pts_time="0.069660" dts="3072" dts_time="0.069660" duration="1024" duration_time="0.023220" size="2048" pos="527552" flags="K"/> - <frame media_type="audio" key_frame="1" pkt_pts="3072" pkt_pts_time="0.069660" pkt_dts="3072" pkt_dts_time="0.069660" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="527552" sample_fmt="s16" nb_samples="1024" channels="1"/> - <packet codec_type="video" stream_index="1" pts="2" pts_time="0.080000" dts="2" dts_time="0.080000" duration="1" duration_time="0.040000" size="230400" pos="529628" flags="K"/> - <frame media_type="video" key_frame="1" pkt_pts="2" pkt_pts_time="0.080000" pkt_dts="2" pkt_dts_time="0.080000" pkt_duration="1" pkt_duration_time="0.040000" pkt_pos="529628" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> - <packet codec_type="video" stream_index="2" pts="2" pts_time="0.080000" dts="2" dts_time="0.080000" duration="1" duration_time="0.040000" size="30000" pos="760050" flags="K"/> - <frame media_type="video" key_frame="1" pkt_pts="2" pkt_pts_time="0.080000" pkt_dts="2" pkt_dts_time="0.080000" pkt_duration="1" pkt_duration_time="0.040000" pkt_pos="760050" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> - <packet codec_type="audio" stream_index="0" pts="4096" pts_time="0.092880" dts="4096" dts_time="0.092880" duration="1024" duration_time="0.023220" size="2048" pos="790055" flags="K"/> - <frame media_type="audio" key_frame="1" pkt_pts="4096" pkt_pts_time="0.092880" pkt_dts="4096" pkt_dts_time="0.092880" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="790055" sample_fmt="s16" nb_samples="1024" channels="1"/> - <packet codec_type="audio" stream_index="0" pts="5120" pts_time="0.116100" dts="5120" dts_time="0.116100" duration="1024" duration_time="0.023220" size="2048" pos="792126" flags="K"/> - <frame media_type="audio" key_frame="1" pkt_pts="5120" pkt_pts_time="0.116100" pkt_dts="5120" pkt_dts_time="0.116100" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="792126" sample_fmt="s16" nb_samples="1024" channels="1"/> - <packet codec_type="video" stream_index="1" pts="3" pts_time="0.120000" dts="3" dts_time="0.120000" duration="1" duration_time="0.040000" size="230400" pos="794202" flags="K"/> - <frame media_type="video" key_frame="1" pkt_pts="3" pkt_pts_time="0.120000" pkt_dts="3" pkt_dts_time="0.120000" pkt_duration="1" pkt_duration_time="0.040000" pkt_pos="794202" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> - <packet codec_type="video" stream_index="2" pts="3" pts_time="0.120000" dts="3" dts_time="0.120000" duration="1" duration_time="0.040000" size="30000" pos="1024624" flags="K"/> - <frame media_type="video" key_frame="1" pkt_pts="3" pkt_pts_time="0.120000" pkt_dts="3" pkt_dts_time="0.120000" pkt_duration="1" pkt_duration_time="0.040000" pkt_pos="1024624" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> + <packet codec_type="audio" stream_index="0" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="1024" duration_time="0.023220" size="2048" pos="487" flags="K"/> + <frame media_type="audio" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="487" sample_fmt="s16" nb_samples="1024" channels="1"/> + <packet codec_type="video" stream_index="1" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="2048" duration_time="0.040000" size="230400" pos="2562" flags="K"/> + <frame media_type="video" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="2562" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> + <packet codec_type="video" stream_index="2" pts="0" pts_time="0.000000" dts="0" dts_time="0.000000" duration="2048" duration_time="0.040000" size="30000" pos="232983" flags="K"/> + <frame media_type="video" key_frame="1" pkt_pts="0" pkt_pts_time="0.000000" pkt_dts="0" pkt_dts_time="0.000000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="232983" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> + <packet codec_type="audio" stream_index="0" pts="1024" pts_time="0.023220" dts="1024" dts_time="0.023220" duration="1024" duration_time="0.023220" size="2048" pos="262988" flags="K"/> + <frame media_type="audio" key_frame="1" pkt_pts="1024" pkt_pts_time="0.023220" pkt_dts="1024" pkt_dts_time="0.023220" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="262988" sample_fmt="s16" nb_samples="1024" channels="1"/> + <packet codec_type="video" stream_index="1" pts="2048" pts_time="0.040000" dts="2048" dts_time="0.040000" duration="2048" duration_time="0.040000" size="230400" pos="265066" flags="K"/> + <frame media_type="video" key_frame="1" pkt_pts="2048" pkt_pts_time="0.040000" pkt_dts="2048" pkt_dts_time="0.040000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="265066" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> + <packet codec_type="video" stream_index="2" pts="2048" pts_time="0.040000" dts="2048" dts_time="0.040000" duration="2048" duration_time="0.040000" size="30000" pos="495490" flags="K"/> + <frame media_type="video" key_frame="1" pkt_pts="2048" pkt_pts_time="0.040000" pkt_dts="2048" pkt_dts_time="0.040000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="495490" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> + <packet codec_type="audio" stream_index="0" pts="2048" pts_time="0.046440" dts="2048" dts_time="0.046440" duration="1024" duration_time="0.023220" size="2048" pos="525495" flags="K"/> + <frame media_type="audio" key_frame="1" pkt_pts="2048" pkt_pts_time="0.046440" pkt_dts="2048" pkt_dts_time="0.046440" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="525495" sample_fmt="s16" nb_samples="1024" channels="1"/> + <packet codec_type="audio" stream_index="0" pts="3072" pts_time="0.069660" dts="3072" dts_time="0.069660" duration="1024" duration_time="0.023220" size="2048" pos="527566" flags="K"/> + <frame media_type="audio" key_frame="1" pkt_pts="3072" pkt_pts_time="0.069660" pkt_dts="3072" pkt_dts_time="0.069660" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="527566" sample_fmt="s16" nb_samples="1024" channels="1"/> + <packet codec_type="video" stream_index="1" pts="4096" pts_time="0.080000" dts="4096" dts_time="0.080000" duration="2048" duration_time="0.040000" size="230400" pos="529644" flags="K"/> + <frame media_type="video" key_frame="1" pkt_pts="4096" pkt_pts_time="0.080000" pkt_dts="4096" pkt_dts_time="0.080000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="529644" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> + <packet codec_type="video" stream_index="2" pts="4096" pts_time="0.080000" dts="4096" dts_time="0.080000" duration="2048" duration_time="0.040000" size="30000" pos="760068" flags="K"/> + <frame media_type="video" key_frame="1" pkt_pts="4096" pkt_pts_time="0.080000" pkt_dts="4096" pkt_dts_time="0.080000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="760068" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> + <packet codec_type="audio" stream_index="0" pts="4096" pts_time="0.092880" dts="4096" dts_time="0.092880" duration="1024" duration_time="0.023220" size="2048" pos="790073" flags="K"/> + <frame media_type="audio" key_frame="1" pkt_pts="4096" pkt_pts_time="0.092880" pkt_dts="4096" pkt_dts_time="0.092880" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="790073" sample_fmt="s16" nb_samples="1024" channels="1"/> + <packet codec_type="audio" stream_index="0" pts="5120" pts_time="0.116100" dts="5120" dts_time="0.116100" duration="1024" duration_time="0.023220" size="2048" pos="792144" flags="K"/> + <frame media_type="audio" key_frame="1" pkt_pts="5120" pkt_pts_time="0.116100" pkt_dts="5120" pkt_dts_time="0.116100" pkt_duration="1024" pkt_duration_time="0.023220" pkt_pos="792144" sample_fmt="s16" nb_samples="1024" channels="1"/> + <packet codec_type="video" stream_index="1" pts="6144" pts_time="0.120000" dts="6144" dts_time="0.120000" duration="2048" duration_time="0.040000" size="230400" pos="794222" flags="K"/> + <frame media_type="video" key_frame="1" pkt_pts="6144" pkt_pts_time="0.120000" pkt_dts="6144" pkt_dts_time="0.120000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="794222" width="320" height="240" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> + <packet codec_type="video" stream_index="2" pts="6144" pts_time="0.120000" dts="6144" dts_time="0.120000" duration="2048" duration_time="0.040000" size="30000" pos="1024646" flags="K"/> + <frame media_type="video" key_frame="1" pkt_pts="6144" pkt_pts_time="0.120000" pkt_dts="6144" pkt_dts_time="0.120000" pkt_duration="2048" pkt_duration_time="0.040000" pkt_pos="1024646" width="100" height="100" pix_fmt="rgb24" sample_aspect_ratio="1:1" pict_type="I" coded_picture_number="0" display_picture_number="0" interlaced_frame="0" top_field_first="0" repeat_pict="0" reference="0"/> </packets_and_frames> <streams> - <stream index="0" codec_name="pcm_s16le" codec_type="audio" codec_time_base="1/44100" codec_tag_string="[1][0][0][0]" codec_tag="0x0001" sample_fmt="s16" sample_rate="44100" channels="1" bits_per_sample="16" r_frame_rate="0/0" avg_frame_rate="0/0" time_base="1/44100" start_pts="0" start_time="0.000000" duration_ts="527350" duration="11.958050" bit_rate="705600" nb_read_frames="6" nb_read_packets="6"> + <stream index="0" codec_name="pcm_s16le" codec_type="audio" codec_time_base="1/44100" codec_tag_string="[1][0][0][0]" codec_tag="0x0001" sample_fmt="s16" sample_rate="44100" channels="1" bits_per_sample="16" r_frame_rate="0/0" avg_frame_rate="0/0" time_base="1/44100" start_pts="0" start_time="0.000000" duration_ts="527364" duration="11.958367" bit_rate="705600" nb_read_frames="6" nb_read_packets="6"> <disposition default="0" dub="0" original="0" comment="0" lyrics="0" karaoke="0" forced="0" hearing_impaired="0" visual_impaired="0" clean_effects="0" attached_pic="0"/> </stream> - <stream index="1" codec_name="rawvideo" codec_type="video" codec_time_base="1/25" codec_tag_string="RGB[24]" codec_tag="0x18424752" width="320" height="240" has_b_frames="0" sample_aspect_ratio="1:1" display_aspect_ratio="4:3" pix_fmt="rgb24" level="-99" r_frame_rate="25/1" avg_frame_rate="0/0" time_base="1/25" start_pts="0" start_time="0.000000" duration_ts="299" duration="11.960000" nb_read_frames="4" nb_read_packets="4"> + <stream index="1" codec_name="rawvideo" codec_type="video" codec_time_base="1/51200" codec_tag_string="RGB[24]" codec_tag="0x18424752" width="320" height="240" has_b_frames="0" sample_aspect_ratio="1:1" display_aspect_ratio="4:3" pix_fmt="rgb24" level="-99" r_frame_rate="25/1" avg_frame_rate="25/1" time_base="1/51200" start_pts="0" start_time="0.000000" duration_ts="612268" duration="11.958359" nb_read_frames="4" nb_read_packets="4"> <disposition default="0" dub="0" original="0" comment="0" lyrics="0" karaoke="0" forced="0" hearing_impaired="0" visual_impaired="0" clean_effects="0" attached_pic="0"/> </stream> - <stream index="2" codec_name="rawvideo" codec_type="video" codec_time_base="1/25" codec_tag_string="RGB[24]" codec_tag="0x18424752" width="100" height="100" has_b_frames="0" sample_aspect_ratio="1:1" display_aspect_ratio="1:1" pix_fmt="rgb24" level="-99" r_frame_rate="25/1" avg_frame_rate="0/0" time_base="1/25" start_pts="0" start_time="0.000000" duration_ts="299" duration="11.960000" nb_read_frames="4" nb_read_packets="4"> + <stream index="2" codec_name="rawvideo" codec_type="video" codec_time_base="1/51200" codec_tag_string="RGB[24]" codec_tag="0x18424752" width="100" height="100" has_b_frames="0" sample_aspect_ratio="1:1" display_aspect_ratio="1:1" pix_fmt="rgb24" level="-99" r_frame_rate="25/1" avg_frame_rate="25/1" time_base="1/51200" start_pts="0" start_time="0.000000" duration_ts="612268" duration="11.958359" nb_read_frames="4" nb_read_packets="4"> <disposition default="0" dub="0" original="0" comment="0" lyrics="0" karaoke="0" forced="0" hearing_impaired="0" visual_impaired="0" clean_effects="0" attached_pic="0"/> </stream> </streams> - <format filename="tests/data/ffprobe-test.nut" nb_streams="3" format_name="nut" start_time="0.000000" duration="11.960000" size="1054699" bit_rate="705484"> + <format filename="tests/data/ffprobe-test.nut" nb_streams="3" format_name="nut" start_time="0.000000" duration="11.958367" size="1054727" bit_rate="705599"> <tag key="title" value="ffprobe test file"/> <tag key="comment" value="'A comment with CSV, XML & JSON special chars': <tag value="x">"/> <tag key="comment2" value="I ♥ Üñîçød€"/> |