搜索资源列表
FarSight
- 运行于Windows Moblie 上的手机视频实时监控程序。使用ffmpeg解码h264编码的视频数据,并使用directDraw技术进行显示。-Runs on Windows Moblie phone on real-time video monitoring program. Use ffmpeg decode h264 encoded video data, and use directDraw display technology.
H264Android
- Android 解码h264文件,移植FFMPEG实现编解码。-Android decode h264 files to achieve transplantation FFMPEG codec.
h.264-decode
- 改工程为从ffmpeg中提取文件,在VS下整合成的h.264文件解码-decode h.264 files
player_sdk
- HKVision 播放器源代码,解码mp4和h264格式。-HKVision player source code, decode mp4 and h264 format
output_example
- ffmpeg能用的解码实例 ffmpeg能用的解码实例-Examples of ffmpeg decoder can use ffmpeg decoder can decode ffmpeg examples examples
playSound
- 用ffmpeg解码,openAL播放声音的控制台程序,程序很小很好懂,可播放mp3,wav-Using ffmpeg decoding, openAL play a sound console program, the program understands very little good that can play mp3, wav
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
Ffmpeg-based_video_decompression
- 这是一个使用ffmpeg解码库对视频文件进行解码的示例程序,在这个程序中,将视频图像按帧解码为bmp图片-This is a library to use ffmpeg decoder to decode the video file sample program, in this program, the video image by decoding the bmp picture frame
ffmpeg
- 提供了开发流媒体所用的各种格式的库文件,有mpeg4,h264等,包括压缩和解压缩以及流媒体的传输-mpeg4,h264,encode,decode
ffmpeg_decode_vc1_very_good_dll
- ffmpeg_decode_vc1_very_good_dll.rar: This Visual Studio 2008 project will decode a VC1 elementary stream file using FFMPEG Dynamic libraries and store the decoded stream in a .YUV file in 4:2:0 planar format. This can be used as a decoding mod
ffmpeg_test_VC8.0
- 使用ffmpeg转换音/视频demo 使用VS2005编译-use ffmpeg decode the a/v file compile with vs2005
ffmpeg_tutorialchinese
- FFMPEG 是一个很好的库,可以用来创建视频应用或者生成特定的工具。FFMPEG 几乎为你把所有的繁重工作都做了,比 如解码、编码、复用和解复用。这使得 多媒体应用程序变得容易编写。它是一个简单的,用C 编写的,快速的并且能够 解码 几乎所有你能用到的格式,当然也包括编码多种格式-FFMPEG is a good library, can be used to create video applications or generate a specific tool. FFMPEG
H264 Decode
- 提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。-As
decode
- 对开源社区ffmpeg关于解码部分的描述-Descr iption of the open source community ffmpeg decoding part
gst-ffmpeg-0.10.8.tar
- ffmpeg-0.10.8 影音轉換/壓縮軟體,適用於Linux或Embedded linux-ffmpeg-0.10.8 audio and video convert/decode/encode, OS base on Linux或Embedded linux
ffmpeg-0.5.10.tar
- ffmpeg 0.5.10 source code.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. It supports the most obscure ancient formats up t
tcpSocket_dataRecieve
- 1、能够通过Tcp套接字读取服务器发送的视频数据流。2、根据服务器发送视频流的格式采用ffmpeg相应组件对其进行解码与播放-1, able to read through the Tcp socket server to send the video data stream. 2, according to the server to send the video stream format using ffmpeg decode and playback the corresponding
H264Player
- H264player 使用VC++建立的工程,使用ffmpeg解码h264视频文件,实现h264格式文件的播放-H264player use VC++ established engineering, use ffmpeg decode h264 video files, h264 format file playback
havlenapetr-FFMpeg-7c27aa2
- android基于ffmpeg解码,用surface渲染播放-android decode by ffmpeg ,use surface render
ffmpeg样例output-example.c
- ffmpeg里的一个官方样例,详细介绍了ffmpeg对音视频编解码的流程-ffmpeg official example about how to encode/decode audio and video