搜索资源列表
movieeditor
- 这是把AVI文件转换为图像数据帧的专用MATLAB程序包,很好用的
h264coretransform
- 实现了H264的核心转换功能,完成将原始视频数据转换成h264格式的视频。-The core implements H264 conversion to complete the original video data into h264 format for video.
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
TsToFlv
- 解析TS文件,获取音视频数据和相关信息,并转换为FLV封装格式-Demux ts stream, get Audio & Video data,then mux to flv file
src
- 从YUV文件中读取YUV数据,再将YUV数据转换为RGB数据,再通过SDL显示到手机上-YUV YUV file is read from the data, then the data is converted to RGB YUV data, and then displayed on the phone by SDL
mpeg4tomp4
- mpeg4码流到mp4码流的转换,转换后的数据能被vlc等标准播放器播放。已经封装好了接口~-mp4 mpeg4 code conversion code flowing stream, the data can be converted vlc player and other standards. Have a good package interfaces ~
mp4topcm
- 提取mp4文件的音频数据,然后将它转换成可以直接通过喇叭输出的pcm数据(Extract the audio data from the MP4 file and convert it to PCM data that can be output directly through the speakers)