搜索资源列表
FFmpeg_rmvb
- ffmpeg_rmvb 解决ffmpeg不能编码rmvb的问题 内有示例 能用于asp,net,php在线编码视频flv,mp4 支持wmv,mov,3gp,mp4,rm,rmvb,mpg,mp3等多各种频频格式-ffmpeg can not encode rmvb ffmpeg_rmvb solve the problem within the sample can be used in asp, net, php-line encoded video flv, mp4 sup
H264encode
- H264 视频编码器 用于多媒体 视频流方面的开发-H264 encode mutilmedia video stream program development
output-example.c
- ffmpeg里的一个官方样例,详细介绍了ffmpeg对音视频编解码的流程-ffmpeg official example about how to encode/decode audio and video
RGB2YUV
- H.264对YUV格式的视频文件进行编码,在VC中实现的代码-H.264 to encode the YUV format video files, the code in VC
VideoGrabber
- Simple bare bones DLL to enumerate video capture devices, and capture into a buffer on a seperate thread. A program can link to this DLL, begin video capture, and pull from the 30 frames / second buffer at any frequency and get full RGB frames to the
H263encode
- H263 视频解码器 用于多媒体 视频流方面的开发-H263 encode mutilmedia video stream program development
H264decode
- H264 视频解码器 用于多媒体 视频流方面的开发-H264 encode mutilmedia video stream program development
MPEG4encode
- mpeg4 视频编码器 用于多媒体 视频流方面的开发-mpeg4 encode mutilmedia video stream program development
H.264
- 视频编码标准H.264的C++实现程序,很好的程序-the encode and decode program of H.264 video coding
3gp_ANSI-C_source_code
- This archive include the source code that encode or decode video or audio using 3gp codec.
ffmpeg-encode
- vc 音视频编解码的资料,很要用,学习音视频的号东西-vc audio video encode
encode
- DM365视频编码,用于DM365的视频编码程序-video encoder
video-compress-stantard
- 视频编码标准 包括有《MpeG JPeg等比较常见的标准的编码标准基本的模块信息-video compress h.264/Mjpeg1/Mlpeg2/ h.263 video compress standered introduce and basic construction compse of DCT huffman encode and RLC and VLC ME and MC ect
mp3
- \avi2mpg1_src 中包含了mpeg1编码的源程序 \avi2mpg1 中为该程序的可执行文件 \A2MGUI 为VC下编译的图形用户界面\mp3en mepg 层3音频编码程序 \mp3de mpeg 层3音频解码程序-perform encode and decode of mpeg1 format video using Vc language
mpeg
- 采用VC编程语言,实现对mpeg2格式视频流的解码和编码。-perform encode and decode for mpeg2 format video
intelmediasdk
- Lib and Include of Intel media SDK for video encode decode
ffmpeg样例output-example.c
- ffmpeg里的一个官方样例,详细介绍了ffmpeg对音视频编解码的流程-ffmpeg official example about how to encode/decode audio and video
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通