搜索资源列表
jm_pc
- 一个可以播放H264格式的视频播放器,没有源代码,仅供参考!
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
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
264tomp4
- 把h.264的视频文件,转换成MP4格式的通用文件-The h.264 video files into MP4 file format common
H264Player(FFMPEG)
- 实现H264文件的解码,图像格式转换,从而实现H264格式文件播放,-H264 files to achieve the decoding, image format conversion, in order to achieve H264 format player,
x264.MeGUI_2050_x86
- x264(MeGUI).将视频进行编码成H264格式-make the video to H264 format.
H264Rtp
- 用于在开发ISMA程序时用于音视频部分用RTP格式封装的一个小程序,仅供参考-ISMA used in the development of procedures for the use of audio and video formats RTP Packaging, a small procedure, for reference
264group
- h264介绍,PPT格式,不能打开的请安装相关软件-h264 ppt format
h264coretransform
- 实现了H264的核心转换功能,完成将原始视频数据转换成h264格式的视频。-The core implements H264 conversion to complete the original video data into h264 format for video.
Encap
- h264封装流格式转变源代码,rtp和纯字节流的转变-h264 stream format changes in the source code package, rtp and pure byte stream changes
ffmpeg
- 提供了开发流媒体所用的各种格式的库文件,有mpeg4,h264等,包括压缩和解压缩以及流媒体的传输-mpeg4,h264,encode,decode
h264_standard
- h264中文标准,提供h264影音格式解析,包含流媒體應用介紹-h264 Chinese standards, to provide analytical h264 video formats, including streaming media applications introduced
H264Decoder
- 基于ffmpeg的视频解码程序,这思路非常清晰,而且解码的是264文件。解码得到yuv格式的文件-Ffmpeg-based video decoding process, this idea is very clear, and the decoder is 264 files. Yuv format decoded
VideoGet
- 该程序用C++ vc2005编写,可实现摄像头的视频采集和avi到h264格式的压缩转换并播放-The program written with C++ vc2005, enabling camera video capture and compression formats avi to h264 convert and play
H264
- 基于h264编码格式的视频文件的编解码的源代码-h264 codec video file formats
last_x264
- x264的官方源码,可以进行h264格式数据的编解码功能-the source code of x264 to decoder or encoder video with h264 format
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格式。这个只是一个初级的程序,只是实现了功能