Version 0.3
This commit is contained in:
parent
0d69145ec3
commit
ad3a5af623
130 changed files with 7283 additions and 2627 deletions
84
tests/fixtures/ffprobe/show_streams.raw
vendored
Normal file
84
tests/fixtures/ffprobe/show_streams.raw
vendored
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
[STREAM]
|
||||
index=0
|
||||
codec_name=h264
|
||||
codec_long_name=H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
|
||||
profile=High
|
||||
codec_type=video
|
||||
codec_time_base=1/100
|
||||
codec_tag_string=avc1
|
||||
codec_tag=0x31637661
|
||||
width=960
|
||||
height=720
|
||||
has_b_frames=2
|
||||
sample_aspect_ratio=1:1
|
||||
display_aspect_ratio=4:3
|
||||
pix_fmt=yuv420p
|
||||
level=32
|
||||
timecode=N/A
|
||||
id=N/A
|
||||
r_frame_rate=50/1
|
||||
avg_frame_rate=50/1
|
||||
time_base=1/50000
|
||||
start_pts=0
|
||||
start_time=0.000000
|
||||
duration_ts=15000000
|
||||
duration=300.000000
|
||||
bit_rate=4499198
|
||||
nb_frames=15000
|
||||
nb_read_frames=N/A
|
||||
nb_read_packets=N/A
|
||||
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:creation_time=1970-01-01 00:00:00
|
||||
TAG:language=und
|
||||
TAG:handler_name=VideoHandler
|
||||
[/STREAM]
|
||||
[STREAM]
|
||||
index=1
|
||||
codec_name=aac
|
||||
codec_long_name=AAC (Advanced Audio Coding)
|
||||
profile=unknown
|
||||
codec_type=audio
|
||||
codec_time_base=1/48000
|
||||
codec_tag_string=mp4a
|
||||
codec_tag=0x6134706d
|
||||
sample_fmt=fltp
|
||||
sample_rate=48000
|
||||
channels=2
|
||||
bits_per_sample=0
|
||||
id=N/A
|
||||
r_frame_rate=0/0
|
||||
avg_frame_rate=0/0
|
||||
time_base=1/48000
|
||||
start_pts=0
|
||||
start_time=0.000000
|
||||
duration_ts=14400512
|
||||
duration=300.010667
|
||||
bit_rate=127973
|
||||
nb_frames=14063
|
||||
nb_read_frames=N/A
|
||||
nb_read_packets=N/A
|
||||
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:creation_time=1970-01-01 00:00:00
|
||||
TAG:language=und
|
||||
TAG:handler_name=SoundHandler
|
||||
[/STREAM]
|
||||
Loading…
Add table
Add a link
Reference in a new issue