搜索资源列表
ffmpeg.rar
- FFMPEG encode/transcoder source code,FFMPEG encode/transcoder source code
ffmpeg-0.5
- This file contains the ffmpeg video codec library. FFmpeg is the open source library of numerous codecs like mpeg4, H.264, H.263, mpeg2 and many more. You can encode your raw video using any video codec.
ffmpeg
- 提供了开发流媒体所用的各种格式的库文件,有mpeg4,h264等,包括压缩和解压缩以及流媒体的传输-mpeg4,h264,encode,decode
ffmpegtutorial.tar
- ffmpeg is a wonderful library for creating video applications or even general purpose utilities. ffmpeg takes care of all the hard work of video processing by doing all the decoding, encoding, muxing and demuxing for you. This can make media applicat
AudioEncode.tar
- ffmpeg 音频编码的例子,支持pcm编码成mp3或者aac-ffmpeg audio encode example to suuport PCM to mp3 or aac
X264Encoder
- h264 encoder 一个基于x264编码库与ffmpeg库,的简单封装h264编码接口-encode yuv file to h264 file
simplest_ffmpeg_audio_encoder
- 最简单的基于FFMPEG的音频编码器(PCM编码为AAC)。该编码器实现了PCM音频采样数据编码为AAC的压缩编码数据。编码器代码十分简单,但是每一行代码都很重要。通过看本编码器的源代码,可以了解FFMPEG音频编码的流程。 详细参考《最简单的基于FFMPEG的音频编码器(PCM编码为AAC)》: http://blog.csdn.net/leixiaohua1020/article/details/25430449-The software is based on VC 2010. I
simplest_ffmpeg_pic_encoder
- 最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)。代码调用FFMPEG类库实现了YUV420P的数据编码为JPEG图片。 详细信息《最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)》: http://blog.csdn.net/leixiaohua1020/article/details/25346147-a simplest picture encoder based on FFmpeg. The software is based on VC 2010.
ffmpeg-2.8.5
- FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
ffmpeg_mp3_encode
- pcm音频数据编码成mp3文件,编码程序写成了接口,方便调用,参考tests目录下的使用demo(PCM audio data is encoded into a MP3 file, the code program is written as an interface, convenient to call, and refer to the use of demo under the tests directory)
