搜索资源列表
test_convert_v4l2
- 基于ffmpeg的API,从摄像头采集数据并将其保存为mp4或者avi文件。有详细的中文备注,测试可用。-Ffmpeg' s API to collect data from the camera and save it as mp4 or avi file. Detailed Chinese notes, tests are available.
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
ffmped
- 编译好的 ffmpeg,需要的同学可以下载-Compiled ffmpeg, students need to download,,,,
muxing
- ffmpeg的ts流封装例程,生成yuv后编码h264,接着封装ts流,稍微修改后,可以加入到你的工程中-ts stream ffmpeg package of routines to generate the yuv encoded h264, then package ts stream
audio_play
- 一个简单的音乐播放器,采用ffmpeg解码,然后采用sdl渲染图像-audio play
decoder.tar
- 定义c++类,实现ffmpeg 库解码视频文件-use ffmpeg library to decode video stream by a c++ class