-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest_audio.yaml
31 lines (30 loc) · 952 Bytes
/
test_audio.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
79b: !MediaContainer
detected: {muxer: video/x-msvideo}
override: {}
path: /home/james/Videos/Okra - 79b,100.avi
streams:
- !StreamFormat
detected:
codec: video/DV
frame_rate: !rational [30000, 1001]
max_data_window: !box2i [!v2i '(0, -1)', !v2i '(719, 478)']
sample_aspect_ratio: !rational [40, 33]
stream_index: 0
length: 36368
override: {pulldown_phase: 0, pulldown_type: '2:3'}
type: video
- !StreamFormat
detected:
codec: audio/x-pcm
sample_rate: 48000
channels: [FL, FR]
stream_index: 1
length: 58246984
override: {}
type: audio
--- !CanvasSpace
items:
- !CanvasClip {height: 40.0, offset: 0, source: !StreamSourceRef {source_name: 79b, stream_index: 0},
type: video, length: 100, x: 60, y: 30.0}
- !CanvasClip {height: 40.0, offset: 0, source: !StreamSourceRef {source_name: 79b, stream_index: 1},
type: audio, length: 100000, x: 0, y: 70.0}