CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - Stream VC

搜索资源列表

  1. Mpeg4Send

    0下载:
  2. 一个VC写的视频捕捉并通过网络传输mpeg4压缩视频流的例子-a VC write video capture and transmission through the network compressed video stream mpeg4 example
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:98092
    • 提供者:kevin
  1. MediaEncodVC

    0下载:
  2. MediaEncoder VC例子,将Audio文件作为输入流,可以用Windows media encoder 打开-MediaEncoder VC example of Audio file as input stream. Windows can open the media encoder
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:38555
    • 提供者:许三仁
  1. vc1conv

    0下载:
  2. VC-1 Elementary Stream Converter Converts HD-DVD 29.97 fps streams with pulldown flags to 23.976 fps Updated 08/28/2007 - current version is 0.1
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:28662
    • 提供者:张志明
  1. CGApplication

    0下载:
  2. 这是一份采用VC++和OPENGL开发的关于粒子系统的源代码,其功能包括:Bresenham Ellipse, Windmill, 3D clip, Rotate coordinate, Leaves field and stream effect
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:108460
    • 提供者:xitingting
  1. ff_264_dec_vc.rar

    0下载:
  2. VC编译通过的ffmpeg,解h264码流。 有点慢!!!不如JM14.1,VC compiler adopted ffmpeg, solutions h264 stream. A bit slow! ! ! Not as good as JM14.1
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:309013
    • 提供者:li
  1. Mpeg2Dec

    1下载:
  2. TS文件(mpeg2)文件播放器,c/c++语言实现,编译后即可运行.-TS Stream file(mpeg2) player,use c/c++ language complete,you can compile it use vc++6 and later compiler.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:1410180
    • 提供者:delaoshi
  1. USB_PC_camera

    1下载:
  2. 通用USB摄像头301P的视频采集源码,VC++6.0编写,使用两种方法实现。第一种是VFW,简单易学,直接调用微软VFW库中的API实现;第二种使用DirectShow,可以实现对视频流的复杂控制,需要安装DX SDK开发包。-301P Universal USB camera video capture source, VC++6.0 prepared using two methods to achieve. The first is the VFW, easy to learn, a d
  3. 所属分类:Video Capture

    • 发布日期:2017-03-23
    • 文件大小:733558
    • 提供者:Christ
  1. MPEG4audio

    0下载:
  2. 采用VC语言实现对mepg4格式视频数据音频流的编码和解码 -perform encode and decode for audio stream in mpeg4 format data
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-01
    • 文件大小:78101
    • 提供者:wangtao
  1. ES-Stream

    0下载:
  2. 这是用VC编写的一个ES流分析程序,可以把ES流文件按MPEG标准进行分析。写这个程序是为了能更好的理解ES流的语法,以为日后的RTP发送作准备-This is prepared by a VC flow analysis procedure ES, ES stream file can be in accordance with MPEG standard for analysis. This procedure is to write a better understanding of th
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-22
    • 文件大小:731268
    • 提供者:刘煌
  1. 17869330EPG_Dump

    0下载:
  2. 方便数字电视码流分析人员分析EPG数据,使用VC++编写-Facilitate the digital television stream analysts EPG data analysis, the use of VC++ Prepared
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-01
    • 文件大小:200767
    • 提供者:yangwengang
  1. VCforstreammedia

    0下载:
  2. 是关于流媒体计旨系统的源代码,采用visual c语言编写,简单易懂,且很实用。-it s the source code of a system written with vc about the stream media.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-28
    • 文件大小:177842
    • 提供者:孟念鹏
  1. NetworkTransMpeg

    0下载:
  2. VC++6.0代码,网络传输MPEG4数据流,并把它播放出来-VC++6.0 code, MPEG4 network data stream and play it out
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-16
    • 文件大小:62611
    • 提供者:李少东
  1. TsMux

    0下载:
  2. 转换码流播放,实现对码流封装之后买正常的解码播放-Conversion stream player, stream package to realize after buying a normal decode and play back
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-11
    • 文件大小:2745748
    • 提供者:panjie
  1. live

    0下载:
  2. H.264 RTSP 串流 (live 555) 視窗版本 (THE Makefile had modified for VC 2008 BUILD)-H.264 STREAM SERVER (LIVE 555) WINDOWS PLATFORM (THE Makefile had modified for VC 2008 BUILD)
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-27
    • 文件大小:10341954
    • 提供者:Anson1160
  1. TSSource_src

    0下载:
  2. 对TS数据进行解复用,得到ES流数据以便解码库实时解码,用VC实现,用于学习解复用流程,进行简单TS流解码很有帮助-Data on TS demultiplexing, ES stream data to obtain real-time decoding decoding library, with VC, for demultiplexing learning process, a simple TS stream decoding helpful
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:218224
    • 提供者:阿杜
  1. SpecialAAAC

    0下载:
  2. 己的开源小项目:AAC格式分析器。AAC全称是Advanced Audio Coding,是互联网上使用极为广泛的音频编码格式,也是当前性能差不多最好的音频编码格式。现有的互联网上的视频很大一部分都是使用AAC进行音频编码的。使用VC 2010的MFC开发完成。开发的时候使用了一个AAC的开源解码器faad2。目前软件的的分析功能还不是很强,提取了AAC解码过程中的一些参数。以后有时间进一步完善相关的功能。 详情参考《AAC格式分析器》: http://blog.csdn.net/lei
  3. 所属分类:Audio program

    • 发布日期:2017-05-28
    • 文件大小:11576378
    • 提供者:雷霄骅
  1. rtpTxanfRx

    0下载:
  2. VC++源码采用RTP协议封装H264码流实现RTP发送和接收-VC++ source code, using RTP protocol encapsulation H264 stream to achieve send and receive RTP
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-25
    • 文件大小:202877
    • 提供者:hecong
搜珍网 www.dssz.com