View Single Post
Old 8th May 2012, 14:49   #10862  |  Link
Pat357
Registered User
 
Join Date: Jun 2006
Posts: 452
Nev,

This is what the MPC-HC AVI-splitter gives on a file with speex-audio :

Code:

MPC AVI Source::Audio 1

Media Type 0:
--------------------------
Audio: 0xa109 32000Hz stereo 44kbps

AM_MEDIA_TYPE: 
majortype: MEDIATYPE_Audio {73647561-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {0000A109-0000-0010-8000-00AA00389B71}
formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 4207
cbFormat: 132

WAVEFORMATEX:
wFormatTag: 0xa109
nChannels: 2
nSamplesPerSec: 32000
nAvgBytesPerSec: 5610
nBlockAlign: 561
wBitsPerSample: 10
cbSize: 114 (extra bytes)

pbFormat:
0000: 09 a1 02 00 00 7d 00 00 ea 15 00 00 31 02 0a 00 .¡...}..ê...1...
0010: 72 00|01 00 53 70 65 65 78 20 20 20 73 70 65 65 r...Speex   spee
0020: 78 2d 31 2e 30 00 00 00 00 00 00 00 00 00 00 00 x-1.0...........
0030: 01 00 00 00 50 00 00 00 00 7d 00 00 02 00 00 00 ....P....}......
0040: 04 00 00 00 02 00 00 00 ff ff ff ff 80 02 00 00 ........ÿÿÿÿ€...
0050: 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 ................
0060: 00 00 00 00 09 43 6f 64 65 63 20 68 6f 6d 65 70 .....Codec homep
0070: 61 67 65 20 77 77 77 2e 6f 70 65 6e 61 63 6d 2e age www.openacm.
0080: 6f 72 67 20 


Here's another file (speex in MKV) with the Haali splitter :

Code:
Haali Media Source::Audio

Media Type 0:
--------------------------
Audio: 0xa109 32000Hz stereo 30kbps

AM_MEDIA_TYPE: 
majortype: MEDIATYPE_Audio {73647561-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {0000A109-0000-0010-8000-00AA00389B71}
formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 0
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 98

WAVEFORMATEX:
wFormatTag: 0xa109
nChannels: 2
nSamplesPerSec: 32000
nAvgBytesPerSec: 3800
nBlockAlign: 4
wBitsPerSample: 16
cbSize: 80 (extra bytes)

pbFormat:
0000: 09 a1 02 00 00 7d 00 00 d8 0e 00 00 04 00 10 00 .¡...}..Ø.......
0010: 50 00|53 70 65 65 78 20 20 20 31 2e 32 72 63 31 P.Speex   1.2rc1
0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 ................
0030: 00 00 50 00 00 00 00 7d 00 00 02 00 00 00 04 00 ..P....}........
0040: 00 00 02 00 00 00 a0 73 00 00 80 02 00 00 00 00 ......*s..€.....
0050: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060: 00 00

If you need more info, just let me know.

Last edited by Pat357; 8th May 2012 at 17:05. Reason: adding Haali
Pat357 is offline   Reply With Quote