请教怎么获得所使用的某一编码标准所支持的档次和级别

请问如何获得所使用的某一编码标准所支持的档次和级别?
请问可以获得所使用的某一编码标准所支持的档次和级别吗?如AVS的基准档次、6.0级别;H.264的High profile、Level 4,这些档次和级别是如何知道的?某播放器支持MPEG4或WMV/VC-1格式,怎么获得它所支持的相应档次和级别呢?谢谢。

------解决方案--------------------
这些需要解码后才能知道。
------解决方案--------------------
H264里面有sequence parameter header, 里面有相关的profile以及level。
ex:
seq_parameter_set_rbsp( ) { C Descriptor
profile_idc 0 u(8)
constraint_set0_flag 0 u(1)
constraint_set1_flag 0 u(1)
constraint_set2_flag 0 u(1)
reserved_zero_5bits /* equal to 0 */ 0 u(5)
level_idc
。。。
}
------解决方案--------------------
如果想知道,建议用kmplayer或者VLC来播放,可以看如下信息:
E:\stream\O_WVM_B_03_NTSC_CBR_6M_128_4.WMV
General
Complete name : E:\stream\O_WVM_B_03_NTSC_CBR_6M_128_4.WMV
Format : Windows Media
File size : 127 MiB
Duration : 2mn 51s
Overall bit rate mode : Constant
Overall bit rate : 6 221 Kbps
Maximum Overall bit rate : 6 370 Kbps
Encoded date : UTC 2005-05-27 12:45:07.389
Comment : 34_NTSC_CBR_6M_128_44_2.wmv
Video #2
Format : VC-1
Format profile : MP@ML
Codec ID : WMV3
Codec ID/Info : Windows Media Video 9
Codec ID/Hint : WMV3
Description of the codec : Windows Media Video 9 - Professional
Duration : 2mn 51s
Bit rate mode : Constant
Bit rate : 6 000 Kbps
Width : 720 pixels
Height : 480 pixels
Display aspect ratio : 1.500
Frame rate : 23.976 fps
Standard : NTSC
Resolution : 24 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.724
Audio #1
Format : WMA2
Format profile : L3
Codec ID : 161
Codec ID/Info : Windows Media Audio 2
Description of the codec : Windows Media Audio 9.1 - 320 kbps, 44 kHz, stereo (A/V) 1-pass CBR
Duration : 2mn 51s
Bit rate mode : Constant
Bit rate : 320 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Resolution : 16 bits
------解决方案--------------------
wma与wma pro参见
http://www.microsoft.com/windows/windowsmedia/forpros/codecs/audio.aspx
里面有比较
WMA 9与wma9 professional.