CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 视频捕捉/采集 搜索资源 - 文件编码

搜索资源列表

  1. 利用DirectShow播放和捕获视频文件

    0下载:
  2. 利用DirectShow进行文件播放,音频视频捕获并能利用系统已有的编码器对音频视频进行编码-for use DirectShow player, Audio and video capture system has been able to use the encoder to encode audio and video
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:52154
    • 提供者:崔哈
  1. 摄像头捕获C++类

    1下载:
  2. 一个摄像头捕获的类,可以自动枚举摄像头和声卡以及音频和视频编码器进行编码生成Avi文件-a camera caught the category, Enumerating automatic camera and sound cards, and audio and video encoder to encode documents generated Avi
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:5943
    • 提供者:崔哈
  1. vscap2.0

    1下载:
  2. 1.解决了不能将avi文件保存在含有中文字符的路径下: 将AVISaveV()函数替换为AVISaveVW(()函数. 修改部分在Merge_Video_And_Sound_File()函数中: fccHandler[1] = galpAVIOptions[1]->fccHandler wchar_t * wout //2008.4.3 pm wout=output_avi_path.AllocSysString() //2008.4.3 pm
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:123397
    • 提供者:fdsa
  1. h264-encoded-source.h264编码源程序

    2下载:
  2. h264编码源程序-将yuv视频序列编码为h264文件-h264 encoded source- the yuv video sequence coding for the h264 file
  3. 所属分类:视频捕捉/采集

    • 发布日期:2014-07-27
    • 文件大小:254976
    • 提供者:sunjialin
  1. net-camera-s-1-1

    0下载:
  2. 摄像头监控系统 最终形成的软件适用于C/S架构或B/S架构。 本软件系统共由两部分构成Server端和Client端(或浏览器)。 针对网络视频监控设备的实际应用需求,结合图像采集编码、嵌入式系统、网络技术等几方面的新技术,设计了一套,嵌入式监控系统,用以实现视频数据的采集,压缩与网络传输,该系统基于嵌入式linux操作系统,采用USB摄像头捕捉,可以使用浏览器(火狐 谷歌)单张拍照,可以使用浏览器浏览远程视频;或使用用QT实现的客户端程序,可以拍摄单张图片,可查看远程视频影像,如有需要
  3. 所属分类:Video Capture

    • 发布日期:2017-03-27
    • 文件大小:22797
    • 提供者:谭笑
  1. mmwrite

    0下载:
  2. 功能列表= mmwrite(文件名,选择... ...) mmwrite是能写的AVI,WMV,的WMA,ASF文件。对于AVI文件,您可以选择从现有的编解码器压缩的音频和视频流。 对于WMV,WMA和ASF的编码默认为16位的Windows Media 9率为44100Hz立体声为98%质量的音频和Windows媒体视频9 98 质量。质量可以指定音频和视频。 环绕声,似乎只与AVI和多通道编码不支持。编写任何其他文件类型不支持。本使用Win
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:113200
    • 提供者:zaaa
  1. vediocap

    0下载:
  2. 视频捕捉软件,在看了这个之后,你可能会想到ffmpeg,里面有个文件使用那个库,你可以完成对捕捉的视频文件编码特定的格式!-Video capture software, read this, you probably think of ffmpeg, which has a file using the library, you can complete the encoding of video files to capture a particular format!
  3. 所属分类:Video Capture

    • 发布日期:2017-04-10
    • 文件大小:1960805
    • 提供者:kangzhihong
  1. ITU656

    0下载:
  2. 视频编码协议,是视频采集的重要资料。该资料是国际电盟视频采集的标准文件。-Video coding protocol is video capture important information. The information is collected by the International Standard Electric League video files.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:501124
    • 提供者:zheng
  1. x264Encoder2

    0下载:
  2. 该代码实现从usb摄像头实时抓取视频,并用x264编码库保存为264文件,264文件能够用暴风影音播放。-The code capture video in real time from a usb camera and x264 encoding library to save 264 file, 264 file Storm video player.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-19
    • 文件大小:5507152
    • 提供者:王易
  1. readWavhead

    0下载:
  2. 读入一个WAV音频文件,输出该音频的文件头相关编码信息,如文件大小,文件标识,采样率-Read into a WAV audio file, the output of the audio file header encoding information
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:1002
    • 提供者:罗比赫
  1. H263

    0下载:
  2. 基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to Y
  3. 所属分类:Video Capture

    • 发布日期:2017-05-26
    • 文件大小:8758935
    • 提供者:红枫
  1. CameraRead

    1下载:
  2. 基于QT 和V4L2的视频采集程序 在ubuntu10.04版本下的QT开发,是基v4l2的视频采集,并将采集下来的数据进行编码保存成本地avi文件的应用程序。-Based the QT and V4L2 video capture program in ubuntu10.04 versions QT development-v4l2 video capture, encoding and data collection down to save the cost of land avi
  3. 所属分类:视频捕捉/采集

    • 发布日期:2014-01-08
    • 文件大小:8606
    • 提供者:谢云鹏
  1. video-p2p-based-on-H.264

    1下载:
  2. 本程序是在H.263的P2P视频聊天程序(本站可下载到)基础上优化升级而成,vs 2008环境,实现了点对点视频通信,分辨率和视频质量有了大幅提升。包括3个工程:x264实现视频编码,ffmpeg实现视频解码,testvideo实现视频采集界面显示和TCP协议传输,需先编译前2个工程生成库文件后供第三个工程调用,编译库时注意修改工程路径及代码中的extern C,也可直接用我编译好的库文件。支持RGB和YUY2(4:2:2)格式输出的摄像头,分辨率支持176x144或352x288两种(修改宏定
  3. 所属分类:Video Capture

    • 发布日期:2014-07-15
    • 文件大小:11926528
    • 提供者:孙英晖
  1. PictureToYUV

    0下载:
  2. 功能:把图片变成yuv视频文件,一般用与视频编码中的图片转换。-Function: the picture into yuv video files, generally with the conversion and video coding.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-07
    • 文件大小:5456
    • 提供者:李达
  1. ASFFileExport

    0下载:
  2. 安讯士相机获取视频流后,可以经过H.264编码后保存为当地文件-axis camera stream,H.264
  3. 所属分类:Video Capture

    • 发布日期:2017-04-25
    • 文件大小:10966
    • 提供者:孙旭光
  1. FFmpegTest

    0下载:
  2. 一个可执行文件,可以打开不同格式的编码文件,大家可以使用-this is a exe,may open differnt encoder file
  3. 所属分类:Video Capture

    • 发布日期:2017-05-04
    • 文件大小:6741
    • 提供者:Tqing
  1. bmp

    0下载:
  2. 学习摄像头,BMP编码/JPEG编码和文件系统的使用,实现一个简单的照相机.-Learning to use the camera, BMP coding/JPEG encoding and file system to achieve a simple camera.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-27
    • 文件大小:9777486
    • 提供者:冯俊
搜珍网 www.dssz.com