搜索资源列表
ffplayer OpenCV2.2+ffmpeg+Visual C++8.0开发的视频播放程序
- OpenCV2.2+ffmpeg+Visual C++8.0开发的视频播放程序,可支持mpeg2,H264的播放,代码中存在的视频,可现场测试。-OpenCV2.2+ ffmpeg+ Visual C++8.0 development of the video player that supports mpeg2, H264 playback, there are video code, field-testing.
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.
H264encode
- H264 视频编码器 用于多媒体 视频流方面的开发-H264 encode mutilmedia video stream program development
x264_explain
- 优化版h264编码器原代码。适合音视频编解码研究者。-H264 encoder optimized version of the original code. Suitable for audio and video codecs researchers.
JM93
- jm93 国际标准ITU-T h264 用于视频编解码 -jm93 h264 this software if for video coding and decoding
H264decode
- H264 视频解码器 用于多媒体 视频流方面的开发-H264 encode mutilmedia video stream program development
JM
- H264编解码,用于视频传输项目里。视频监控领域在传输的过程中经常用到视频编解码。-H264 codec for video transmission projects inside. Video surveillance areas in the course of transmission is often used in video codecs.
send264Video
- 利用directshow捕获视频并压缩H264,其中没有发送部分,程序只在本地解压缩并蟊预览-The use of directshow to capture video and compression H264, which did not send part of the program only in the local decompressed and Spanish fly preview
111186768H264_Ateme_MPEG-4_AVCH.264_Encoder
- h264解码程序,H264是应用于网络视频传输、视频会议的新协议-ENG decoding process H.264 is used in network video transmission, video conferencing, the new agreement
video_format_instruction.doc
- 各种视频格式介绍,包括AVI H264 MKV Divx等视频格式-Introduced a variety of video formats, including AVI H264 MKV Divx and other video formats
cmp4b110507
- CMP4是一款免费的在线音乐播放器,采用Flash开发。支持的音频视频格式主要有MP3,FLV,MP4,并可以通过网页JS接口实现WMP(Windows Media Player)所支持的格式播放,如wma,wmv等。主要功能特色有列表式播放(自定义音乐专辑和列表),MP3可视化效果(声音频谱),同步歌词(默认支持lrc歌词以及kmc卡拉ok歌词),高清视频和在线直播(h264/rtmp),自定义皮肤,加载各种插件等等,CMP4支持api的调用,可让用户实现更多自定义功能。 -CMP4 is
VLC-player
- VLC Video player source, is used for broadcasting H264 Audio and Video files and building the monitoring system.
Hx264_explain2
- 优化版h264编码器原代码。适合合音视频编解码研究者。可直接使用。 -Optimize version h264 encoder source code. For chorus video codec researchers. Can be used directly.
AppDemo
- 视频码流转换程序,将mpeg4转换为H264-video translate
FileZilla-Server-source-0.9.30
- H264视频编解码实例,对初学者很有帮助需要的赶快下载-H264 video codec instance, useful for beginners need to quickly download
send_h264_rtp
- 解析h264视频文件,打包成rtp格式发送出去,工程用vc++6.0打开就行,用vlc测试可播放。-Parse h264 video files, packaged into rtp format sent the engineering vc++6.0 open playable on the line, vlc test.
H264-player
- 一款H264裸码流的播放器,尤其可以解码监控录像视频-A bare H264 stream player, especially can decode video surveillance tapes
H264Demuxer
- H264视频PS流解析获取pes,raw数据流的源码-H264 video stream ps demuxer for get pes and raw video stream
FFmpeg-video-decoder
- 自己写的基于ffmpeg的h264解码程序,欢迎大家下载-Write your own program based on ffmpeg of h264 decoding, welcome to download
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通