很多客户经常会问比如avi是否支持,MP4无法播放是为什么。其实这需要说到 codec(编解码器) 和 container(容器) 的区别,我们更需要关注的是前者。 
        从根本上讲,container (容器) 就是我们通常所说的文件格式。container (容器) "包含" 一个视频的各种组件:图像流、声音、以及其他一些东东。例如,如果 container (容器) 允许,你可以在一个视频文件中包含有有多个音轨和字幕。最流行的 container (容器) 例子是 OGG、Matroska、AVI、MPEG。 
        codec (编解码器) 是为 "编码" 和 "解码" 流的一系列方式。它们的工作通常是压缩数据 (并在回放时解压缩) 以便你可以使用一个更小的文件尺寸来存储和传输文件。有许多可用的 codec (编解码器),它们都有各自的优势、缺点和特性,为正确场景选择正确设置的正确的 codec (编解码器) 是一门艺术。 
        下图应该可以让我们更清晰一些: 
 
![]()  
 
 
我们支持的视频解码如下: 
| File  Extension | Container  | Video Codec  | Audio Codec  | SPEC  | Bit Rate | Profile | Comment |  | mpg, mpeg, dat | MPG,  MPEG  | MPEG1,  2  | MP2,MP3,AC3,LPCM  | 1920x1080 @ 30P | 20Mbit/sec | Main  Profile  | MP4:  MP42、GMC is not supported |  | ts, trp , tp, m2ts,m2t1 | MPEG2-TS 
    H264-TS 
    VC1-TS  | MPEG-2  ,H.264, VC1  | MP2,MP3,AC3,AAC, 
    HEAAC  | 1920x1080 @ 30P | 20Mbit/sec | H264:  Main Profile and High Profile @Level 4.0 
    MPEG2: Main Profile  |  | vob | MPEG2-PS  | MPEG1,  2  | MP2,MP3,AC3,LPCM  | 1920x1080 @ 30P | 20Mbit/sec | Main  Profile  |  | mp4, mov | MP4,  QTFF  | MPEG4 
    Divx 3.11, Divx 4.12, Divx 5.x, Divx 6, Xvid 1.00,   
    Xvid 1.01, Xvid 1.02, Xvid 1.03, Xvid 1.10-beta1/2 
    H.264  | AAC,HEAAC,MP3  | 1920x1080 @ 30P | 20Mbit/sec | H264:  Main Profile and High Profile @Level 4.0 
    MPEG4: Simple Profile and Advanced Simple Profile @Level 5  |  | mkv | Matroska  | H.264,  MPEG-1,2,4, VC1, Divx, Xvid,   | MP2,MP3,AC3,AAC, 
    HEAAC,LPCM  | 1920x1080 @ 30P | MPEG 1/2/4: 20Mbit/sec. 
    H264: 25Mbit/sec | H264:  Main Profile and High Profile @ Level 4.1 
    MPEG4: Simple Profile and Advanced Simple Profile @Level 5  |  | divx, avi | AVI(1.0,  2.0), DMF0,1,2  | MPEG2,  MPEG4 
    DivX 3.11, DivX 4.DivX 5, DivX 6, Xvid 1.00,  
    Xvid 1.01, Xvid 1.02, Xvid 1.03, Xvid 1.10-beta1/2 
    H.264  | MP2,MP3,AC3,LPCM,ADPCM,AAC,HEAAC  | 1920x1080 @ 30P | 20Mbit/sec | MPEG2:  Main Profile 
    MPEG4: Simple Profile and Advanced Simple Profile @Level 5  |  | Motion JPEG(avi, mp4, mkv) | AVI, MP4, QTFF, Matroska | JPEG  | LPCM, ADPCM  | 640x480 @ 30P | 10Mbit/sec |  
 |  | asf, wmv | ASF(Revision  01.20.03)  | VC1  | WMA  | 1920x1080 @ 30P | 20Mbit/sec  | Advanced  Profile @ Level 3 
    Simple Profile and Main Profile  |  | flv | flv  | Sorenson H.263,  H264  | MP3, AAC  | 1920x1080 @ 30P | 20Mbit/sec | Sorenson  H.263 
    H264: Main Profile and High Profile @ Level 4.0  |  | 3gp | 3GP  | MPEG4, Sorenson  H.263  |  
 | 1920x1080 @ 30P | 20Mbit/sec |    |  
  
 
 |