搜索资源列表
2WAV
- 能将原始PCM数据转成标准WAV文件的源码。-can change original PCM data into the resoure code of standard WAV file
CD抓原始数据
- 本程序能将CD中的数据抓下来保存成WAV文件,为以后的编码打下基础,希望能对初学的人有帮助-CD of this program can grasp the data down into WAV files preserved for future coding lay the groundwork, in hopes of learning who help
PCM原始数据播放
- 本程序在DIVX上的算法做了修改,帮助读者理解MPEG4的编码原理,-DIVX in the process of doing the revised algorithm, to help readers understand MPEG4 coding theory,
h263encoder
- H.263编解码源代码 目录中存放的是H.263视频编码器和解码器的程序代码。 播放工具 目录中存放的是用于播放YUV格式视频的工具。 压缩视频 目录中存放的是笔者已压缩好了的263视频数据流文件。 原始视频 目录中存放的是用于测试用的Demo视频,YUV格式。
ring_tone_detect
- 根据采集到的原始pcm数据检测是否为电话震铃数据.
bitmap_see
- 最原始的读bitmap程序,适合图像开发入门。能从底层了解位图的结构、数据等信息
DM642视频原始数据格式捕获与显示
- TI提供的原始数据格式视频捕获与显示工程文件,使用DSP/BIOS。
MP3-format-encode
- 这个文章和代码是用VC++编写的,实现将输入的原始话音数据,转换成MP3格式,并存储成MP3话音文件。-This article and code is VC++ Prepared to achieve the original voice input data, converted into MP3 format and stored into MP3 audio files.
ContourshapedescriptionbasedoncodingMPEG7DigitalWa
- 基于MPEG_7形状轮廓描述编码的数字水印算法 提出了一种基于MPEG-7轮廓描述编码 的视频水印算法.在该算法中,原始视频数据被分割成等帧数的视频组,利用MPEG-7的轮廓 编码计算每个视频帧的主要物体轮廓坐标点集合 -Contour shape descr iption based on coding MPEG_7 Digital Watermarking Algorithm Based on MPEG-7 contour descr iption coding of video
h264coretransform
- 实现了H264的核心转换功能,完成将原始视频数据转换成h264格式的视频。-The core implements H264 conversion to complete the original video data into h264 format for video.
DVBsystemencoder
- DVB的MPEG2的系统层编码,将原始数据打包成TS stream的程序,很不错。-DVB system encoding
mmwrite
- 功能列表= mmwrite(文件名,选择... ...) mmwrite是能写的AVI,WMV,的WMA,ASF文件。对于AVI文件,您可以选择从现有的编解码器压缩的音频和视频流。 对于WMV,WMA和ASF的编码默认为16位的Windows Media 9率为44100Hz立体声为98%质量的音频和Windows媒体视频9 98 质量。质量可以指定音频和视频。 环绕声,似乎只与AVI和多通道编码不支持。编写任何其他文件类型不支持。本使用Win
pcm2wav_console
- PCM原始音频数据转化为WAV文件,已测试可用,可以自己做一个界面。-Original audio data into PCM WAV files, can be used have been tested, you can own a single interface.
avifileopenprogram
- 该程序基于DirectShow滤波器集成了一个能打开avi,mpeg,wmv等格式视频文件的类,对做视频分析的入门人员提供了很大的便利,可以获得每帧的原始数据来分析.-The program is based on integrating a DirectShow filter to open the avi, mpeg, wmv video file formats such as class, the entry of a video analysis provide a great con
YuvViewer
- 实现视频原始YUV数据的采集和播放,和视频格式的转换-To achieve a raw YUV video data acquisition and playback, and video format conversion
vfwdemo
- 在VS2005下编写的vfw的程序,通过vfw方式打开摄像头,并得到原始数据进行处理。其中摄像头必须支持RGB24格式的数据输出。代码中有RGB24转灰度、迭代阈值化等算法。-Prepared under the vfw in VS2005 program, open the camera through vfw, and the raw data for processing. One camera must support RGB24 format of data output. Code
YUV
- 做视频采集与处理,自然少不了要学会分析YUV数据。因为从采集的角度来说,一般的视频采集芯片输出的码流一般都是YUV数据流的形式,而从视频处理(例如H.264、MPEG视频编解码)的角度来说,也是在原始YUV码流进行编码和解析,所以,了解如何分析YUV数据流对于做视频领域的人而言,至关重要。本文就是根据我的学习和了解,简单地介绍如何分析YUV数据流。-Do video capture and processing, natural and ultimately, to learn to analy
SDL_UVC_JPEG
- 利用V4L22采集原始视频数据,利用SDL在本地本地显示-Use V4L22 acquisition original video data, the use of SDL displayed in the local local
WM_generator
- 视频水印数据产生器,,利用伪随机序列调整有意义原始水印数据,从而产生具有随机性的,鲁棒性高的水印序列-Video watermark data generator, using a pseudo-random sequence to adjust the original watermark meaningful data, thereby generating a random, high robustness of the watermark sequence
音频转换PCM转G726
- 使用音频原始数据PCM去转成G726格式,并能进行播放,但是会有杂音,目前暂时没有解决办法。