搜索资源列表
QCIF+264+Samples
- 这些是QCIF的测试序列,编码参数为 x264 -o test.264 test.yuv 176x144 目前JM能够解码多数参数编码序列,FFMPEG仅能够解码P帧。
libswscale.zip
- FFMPEG 中的YUV 处理程序
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
decodeVc1File
- This great peace of software will decode VC-1 compressed elementary stream file into RAW YUV data using libavcodec library from FFMPEG. The project is self-contained and don t need any external resources. The generated raw file is called (test
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-svn-20070501.tar
- 视音频编解码功能,通过了在linux下的编译,gcc版本4.1.2。成功对视频流进行H.264编码并将符合H.264标准的视音频文件解码成YUV数据,最后使用YUV工具播放成功。-audio/video codec toos. It includes libavcodec, the leading open source codec library. compiled in linux GCC at version 4.1.2.
H264Decoder
- 基于ffmpeg的视频解码程序,这思路非常清晰,而且解码的是264文件。解码得到yuv格式的文件-Ffmpeg-based video decoding process, this idea is very clear, and the decoder is 264 files. Yuv format decoded
mpeg4
- 将yuv 编码成mpeg4,利用ffmpeg-Will be encoded yuv mpeg4, using ffmpeg
video
- 可以读写视频文件,基于ffmpeg 获取视频帧保存成图像转成yuv图像序列-read and write video file
H263
- 基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to Y
Rtp
- 服务器端发送H264码流,客户端接受并解码与存为YUV文件.(H264,ffmpeg,Rtp,YUV等技术都包含在内)希望大家好好学习。我愿传播我的知识,促进社会发展 2012.9.7-Server sends H264 stream client to receive and decode YUV file saved as. (H264, ffmpeg, Rtp, YUV, and other technologies are included) and hope that we learn
Myffmpeg
- 经过工作中修改后的ffmpeg,可对网络流进行正常接入并解码,保修.264或YUV文件。-Ffmpeg modified work normal access network flow and decode warranty .264 or YUV file.
ffmpeg-2012-demo
- 将本地h264的码流转换成yuv格式的数据-The h264 the code circulation data replaced by yuv format
YUV2Video
- FFMPEG 编解码,将YUV序列 制作成视频流-FFMPEG codec YUV sequence made into a video stream
mpeg4_enc_dec
- 使用ffmpeg API将RGB或YUV图像进行mpeg4编码和解码-Using ffmpeg API , RGB or YUV image mpeg4 encoding and decoding
muxing
- ffmpeg的ts流封装例程,生成yuv后编码h264,接着封装ts流,稍微修改后,可以加入到你的工程中-ts stream ffmpeg package of routines to generate the yuv encoded h264, then package ts stream
ffmpeg-20161101-60178e7-win32-static
- 可以用于yuv格式图像和视频的处理,可以将png、jpg等格式图像转为yuv格式-Can be used for YUV format images and video processing, you can JPG, PNG and other formats into YUV format images
YuvToH264
- 通过FFMPEG,将YUV文件编码成H264文件,在用的时候,要在网上找一个YUV文件。(Through FFMPEG, the YUV file is encoded into a H264 file, and when you use it, find a YUV file on the internet.)
yuv2h264
- yuv转h264,包括详细的注释。希望对初学者有帮助(YUV to h264, including detailed notes. I hope to help beginners)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通