mirror of https://github.com/FFmpeg/FFmpeg.git
parent
d4ee177a36
commit
9e1ffeda8c
4 changed files with 51 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
[0:a:0]pan=mono|c0=c0[mono]; |
||||
[0:a:0]pan=stereo|c0=c0|c1=c0[stereo]; |
||||
[0:a:0]pan=2.1|c0=c0|c1=c0|c2=c0[2.1]; |
||||
[0:a:0]pan=5.1|c0=c0|c1=c0|c2=c0|c3=c0|c4=c0|c5=c0[5.1]; |
||||
[0:a:0]pan=7.1|c0=c0|c1=c0|c2=c0|c3=c0|c4=c0|c5=c0|c6=c0|c7=c0[7.1]; |
@ -0,0 +1,27 @@ |
||||
1573ecbd24a65a6ec23ef08a861614b3 *tests/data/fate/mov-mp4-pcm.mp4 |
||||
10589277 tests/data/fate/mov-mp4-pcm.mp4 |
||||
#tb 0: 1/44100 |
||||
#media_type 0: audio |
||||
#codec_id 0: pcm_s16le |
||||
#sample_rate 0: 44100 |
||||
#channel_layout_name 0: mono |
||||
#tb 1: 1/44100 |
||||
#media_type 1: audio |
||||
#codec_id 1: pcm_s16le |
||||
#sample_rate 1: 44100 |
||||
#channel_layout_name 1: stereo |
||||
#tb 2: 1/44100 |
||||
#media_type 2: audio |
||||
#codec_id 2: pcm_s16le |
||||
#sample_rate 2: 44100 |
||||
#channel_layout_name 2: 2.1 |
||||
#tb 3: 1/44100 |
||||
#media_type 3: audio |
||||
#codec_id 3: pcm_s16le |
||||
#sample_rate 3: 44100 |
||||
#channel_layout_name 3: 5.1 |
||||
#tb 4: 1/44100 |
||||
#media_type 4: audio |
||||
#codec_id 4: pcm_s16le |
||||
#sample_rate 4: 44100 |
||||
#channel_layout_name 4: 7.1 |
@ -0,0 +1,7 @@ |
||||
691a76a847e0f3720c09cca341971f19 *tests/data/fate/mov-mp4-pcm-float.mp4 |
||||
3175929 tests/data/fate/mov-mp4-pcm-float.mp4 |
||||
#tb 0: 1/44100 |
||||
#media_type 0: audio |
||||
#codec_id 0: pcm_f32le |
||||
#sample_rate 0: 44100 |
||||
#channel_layout_name 0: 3 channels (FL+LFE+BR) |
Loading…
Reference in new issue