搜索资源列表
Bmp2yuv. BMP转YUV源代码
- BMP TO YUV, 422 444 411,BMP TO YUV, 422 444 411
DrawYUV
- 使用directx创建yuvoverlay直接显示yuv图像的实例程序,对使用yuvoverlay很有帮助-Create yuvoverlay displayed directly using the yuv directx image sample program on the use of yuvoverlay helpful
WMVDecoderDMO
- DMGWriter使用同步Reader取一个WMV文件,去掉文件头,把Sample写成一个文件output.dmg DMGDecoder读取output.dmg,使用WMVideo Decoder DMO解码各个Sample然后输出YUV-Reader from the use of synchronous DMGWriter a WMV file, remove the paper first, the Sample written output.dmg DMGDecoder to rea
test
- s3c6410 yuv sample video
Hi_Deinterlace_Lib_V1.1.0.6
- Hi_Deinterlace_Lib_V1.1.0.6, for hislicon SOC chip. The sample can read yuv data from a file and call the APIs to do deinterlace.Hardware platfrom supported: Intel P3/Intel P4/Intel Core AMD Athlon64/AMD Sempron/AMD Athlon Operating system
cutYUV
- 裁剪yuv文件,可以设置起始帧和最后一帧,针对所有分辨率的yuv文件,采样空间也都支持-Cut yuv file, you can set the start frame and the last one, at all resolutions of the yuv file, sample space support
exp_01
- RGB转换YUV,并进行灰度变换。简单的实验,非常简单。sample图片没有。-RGB transfers to YUV .
qcom_video_codec_sample_1_3_1
- 高通android硬解码示例代码,h264,yuv-Qualcomm android hardware decoding sample code, h264, yuv
cudaEncode
- 此示例演示如何有效地使用CUDA视频编码器API编码H.264视频。视频输入在YUV格式作为输入(系统CPU或GPU内存)和视频输出帧编码H.264文件-This sample demonstrates how to effectively use the CUDA Video Encoder API encode H.264 video. Video input in YUV formats are taken as input (either CPU system or GPU memor
simplest_media_play
- 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM
simplest_media_play
- 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。-The project includes the use of various API (Direct3D, OpenGL, GDI, DirectSound, SD
simplest_mediadata_test
- * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* T