搜索资源列表
jm_pc
- 一个可以播放H264格式的视频播放器,没有源代码,仅供参考!
H264
- H.264的解码器 输出文件格式为yuv 开发工具Visual Studio 6.0 以上
H264播放器.rar
- 用来播放H264格式的视频文件,很方便
H264+RTP+发送和接收(PDF文档)
- H264+RTP+发送和接收(PDF文档)详细介绍H.264 RTP封装格式等
world's smallest h264 encoder
- 一个短小精悍的H264编码器,只有100多行,适合初学者理解码流中的参数格式
RTP解包NAL,H264格式
- RTP解包NAL,H264格式,简单实用,实现了单个NAL单元包和FU_A分片单元包。对于丢包处理,采用简单的策略:丢弃随后的所有数据包,直到收到关键帧。-RTP unpack NAL, H264 format, simple and practical, to achieve a single NAL unit packets and fragmentation units FU_A package. For the packet loss treatment, using a simple
H264Demo.rar
- 播放h264格式的一个Demo,播放*.H264格式的文件。,H264 format player, a Demo, play*. H264 formats.
H264
- H264语法,格式的相关介绍的好文档啊,看看绝对对开发264的人有帮助哦,欢迎下载-H264 syntax, format documents related presentations ah good to see 264 people on the development definitely help Well, welcome to download
mpegtsutils
- 本软件可将符合MPEG2TS流格式文件中的视频(如MPEG2/4/H264)和音频(如AC3/AAC)数据根据其对应的PID值提取分别出来,即TS2ES-This software could be in line with the MPEG2TS streaming video format (such as MPEG2/4/H264) and audio (such as AC3/AAC) data in accordance with its corresponding PID value
s3c6410-h264-IDR-encode-ok
- 这是上一个代码的优化,加了IDR帧编码,适合不稳定网络(如移动通信网),已产品化,基于华恒S3C6410-R2开发板采集视频并压缩为H264格式,带IDR帧,使用时.c文件要改名为cam2fb.c-This is a code optimization, plus the IDR frame coding for unstable networks (such as mobile communications network), has been product oriented, huahen
v4l2_rtp_jpeg
- v4l2 通过camera抓图,然后由rtp传输出去jpeg格式的图片。-v4l2 camera drawings through, then transfer out rtp jpeg format.
H264Player(FFMPEG)
- 实现H264文件的解码,图像格式转换,从而实现H264格式文件播放,-H264 files to achieve the decoding, image format conversion, in order to achieve H264 format player,
s3c6410-h264-encode-ok
- 已产品化代码,用华恒S3C6410-R2开发板采集视频并压缩为H264格式,不带IDR帧,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c-Product of the code has been used huaheng S3C6410-R2 development board acquisition and compression for the H264 video format, without IDR frame, providing c
h264coretransform
- 实现了H264的核心转换功能,完成将原始视频数据转换成h264格式的视频。-The core implements H264 conversion to complete the original video data into h264 format for video.
VideoGet
- 该程序用C++ vc2005编写,可实现摄像头的视频采集和avi到h264格式的压缩转换并播放-The program written with C++ vc2005, enabling camera video capture and compression formats avi to h264 convert and play
ARM6410硬解H264
- 三星6410硬件H264格式,通常使用软件的话会大量消耗CPU资源,在2410上用x264编码非常慢,用6410自带芯片硬解是不错的选择
H264.rar
- h264视频编码源码,能将图像压缩成h264格式,h264 video encoding source, can image compression h264 format
yuv420-h264
- yuv420视频转码h264格式,具体说明,请看压缩包自带的readme。在linux下编译运行。-Yuv420 video transcoding h264 format, details, please see the readme package. Compiler running under Linux.
Linux PC下UVC摄像头采集并用x264进行编码成H264
- 在LinuxPC下使用UVC摄像头采集视频,并用X264压缩成H264格式。这个只是一个初级的程序,只是实现了功能
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通