diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-08 13:00:13 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-12 10:22:29 +0200 |
commit | f9dd2e5e1a6c4012806001d9d4420825bb67bbb5 (patch) | |
tree | e1038de8d6d45268de71468b484ff83e2d135926 /doc | |
parent | 0c5fe2f0dabfb4931e9663fa0c612df31554e67f (diff) | |
download | ffmpeg-f9dd2e5e1a6c4012806001d9d4420825bb67bbb5.tar.gz |
ffprobe: print start_pts and duration_ts stream information
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffprobe.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 4340d462e1..c9213debb3 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -121,7 +121,9 @@ <xsd:attribute name="r_frame_rate" type="xsd:string" use="required"/> <xsd:attribute name="avg_frame_rate" type="xsd:string" use="required"/> <xsd:attribute name="time_base" type="xsd:string" use="required"/> + <xsd:attribute name="start_pts" type="xsd:long"/> <xsd:attribute name="start_time" type="xsd:float"/> + <xsd:attribute name="duration_ts" type="xsd:long"/> <xsd:attribute name="duration" type="xsd:float"/> <xsd:attribute name="bit_rate" type="xsd:int"/> <xsd:attribute name="nb_frames" type="xsd:int"/> |