搜索资源列表
avcodec_sample
- ffmpeg例子.FFmpeg是一个集录制、转换、音/视频编码解码功能为一体的完整的开源解决方案。FFmpeg的开发是基于Linux操作系统,但是可以在大多数操作系统中编译和使用。-ffmpeg example. Sorenson is a record collection, conversion, Audio / Video codec combines the functional integrity of the revenue-raising solutions. Sorenson D
AVCodeDecoder
- H.264+ffmpeg解码器的样例程序
用delphi编写的H264解码
- 用delphi编写的H264解码 适合ffmpeg初学者参考-
ObjTracker
- 一个采用FFMPEG对视频进行解码、采用OPENCV对物体进行跟踪的 跟踪示例程序。-A use of FFmpeg for video decoding, using OPENCV object tracking sample tracking procedures.
decodertest
- 该软件基于ffmpeg编写的视频解码工具,能将MPEG,avi等视频解码成一帧一帧BMP格式图片-The software is written based on ffmpeg for video decoding tool, able to MPEG, avi and other video decoding into an a BMP format image
FrameHistogram_org
- ffmpeg图像解码及rgb和hsv特征提取,采用ffmpeg0.6解码,内含特征提取算法。-ffmpeg rgb and hsv image decoding and feature extraction, using ffmpeg0.6 decoding, includes feature extraction algorithm.
libffmpeg
- FFmpeg是一个开源免费跨平台的视频和音频流方案,属于自由软件,采用LGPL或GPL许可证(依据你选择的组件)。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多codec都是从头开发的。-FFmpeg is a free open source cross-platform video and audio streaming program is free software, t
decode
- 对开源社区ffmpeg关于解码部分的描述-Descr iption of the open source community ffmpeg decoding part
h264
- 用ffmpeg解码h264视频文件,并且将解码出来的每帧图像用opencv封装进行显示。使用时须配置好ffmpeg和opencv,然后将自己的h264文件名称修改为1.h264 并将其置于当前目录即可运行(可作为2次开发的参考)-Using ffmpeg to decode h264 video file and display each frame decoded using opencv package, the ffmpeg is the latest version 3-2. In ad
video_proc.tar
- 一个摄像头采集播放程序 QTcreator,V4linux2 h264编码,但FFmpeg解码失败,大家可以找找原因,新版的ffmpeg不好使啊。-A camera acquisition player QTcreator, h264 encoding V4linux2, FFmpeg decoding fails, we can find out why, the new version of ffmpeg so bad.
ffmpeg-1.1.1.tar.bz2
- FFmpeg是一个开源免费跨平台的视频和音频流方案,属于自由软件,采用LGPL或GPL许可证(依据你选择的组件)。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多codec都是从头开发的。-1.1.1 was released on 2013-01-20. It is the latest stable FFmpeg release from the 1.1 release bra
H264
- H264 FFMPEG 解码效率 解码的时候需要计算解码时间-H264 ffmpeg decoding efficiency
YUV2Video
- FFMPEG 编解码,将YUV序列 制作成视频流-FFMPEG codec YUV sequence made into a video stream
msdk_ffmpeg_integration
- FFMPEG 和 MSDK解码 效率 比较 。 MSDK解码完胜。-Of ffmpeg and MSDK decoding efficiency is relatively. The decoded victory MSDK.
sample
- 基于ffmpeg 的h264编解码和mp4等文件的生成。适合入门。-Based on the the ffmpeg h264 codec and mp4 file generation. Suitable for beginners.
ffplay
- 基于FFMPEG,实现对标准视频文件的解码及播放功能。-Based on FFMPEG, realize the decoding of the video file and playback function.
EncodeDecode.tar
- 代码例程,讲解如何使用ffmpeg进行编解码,同时说明了ts流如何封装,一个不错的示例。-Code examples to explain how to use ffmpeg codec, while ts stream explains how to package, a good example.
audio_play
- 一个简单的音乐播放器,采用ffmpeg解码,然后采用sdl渲染图像-audio play
ffmpeg-2.3.6
- ffmpeg-2.3.6,提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec。非常强大的功能包括视频采集功能、视频格式转换、视频抓图、给视频加水印等。-ffmpeg-2.3.6, provides a complete solution to record, convert and stream audio and video. It contains a very advanced audio/video codec library liba
decoder.tar
- 定义c++类,实现ffmpeg 库解码视频文件-use ffmpeg library to decode video stream by a c++ class