摘要: Audio CD*标准CD格式也就是44.1K的采样频率,速率88K/秒,16位量化位数**.cda格式,这就是CD音轨了,一个CD音频文件是一个*.cda文件,这只是一个索引信息,并不是真正的包含声音信息,所以不论CD音乐的长短,在电脑上看到的“*.cda文件”都是44字节长MP3*MPEG音频文件的压缩是一种有损压缩,MPEG3音频编码具有10:1~12:1的高压缩率,... 阅读全文
posted @ 2010-05-09 11:17 新绿 阅读(1281) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>extern "C"{//#include "avcodec.h"#include "avformat.h"}int main(char arg,char *argv[]){char *filename ="02.swf";av_register_all();//注册所有可解码类型AVFormatCo... 阅读全文
posted @ 2010-05-09 11:04 新绿 阅读(5096) 评论(2) 推荐(0) 编辑