Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f7ab23b0
Commit
f7ab23b0
authored
Mar 16, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffprobe: remove deprecated frame "reference" field
parent
db36ea5b
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
32 additions
and
66 deletions
+32
-66
ffprobe.xsd
doc/ffprobe.xsd
+0
-1
ffprobe.c
ffprobe.c
+0
-1
ffprobe_compact
tests/ref/fate/ffprobe_compact
+8
-8
ffprobe_csv
tests/ref/fate/ffprobe_csv
+8
-8
ffprobe_default
tests/ref/fate/ffprobe_default
+0
-8
ffprobe_flat
tests/ref/fate/ffprobe_flat
+0
-8
ffprobe_ini
tests/ref/fate/ffprobe_ini
+0
-8
ffprobe_json
tests/ref/fate/ffprobe_json
+8
-16
ffprobe_xml
tests/ref/fate/ffprobe_xml
+8
-8
No files found.
doc/ffprobe.xsd
View file @
f7ab23b0
...
@@ -78,7 +78,6 @@
...
@@ -78,7 +78,6 @@
<xsd:attribute
name=
"interlaced_frame"
type=
"xsd:int"
/>
<xsd:attribute
name=
"interlaced_frame"
type=
"xsd:int"
/>
<xsd:attribute
name=
"top_field_first"
type=
"xsd:int"
/>
<xsd:attribute
name=
"top_field_first"
type=
"xsd:int"
/>
<xsd:attribute
name=
"repeat_pict"
type=
"xsd:int"
/>
<xsd:attribute
name=
"repeat_pict"
type=
"xsd:int"
/>
<xsd:attribute
name=
"reference"
type=
"xsd:int"
/>
</xsd:complexType>
</xsd:complexType>
<xsd:complexType
name=
"streamsType"
>
<xsd:complexType
name=
"streamsType"
>
...
...
ffprobe.c
View file @
f7ab23b0
...
@@ -1500,7 +1500,6 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream,
...
@@ -1500,7 +1500,6 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream,
print_int
(
"interlaced_frame"
,
frame
->
interlaced_frame
);
print_int
(
"interlaced_frame"
,
frame
->
interlaced_frame
);
print_int
(
"top_field_first"
,
frame
->
top_field_first
);
print_int
(
"top_field_first"
,
frame
->
top_field_first
);
print_int
(
"repeat_pict"
,
frame
->
repeat_pict
);
print_int
(
"repeat_pict"
,
frame
->
repeat_pict
);
print_int
(
"reference"
,
frame
->
reference
);
break
;
break
;
case
AVMEDIA_TYPE_AUDIO
:
case
AVMEDIA_TYPE_AUDIO
:
...
...
tests/ref/fate/ffprobe_compact
View file @
f7ab23b0
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=572|flags=K
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=572|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=572|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=572|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=2647|flags=K
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=2647|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=2647|pkt_size=N/A|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
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=2647|pkt_size=N/A|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
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=233068|flags=K
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=233068|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=233068|pkt_size=N/A|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
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=233068|pkt_size=N/A|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
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=263073|flags=K
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=263073|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=263073|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=263073|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=265151|flags=K
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=265151|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=265151|pkt_size=N/A|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
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=265151|pkt_size=N/A|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
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=495575|flags=K
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=495575|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=495575|pkt_size=N/A|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
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=495575|pkt_size=N/A|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
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=525580|flags=K
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=525580|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=525580|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=525580|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=527651|flags=K
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=527651|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=527651|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=527651|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=529729|flags=K
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=529729|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=529729|pkt_size=N/A|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
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=529729|pkt_size=N/A|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
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=760153|flags=K
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=760153|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=760153|pkt_size=N/A|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
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=760153|pkt_size=N/A|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
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=790158|flags=K
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=790158|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=790158|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=790158|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=792229|flags=K
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=792229|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=792229|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=792229|pkt_size=2048|sample_fmt=s16|nb_samples=1024|channels=1|channel_layout=mono
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=794307|flags=K
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=794307|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=794307|pkt_size=N/A|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
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=794307|pkt_size=N/A|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
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=1024731|flags=K
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=1024731|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=1024731|pkt_size=N/A|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
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=1024731|pkt_size=N/A|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
stream|index=0|codec_name=pcm_s16le|profile=unknown|codec_type=audio|codec_time_base=1/44100|codec_tag_string=PSD[16]|codec_tag=0x10445350|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=527406|duration=11.959320|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|tag:E=mc²
stream|index=0|codec_name=pcm_s16le|profile=unknown|codec_type=audio|codec_time_base=1/44100|codec_tag_string=PSD[16]|codec_tag=0x10445350|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=527406|duration=11.959320|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|tag:E=mc²
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=612317|duration=11.959316|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|tag:title=foobar|tag:duration_ts=field-and-tags-conflict-attempt
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=612317|duration=11.959316|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|tag:title=foobar|tag:duration_ts=field-and-tags-conflict-attempt
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=612317|duration=11.959316|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=612317|duration=11.959316|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
...
...
tests/ref/fate/ffprobe_csv
View file @
f7ab23b0
packet,audio,0,0,0.000000,0,0.000000,1024,0.023220,N/A,N/A,2048,572,K
packet,audio,0,0,0.000000,0,0.000000,1024,0.023220,N/A,N/A,2048,572,K
frame,audio,1,0,0.000000,0,0.000000,1024,0.023220,572,2048,s16,1024,1,mono
frame,audio,1,0,0.000000,0,0.000000,1024,0.023220,572,2048,s16,1024,1,mono
packet,video,1,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,230400,2647,K
packet,video,1,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,230400,2647,K
frame,video,1,0,0.000000,0,0.000000,2048,0.040000,2647,N/A,320,240,rgb24,1:1,I,0,0,0,0,0
,0
frame,video,1,0,0.000000,0,0.000000,2048,0.040000,2647,N/A,320,240,rgb24,1:1,I,0,0,0,0,0
packet,video,2,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,30000,233068,K
packet,video,2,0,0.000000,0,0.000000,2048,0.040000,N/A,N/A,30000,233068,K
frame,video,1,0,0.000000,0,0.000000,2048,0.040000,233068,N/A,100,100,rgb24,1:1,I,0,0,0,0,0
,0
frame,video,1,0,0.000000,0,0.000000,2048,0.040000,233068,N/A,100,100,rgb24,1:1,I,0,0,0,0,0
packet,audio,0,1024,0.023220,1024,0.023220,1024,0.023220,N/A,N/A,2048,263073,K
packet,audio,0,1024,0.023220,1024,0.023220,1024,0.023220,N/A,N/A,2048,263073,K
frame,audio,1,1024,0.023220,1024,0.023220,1024,0.023220,263073,2048,s16,1024,1,mono
frame,audio,1,1024,0.023220,1024,0.023220,1024,0.023220,263073,2048,s16,1024,1,mono
packet,video,1,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,230400,265151,K
packet,video,1,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,230400,265151,K
frame,video,1,2048,0.040000,2048,0.040000,2048,0.040000,265151,N/A,320,240,rgb24,1:1,I,0,0,0,0,0
,0
frame,video,1,2048,0.040000,2048,0.040000,2048,0.040000,265151,N/A,320,240,rgb24,1:1,I,0,0,0,0,0
packet,video,2,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,30000,495575,K
packet,video,2,2048,0.040000,2048,0.040000,2048,0.040000,N/A,N/A,30000,495575,K
frame,video,1,2048,0.040000,2048,0.040000,2048,0.040000,495575,N/A,100,100,rgb24,1:1,I,0,0,0,0,0
,0
frame,video,1,2048,0.040000,2048,0.040000,2048,0.040000,495575,N/A,100,100,rgb24,1:1,I,0,0,0,0,0
packet,audio,0,2048,0.046440,2048,0.046440,1024,0.023220,N/A,N/A,2048,525580,K
packet,audio,0,2048,0.046440,2048,0.046440,1024,0.023220,N/A,N/A,2048,525580,K
frame,audio,1,2048,0.046440,2048,0.046440,1024,0.023220,525580,2048,s16,1024,1,mono
frame,audio,1,2048,0.046440,2048,0.046440,1024,0.023220,525580,2048,s16,1024,1,mono
packet,audio,0,3072,0.069660,3072,0.069660,1024,0.023220,N/A,N/A,2048,527651,K
packet,audio,0,3072,0.069660,3072,0.069660,1024,0.023220,N/A,N/A,2048,527651,K
frame,audio,1,3072,0.069660,3072,0.069660,1024,0.023220,527651,2048,s16,1024,1,mono
frame,audio,1,3072,0.069660,3072,0.069660,1024,0.023220,527651,2048,s16,1024,1,mono
packet,video,1,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,230400,529729,K
packet,video,1,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,230400,529729,K
frame,video,1,4096,0.080000,4096,0.080000,2048,0.040000,529729,N/A,320,240,rgb24,1:1,I,0,0,0,0,0
,0
frame,video,1,4096,0.080000,4096,0.080000,2048,0.040000,529729,N/A,320,240,rgb24,1:1,I,0,0,0,0,0
packet,video,2,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,30000,760153,K
packet,video,2,4096,0.080000,4096,0.080000,2048,0.040000,N/A,N/A,30000,760153,K
frame,video,1,4096,0.080000,4096,0.080000,2048,0.040000,760153,N/A,100,100,rgb24,1:1,I,0,0,0,0,0
,0
frame,video,1,4096,0.080000,4096,0.080000,2048,0.040000,760153,N/A,100,100,rgb24,1:1,I,0,0,0,0,0
packet,audio,0,4096,0.092880,4096,0.092880,1024,0.023220,N/A,N/A,2048,790158,K
packet,audio,0,4096,0.092880,4096,0.092880,1024,0.023220,N/A,N/A,2048,790158,K
frame,audio,1,4096,0.092880,4096,0.092880,1024,0.023220,790158,2048,s16,1024,1,mono
frame,audio,1,4096,0.092880,4096,0.092880,1024,0.023220,790158,2048,s16,1024,1,mono
packet,audio,0,5120,0.116100,5120,0.116100,1024,0.023220,N/A,N/A,2048,792229,K
packet,audio,0,5120,0.116100,5120,0.116100,1024,0.023220,N/A,N/A,2048,792229,K
frame,audio,1,5120,0.116100,5120,0.116100,1024,0.023220,792229,2048,s16,1024,1,mono
frame,audio,1,5120,0.116100,5120,0.116100,1024,0.023220,792229,2048,s16,1024,1,mono
packet,video,1,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,230400,794307,K
packet,video,1,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,230400,794307,K
frame,video,1,6144,0.120000,6144,0.120000,2048,0.040000,794307,N/A,320,240,rgb24,1:1,I,0,0,0,0,0
,0
frame,video,1,6144,0.120000,6144,0.120000,2048,0.040000,794307,N/A,320,240,rgb24,1:1,I,0,0,0,0,0
packet,video,2,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,30000,1024731,K
packet,video,2,6144,0.120000,6144,0.120000,2048,0.040000,N/A,N/A,30000,1024731,K
frame,video,1,6144,0.120000,6144,0.120000,2048,0.040000,1024731,N/A,100,100,rgb24,1:1,I,0,0,0,0,0
,0
frame,video,1,6144,0.120000,6144,0.120000,2048,0.040000,1024731,N/A,100,100,rgb24,1:1,I,0,0,0,0,0
stream,0,pcm_s16le,unknown,audio,1/44100,PSD[16],0x10445350,s16,44100,1,16,N/A,0/0,0/0,1/44100,0,0.000000,527406,11.959320,705600,N/A,6,6,0,0,0,0,0,0,0,0,0,0,0,mc²
stream,0,pcm_s16le,unknown,audio,1/44100,PSD[16],0x10445350,s16,44100,1,16,N/A,0/0,0/0,1/44100,0,0.000000,527406,11.959320,705600,N/A,6,6,0,0,0,0,0,0,0,0,0,0,0,mc²
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,612317,11.959316,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0,foobar,field-and-tags-conflict-attempt
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,612317,11.959316,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0,foobar,field-and-tags-conflict-attempt
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,612317,11.959316,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,612317,11.959316,N/A,N/A,4,4,0,0,0,0,0,0,0,0,0,0,0
...
...
tests/ref/fate/ffprobe_default
View file @
f7ab23b0
...
@@ -65,7 +65,6 @@ display_picture_number=0
...
@@ -65,7 +65,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[/FRAME]
[/FRAME]
[PACKET]
[PACKET]
codec_type=video
codec_type=video
...
@@ -103,7 +102,6 @@ display_picture_number=0
...
@@ -103,7 +102,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[/FRAME]
[/FRAME]
[PACKET]
[PACKET]
codec_type=audio
codec_type=audio
...
@@ -172,7 +170,6 @@ display_picture_number=0
...
@@ -172,7 +170,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[/FRAME]
[/FRAME]
[PACKET]
[PACKET]
codec_type=video
codec_type=video
...
@@ -210,7 +207,6 @@ display_picture_number=0
...
@@ -210,7 +207,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[/FRAME]
[/FRAME]
[PACKET]
[PACKET]
codec_type=audio
codec_type=audio
...
@@ -310,7 +306,6 @@ display_picture_number=0
...
@@ -310,7 +306,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[/FRAME]
[/FRAME]
[PACKET]
[PACKET]
codec_type=video
codec_type=video
...
@@ -348,7 +343,6 @@ display_picture_number=0
...
@@ -348,7 +343,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[/FRAME]
[/FRAME]
[PACKET]
[PACKET]
codec_type=audio
codec_type=audio
...
@@ -448,7 +442,6 @@ display_picture_number=0
...
@@ -448,7 +442,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[/FRAME]
[/FRAME]
[PACKET]
[PACKET]
codec_type=video
codec_type=video
...
@@ -486,7 +479,6 @@ display_picture_number=0
...
@@ -486,7 +479,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[/FRAME]
[/FRAME]
[STREAM]
[STREAM]
index=0
index=0
...
...
tests/ref/fate/ffprobe_flat
View file @
f7ab23b0
...
@@ -58,7 +58,6 @@ packets_and_frames.frame.1.display_picture_number=0
...
@@ -58,7 +58,6 @@ packets_and_frames.frame.1.display_picture_number=0
packets_and_frames.frame.1.interlaced_frame=0
packets_and_frames.frame.1.interlaced_frame=0
packets_and_frames.frame.1.top_field_first=0
packets_and_frames.frame.1.top_field_first=0
packets_and_frames.frame.1.repeat_pict=0
packets_and_frames.frame.1.repeat_pict=0
packets_and_frames.frame.1.reference=0
packets_and_frames.packet.2.codec_type="video"
packets_and_frames.packet.2.codec_type="video"
packets_and_frames.packet.2.stream_index=2
packets_and_frames.packet.2.stream_index=2
packets_and_frames.packet.2.pts=0
packets_and_frames.packet.2.pts=0
...
@@ -92,7 +91,6 @@ packets_and_frames.frame.2.display_picture_number=0
...
@@ -92,7 +91,6 @@ packets_and_frames.frame.2.display_picture_number=0
packets_and_frames.frame.2.interlaced_frame=0
packets_and_frames.frame.2.interlaced_frame=0
packets_and_frames.frame.2.top_field_first=0
packets_and_frames.frame.2.top_field_first=0
packets_and_frames.frame.2.repeat_pict=0
packets_and_frames.frame.2.repeat_pict=0
packets_and_frames.frame.2.reference=0
packets_and_frames.packet.3.codec_type="audio"
packets_and_frames.packet.3.codec_type="audio"
packets_and_frames.packet.3.stream_index=0
packets_and_frames.packet.3.stream_index=0
packets_and_frames.packet.3.pts=1024
packets_and_frames.packet.3.pts=1024
...
@@ -153,7 +151,6 @@ packets_and_frames.frame.4.display_picture_number=0
...
@@ -153,7 +151,6 @@ packets_and_frames.frame.4.display_picture_number=0
packets_and_frames.frame.4.interlaced_frame=0
packets_and_frames.frame.4.interlaced_frame=0
packets_and_frames.frame.4.top_field_first=0
packets_and_frames.frame.4.top_field_first=0
packets_and_frames.frame.4.repeat_pict=0
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.codec_type="video"
packets_and_frames.packet.5.stream_index=2
packets_and_frames.packet.5.stream_index=2
packets_and_frames.packet.5.pts=2048
packets_and_frames.packet.5.pts=2048
...
@@ -187,7 +184,6 @@ packets_and_frames.frame.5.display_picture_number=0
...
@@ -187,7 +184,6 @@ packets_and_frames.frame.5.display_picture_number=0
packets_and_frames.frame.5.interlaced_frame=0
packets_and_frames.frame.5.interlaced_frame=0
packets_and_frames.frame.5.top_field_first=0
packets_and_frames.frame.5.top_field_first=0
packets_and_frames.frame.5.repeat_pict=0
packets_and_frames.frame.5.repeat_pict=0
packets_and_frames.frame.5.reference=0
packets_and_frames.packet.6.codec_type="audio"
packets_and_frames.packet.6.codec_type="audio"
packets_and_frames.packet.6.stream_index=0
packets_and_frames.packet.6.stream_index=0
packets_and_frames.packet.6.pts=2048
packets_and_frames.packet.6.pts=2048
...
@@ -275,7 +271,6 @@ packets_and_frames.frame.8.display_picture_number=0
...
@@ -275,7 +271,6 @@ packets_and_frames.frame.8.display_picture_number=0
packets_and_frames.frame.8.interlaced_frame=0
packets_and_frames.frame.8.interlaced_frame=0
packets_and_frames.frame.8.top_field_first=0
packets_and_frames.frame.8.top_field_first=0
packets_and_frames.frame.8.repeat_pict=0
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.codec_type="video"
packets_and_frames.packet.9.stream_index=2
packets_and_frames.packet.9.stream_index=2
packets_and_frames.packet.9.pts=4096
packets_and_frames.packet.9.pts=4096
...
@@ -309,7 +304,6 @@ packets_and_frames.frame.9.display_picture_number=0
...
@@ -309,7 +304,6 @@ packets_and_frames.frame.9.display_picture_number=0
packets_and_frames.frame.9.interlaced_frame=0
packets_and_frames.frame.9.interlaced_frame=0
packets_and_frames.frame.9.top_field_first=0
packets_and_frames.frame.9.top_field_first=0
packets_and_frames.frame.9.repeat_pict=0
packets_and_frames.frame.9.repeat_pict=0
packets_and_frames.frame.9.reference=0
packets_and_frames.packet.10.codec_type="audio"
packets_and_frames.packet.10.codec_type="audio"
packets_and_frames.packet.10.stream_index=0
packets_and_frames.packet.10.stream_index=0
packets_and_frames.packet.10.pts=4096
packets_and_frames.packet.10.pts=4096
...
@@ -397,7 +391,6 @@ packets_and_frames.frame.12.display_picture_number=0
...
@@ -397,7 +391,6 @@ packets_and_frames.frame.12.display_picture_number=0
packets_and_frames.frame.12.interlaced_frame=0
packets_and_frames.frame.12.interlaced_frame=0
packets_and_frames.frame.12.top_field_first=0
packets_and_frames.frame.12.top_field_first=0
packets_and_frames.frame.12.repeat_pict=0
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.codec_type="video"
packets_and_frames.packet.13.stream_index=2
packets_and_frames.packet.13.stream_index=2
packets_and_frames.packet.13.pts=6144
packets_and_frames.packet.13.pts=6144
...
@@ -431,7 +424,6 @@ packets_and_frames.frame.13.display_picture_number=0
...
@@ -431,7 +424,6 @@ packets_and_frames.frame.13.display_picture_number=0
packets_and_frames.frame.13.interlaced_frame=0
packets_and_frames.frame.13.interlaced_frame=0
packets_and_frames.frame.13.top_field_first=0
packets_and_frames.frame.13.top_field_first=0
packets_and_frames.frame.13.repeat_pict=0
packets_and_frames.frame.13.repeat_pict=0
packets_and_frames.frame.13.reference=0
streams.stream.0.index=0
streams.stream.0.index=0
streams.stream.0.codec_name="pcm_s16le"
streams.stream.0.codec_name="pcm_s16le"
streams.stream.0.profile="unknown"
streams.stream.0.profile="unknown"
...
...
tests/ref/fate/ffprobe_ini
View file @
f7ab23b0
...
@@ -67,7 +67,6 @@ display_picture_number=0
...
@@ -67,7 +67,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[packets_and_frames.packet.2]
[packets_and_frames.packet.2]
codec_type=video
codec_type=video
...
@@ -105,7 +104,6 @@ display_picture_number=0
...
@@ -105,7 +104,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[packets_and_frames.packet.3]
[packets_and_frames.packet.3]
codec_type=audio
codec_type=audio
...
@@ -174,7 +172,6 @@ display_picture_number=0
...
@@ -174,7 +172,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[packets_and_frames.packet.5]
[packets_and_frames.packet.5]
codec_type=video
codec_type=video
...
@@ -212,7 +209,6 @@ display_picture_number=0
...
@@ -212,7 +209,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[packets_and_frames.packet.6]
[packets_and_frames.packet.6]
codec_type=audio
codec_type=audio
...
@@ -312,7 +308,6 @@ display_picture_number=0
...
@@ -312,7 +308,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[packets_and_frames.packet.9]
[packets_and_frames.packet.9]
codec_type=video
codec_type=video
...
@@ -350,7 +345,6 @@ display_picture_number=0
...
@@ -350,7 +345,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[packets_and_frames.packet.10]
[packets_and_frames.packet.10]
codec_type=audio
codec_type=audio
...
@@ -450,7 +444,6 @@ display_picture_number=0
...
@@ -450,7 +444,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[packets_and_frames.packet.13]
[packets_and_frames.packet.13]
codec_type=video
codec_type=video
...
@@ -488,7 +481,6 @@ display_picture_number=0
...
@@ -488,7 +481,6 @@ display_picture_number=0
interlaced_frame=0
interlaced_frame=0
top_field_first=0
top_field_first=0
repeat_pict=0
repeat_pict=0
reference=0
[streams.stream.0]
[streams.stream.0]
index=0
index=0
...
...
tests/ref/fate/ffprobe_json
View file @
f7ab23b0
...
@@ -65,8 +65,7 @@
...
@@ -65,8 +65,7 @@
"display_picture_number": 0,
"display_picture_number": 0,
"interlaced_frame": 0,
"interlaced_frame": 0,
"top_field_first": 0,
"top_field_first": 0,
"repeat_pict": 0,
"repeat_pict": 0
"reference": 0
},
},
{
{
"type": "packet",
"type": "packet",
...
@@ -102,8 +101,7 @@
...
@@ -102,8 +101,7 @@
"display_picture_number": 0,
"display_picture_number": 0,
"interlaced_frame": 0,
"interlaced_frame": 0,
"top_field_first": 0,
"top_field_first": 0,
"repeat_pict": 0,
"repeat_pict": 0
"reference": 0
},
},
{
{
"type": "packet",
"type": "packet",
...
@@ -170,8 +168,7 @@
...
@@ -170,8 +168,7 @@
"display_picture_number": 0,
"display_picture_number": 0,
"interlaced_frame": 0,
"interlaced_frame": 0,
"top_field_first": 0,
"top_field_first": 0,
"repeat_pict": 0,
"repeat_pict": 0
"reference": 0
},
},
{
{
"type": "packet",
"type": "packet",
...
@@ -207,8 +204,7 @@
...
@@ -207,8 +204,7 @@
"display_picture_number": 0,
"display_picture_number": 0,
"interlaced_frame": 0,
"interlaced_frame": 0,
"top_field_first": 0,
"top_field_first": 0,
"repeat_pict": 0,
"repeat_pict": 0
"reference": 0
},
},
{
{
"type": "packet",
"type": "packet",
...
@@ -306,8 +302,7 @@
...
@@ -306,8 +302,7 @@
"display_picture_number": 0,
"display_picture_number": 0,
"interlaced_frame": 0,
"interlaced_frame": 0,
"top_field_first": 0,
"top_field_first": 0,
"repeat_pict": 0,
"repeat_pict": 0
"reference": 0
},
},
{
{
"type": "packet",
"type": "packet",
...
@@ -343,8 +338,7 @@
...
@@ -343,8 +338,7 @@
"display_picture_number": 0,
"display_picture_number": 0,
"interlaced_frame": 0,
"interlaced_frame": 0,
"top_field_first": 0,
"top_field_first": 0,
"repeat_pict": 0,
"repeat_pict": 0
"reference": 0
},
},
{
{
"type": "packet",
"type": "packet",
...
@@ -442,8 +436,7 @@
...
@@ -442,8 +436,7 @@
"display_picture_number": 0,
"display_picture_number": 0,
"interlaced_frame": 0,
"interlaced_frame": 0,
"top_field_first": 0,
"top_field_first": 0,
"repeat_pict": 0,
"repeat_pict": 0
"reference": 0
},
},
{
{
"type": "packet",
"type": "packet",
...
@@ -479,8 +472,7 @@
...
@@ -479,8 +472,7 @@
"display_picture_number": 0,
"display_picture_number": 0,
"interlaced_frame": 0,
"interlaced_frame": 0,
"top_field_first": 0,
"top_field_first": 0,
"repeat_pict": 0,
"repeat_pict": 0
"reference": 0
}
}
],
],
"streams": [
"streams": [
...
...
tests/ref/fate/ffprobe_xml
View file @
f7ab23b0
...
@@ -4,31 +4,31 @@
...
@@ -4,31 +4,31 @@
<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=
"572"
flags=
"K"
/>
<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=
"572"
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=
"572"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"572"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"2647"
flags=
"K"
/>
<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=
"2647"
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=
"2647"
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"
/>
<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=
"2647"
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"
/>
<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=
"233068"
flags=
"K"
/>
<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=
"233068"
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=
"233068"
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"
/>
<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=
"233068"
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"
/>
<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=
"263073"
flags=
"K"
/>
<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=
"263073"
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=
"263073"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"263073"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"265151"
flags=
"K"
/>
<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=
"265151"
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=
"265151"
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"
/>
<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=
"265151"
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"
/>
<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=
"495575"
flags=
"K"
/>
<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=
"495575"
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=
"495575"
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"
/>
<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=
"495575"
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"
/>
<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=
"525580"
flags=
"K"
/>
<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=
"525580"
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=
"525580"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"525580"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"527651"
flags=
"K"
/>
<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=
"527651"
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=
"527651"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"527651"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"529729"
flags=
"K"
/>
<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=
"529729"
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=
"529729"
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"
/>
<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=
"529729"
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"
/>
<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=
"760153"
flags=
"K"
/>
<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=
"760153"
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=
"760153"
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"
/>
<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=
"760153"
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"
/>
<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=
"790158"
flags=
"K"
/>
<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=
"790158"
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=
"790158"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"790158"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"792229"
flags=
"K"
/>
<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=
"792229"
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=
"792229"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"792229"
pkt_size=
"2048"
sample_fmt=
"s16"
nb_samples=
"1024"
channels=
"1"
channel_layout=
"mono"
/>
<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=
"794307"
flags=
"K"
/>
<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=
"794307"
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=
"794307"
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"
/>
<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=
"794307"
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"
/>
<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=
"1024731"
flags=
"K"
/>
<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=
"1024731"
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=
"1024731"
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"
/>
<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=
"1024731"
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"
/>
</packets_and_frames>
</packets_and_frames>
<streams>
<streams>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment