Welcome![Sign In][Sign Up]
Location:
Search - yuv to h264

Search list

[OtherYUVDiff

Description: Haskell 代码。 对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。 我本人主要将之用于 H264 编解码器的 deblock 过程的测试辅助定位。 很容易扩展为 YUV422 或 444 格式的图象。 更详细用法见程序内的帮助。-Haskell code. YUV 420 for the images to compare the differences between image pixels, macro block to the performance. I will mainly use it H264 codecs deblock the process of positioning the auxiliary testing. Be easily extended to YUV422 format or 444 images. See more detail usage procedures help.
Platform: | Size: 3107 | Author: Levi | Hits:

[Windows Developh264dec

Description: h264的解码源程序,h264文件解码成yuv视频序列-h264 decoder,decode the h264 file to yuv video series
Platform: | Size: 154332 | Author: 刘语 | Hits:

[Windows Developh264enc

Description: h264编码源程序,将yuv视频序列编码为h264文件-h264 encoder,encode yuv video series to h264 file
Platform: | Size: 255104 | Author: 刘语 | Hits:

[Streaming Mpeg4jm96

Description: 最新的H264的编码解码的源码.(2005-5) 附带yuv测试文件和编码解码的配置文件。-latest H.264 codec to the source. (2005-5) incidental test documents and YUV codec configuration files.
Platform: | Size: 899419 | Author: 胡文军 | Hits:

[Windows Developh264dec

Description: h264的解码源程序,h264文件解码成yuv视频序列-h264 decoder,decode the h264 file to yuv video series
Platform: | Size: 153600 | Author: 刘语 | Hits:

[Windows Developh264enc

Description: h264编码源程序,将yuv视频序列编码为h264文件-h264 encoder,encode yuv video series to h264 file
Platform: | Size: 254976 | Author: 刘语 | Hits:

[Streaming Mpeg4jm96

Description: 最新的H264的编码解码的源码.(2005-5) 附带yuv测试文件和编码解码的配置文件。-latest H.264 codec to the source. (2005-5) incidental test documents and YUV codec configuration files.
Platform: | Size: 899072 | Author: aa | Hits:

[OtherYUVDiff

Description: Haskell 代码。 对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。 我本人主要将之用于 H264 编解码器的 deblock 过程的测试辅助定位。 很容易扩展为 YUV422 或 444 格式的图象。 更详细用法见程序内的帮助。-Haskell code. YUV 420 for the images to compare the differences between image pixels, macro block to the performance. I will mainly use it H264 codecs deblock the process of positioning the auxiliary testing. Be easily extended to YUV422 format or 444 images. See more detail usage procedures help.
Platform: | Size: 3072 | Author: Levi | Hits:

[Streaming Mpeg4YuvViewer

Description: 在vc中实现的YUV读取和显示程序。H264的测试序列都是YUV格式,该程序可以直接读取H264官方提供的YUV测试序列,并显示-Vc achieve in the YUV to read and display program. H264 test sequences are YUV format, the program can directly read H264 official YUV test sequence, and display
Platform: | Size: 1590272 | Author: 袁红星 | Hits:

[Graph RecognizeH264

Description: H.264的解码器 输出文件格式为yuv 开发工具Visual Studio 6.0 以上-H.264 decoder output file format yuv development tools for Visual Studio 6.0 and above
Platform: | Size: 308224 | Author: mubai | Hits:

[Internet-NetworkRtp

Description: 服务器端发送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. I would like to spread my knowledge, promote social development 2012.9.7
Platform: | Size: 66008064 | Author: jackshen | Hits:

[Streaming Mpeg4yuv2h264_endec

Description: camera的yuv数据转h264,然后h264解码本地显示-encode yuv from camera to h264, then decode h264 and display in rgb
Platform: | Size: 6144 | Author: 正小开 | Hits:

[Linux driverencode

Description: Ti芯片DM8168上面编码源码,内含yuv转H264的demo和相关yuv视频文件-failed to translate
Platform: | Size: 21504 | Author: huangzhuliang | Hits:

[Compress-Decompress algrithmsavencode_demo

Description: 将摄像头获取的YUV数据转换成编码成H264格式,-encode YUV420P to H264
Platform: | Size: 10748928 | Author: 马号 | Hits:

[Picture Viewermuxing

Description: ffmpeg的ts流封装例程,生成yuv后编码h264,接着封装ts流,稍微修改后,可以加入到你的工程中-ts stream ffmpeg package of routines to generate the yuv encoded h264, then package ts stream
Platform: | Size: 4096 | Author: LEOLUO | Hits:

[Streaming Mpeg4X264Encoder

Description: h264 encoder 一个基于x264编码库与ffmpeg库,的简单封装h264编码接口-encode yuv file to h264 file
Platform: | Size: 16119808 | Author: 周理鹏 | Hits:

[Multimedia Developlive_beautiful_camera_streaming0.5

Description: 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现) Yuv转换成h264,x264实现 H264转换成rtmp流,libxrtmp实现-Mainly opencv face beautification facial beautification, skin test our use, skin color space is a particular area of a detected region (region of interest), after this area landscaping, is filtered, mainly bilateral filtering and Gaussian filter. 3. Video format conversion and encoding process is a good matrix rgb color space, the need to convert yuv, yuv color space that can be played, similar to watching our television screen above, the coding is transmitted when you need to send traffic only stream equivalent for compressed data, video frame coded yuv format into h264 format Rgb convert yuv, opencv achieve (achieve beauty in this step) Yuv convert h264, x264 achieve H264 convert rtmp stream, libxrtmp achieve
Platform: | Size: 14661632 | Author: wangyaning | Hits:

[Multimedia programsimplest_mediadata_test

Description: * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* This project contains following samples to handling multimedia data: * (1) Video pixel data handling program. It contains several examples to handle RGB and YUV data. * (2) Audio sample data handling program. It contains several examples to handle PCM data. * (3) H.264 stream analysis program. It can parse H.264 bitstream and analysis NALU of stream. * (4) AAC stream analysis program. It can parse AAC bitstream and analysis ADTS frame of stream. * (5) FLV format analysis program. It can analysis FLV file and extract MP3 audio stream. * (6) UDP-RTP protocol analysis program. It can analysis UDP/RTP/MPEG-TS Packet. *)
Platform: | Size: 24964096 | Author: 梁立峰 | Hits:

[Multimedia programyuv2h264

Description: yuv转h264,包括详细的注释。希望对初学者有帮助(YUV to h264, including detailed notes. I hope to help beginners)
Platform: | Size: 1024 | Author: joycepart | Hits:

[Multimedia DevelopH264_ddraw

Description: 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通过,可直接使用. 视频播放是采用窗口式的基于DirectDraw方法, 基于DirectDraw的图像播放是Windows平台下很高效的方法,已经封装成CDirectDraw类, 可以很方便地直接应用到别的图像和视频处理工程中。 使用时打开h264文件或yuv文件(工程中有test.h264,encode.h264和FOREMAN_176x144_15.yuv三个测试文件), 单击[Play File]即可进行播放,播放的帧率可以更改定时器时间调整。 可以很方便的更改图像的宽度和高度以便播放不同分辨率的视频。(The H 264 decoded source code (c file) extracted from FFMPEG and debugged. Without using lib and DLL libraries compiled by FFMPEG, it can be debugged directly in VS2010 environment to track the details of the decompression process. It is very useful for students who want to learn and master the standard of H264 encoding and decoding. Read the files in H264 format and decompress and play them in real time. The decompressed image format is YUV, which is displayed frame by frame in the control of a dialog box. The program is compiled and linked under VS2010, and can be used directly. Video playback is based on the DirectDraw method of window type. Image playback based on DirectDraw is a very efficient method on Windows platform. It has been encapsulated into CDirectDraw class. It can be directly applied to other image and video processing projects.)
Platform: | Size: 4245504 | Author: 朝花夕拾1 | Hits:
« 12 »

CodeBus www.codebus.net