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

搜索资源列表

  1. h.263编解码范例

    0下载:
  2. h.263的编解码程序。不过编码时只能编码I帧和P帧。解码时在Debug环境下会报错,在Release环境下能通过解码,但是以最快速度播放的。希望大家多多交流,对程序进行一下修改!-the H.263 codec procedures. But only when the coding frame coding I and P frames. Decoding the Debug environment will generate errors in the Release environmen
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:938.02kb
    • 提供者:杨宁
  1. JpegDecoder

    0下载:
  2. 文件中包含c++环境下的jpeg解码源码程序,含.h文件和.cpp文件,及示例图。debug文档已删
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:2.78mb
    • 提供者:stn
  1. JpegEncoder

    0下载:
  2. 文件中包含c++环境下的jpeg编码源码程序,含.h文件和.cpp文件,及示例图。debug文档已删
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:2.16mb
    • 提供者:stn
  1. MPEG-4播放器原代码

    0下载:
  2. 源代码可在VC 6.0或.NET下调试。调试前需要安装Microsoft DirectX 9.0。直接打开//MyPlayer/BUILD目录下的ThePlaya.dsw文件。-source code in 6.0 or VC.NET debug. Debugging the former requires Microsoft DirectX 9.0. Direct open / / MyPlayer / BUILD ThePlaya.dsw directories under the docu
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:246.6kb
    • 提供者:lizhihao
  1. MPEG-4播放技术

    0下载:
  2. (1)源代码可在VC 6.0或.NET下调试。(2)调试前需要安装Microsoft DirectX 9.0。(3)直接打开//MyPlayer/BUILD目录下的ThePlaya.dsw文件。-(1) source code in 6.0 or VC.NET debug. (2) debugging former requires Microsoft DirectX 9.0. (3) Direct Open / / MyPlayer / BUILD ThePlaya.dsw directori
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:107.27kb
    • 提供者:820
  1. My EZW2

    0下载:
  2. 本目录存放的小波编码实现的源程序: 打开ezw2.dsw工作区,编译后可在\\ezw2\\ezw\\debug中找到编码可执行程序; 在\\ezw2\\unezw\\debug中找到解码可执行程序。-Wavelet realization of the source coding : Open ezw2.dsw work, compiled in \\ ezw2 \\ ezw \\ debug find executable code; In \\ ezw2 \\ unezw \\ debug
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:510.47kb
    • 提供者:tyc
  1. live.2010.11.17_vc6

    0下载:
  2. live555流媒体服务器源代码2010.11.17版,增加了VC6.0工程,便于进行跟踪和调试。本人在pudn上也找了其他的号称有vc工程的的代码,但下载的结果却很是失望,那些文件里要么没有dsp文件,要么里面只有一个.mak文件,根本无法调试。因此决定自己把dsp工程整理出来。"vc6-live555"目录中是lib工程和exe工程,注意这里只有一个dsw文件,这个workspace包含了5个project,并且建立了项目的依赖关系,因此编译时请打开live555.dsw。"vc6-test
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-22
    • 文件大小:976.26kb
    • 提供者:周善人
  1. video

    0下载:
  2. jm8.6的简易视频调试教程,教你怎样设定jm的编解码-A simple debug jm8.6 video tutorial
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-30
    • 文件大小:677.35kb
    • 提供者:刘祎楠
  1. MPEG-4play

    0下载:
  2. (1)源代码可在VC 6.0或.NET下调试。 (2)调试前需要安装Microsoft DirectX 9.0。 (3)直接打开//MyPlayer/BUILD目录下的ThePlaya.dsw文件。-(1) source code in 6.0 or VC.NET debug. (2) debugging former requires Microsoft DirectX 9.0. (3) Direct Open// MyPlayer/BUILD directory of t
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-16
    • 文件大小:241.65kb
    • 提供者:王贻达
  1. DECORE

    0下载:
  2. mp4的解压源代码,vc下进行编译调试,还附有测试文件,-mp4 extract the source code, vc compiled under debug, but also with the test documents,
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-31
    • 文件大小:129.33kb
    • 提供者:wujie
  1. MyMediaPlayer

    0下载:
  2. 利用vc++的windows media player控件实现的视频播放器。 已在vc环境下调试成功!-Use vc++ The windows media player control to achieve the video player. Vc environment in debug successfully!
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:78.06kb
    • 提供者:王娟
  1. x264_0708

    0下载:
  2. 在vc在可以编译,其中,汇编部分代码要有nasm编译器。在调试参数中输入--longhelp或者-h,会输出帮助信息。输入相应的编译选项就可以进行编码了。 -In vc can be compiled, including the compilation of some of the code have NASM compiler. In the debug parameter input- longhelp or-h, will be output to help information. E
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-10
    • 文件大小:2.17mb
    • 提供者:liuchunlong
  1. 227264

    0下载:
  2. test System will automatically delete the directory of debug and release, so please do not put files on these two directory
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-25
    • 文件大小:51.92kb
    • 提供者:oryginalny
  1. jm7.6

    0下载:
  2. MPEG4标准参考程序,实现MPEG所有模块,内含vc6.0工程。可以运行调试。对做视频压缩工作的有很大帮助。-MPEG4 standard reference procedures for all modules to achieve MPEG, containing vc6.0 project. Can run debug. To do the work on the video compression of great help.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-31
    • 文件大小:562.85kb
    • 提供者:Albert
  1. Rtsp-SaC

    1下载:
  2. 实现RTSP流媒体协议,完善的服务器功能,支持H264格式的点播服务!另附简易客户端程序,可调试!-RTSP streaming protocol implementation, perfect server function, support H264 format on-demand service! Attached simple client program, can debug!
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-06
    • 文件大小:6.78mb
    • 提供者:廖俊
  1. Debug

    0下载:
  2. 播放监控使用的MP4视频流,里面的MP6播放未做,只有DLL没有使用说明,做不了了。不知道有没有大侠帮帮。-MP4 streaming video surveillance used inside without making MP6 player, only DLL does not use, can not do it. Do not know whether there are heroes help.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-15
    • 文件大小:3.78mb
    • 提供者:小李
  1. Debug

    0下载:
  2. 用vc++编程,使用vc6在windows环境下通过。可以实现音频的播放。-Using c++ programming, use vc6 in the windows environment through. Audio playback can be achieved.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-11
    • 文件大小:2.23mb
    • 提供者:yy
  1. debug

    0下载:
  2. vlc-2.1.0-vs2010编译时需要的包。-supplemental package for vlc-2.1.0-vs2010
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-12-10
    • 文件大小:34.7mb
    • 提供者:zhouhongyue
  1. DC_fail

    0下载:
  2. IPTV CG online fail,[DEBUG] [DOCSIS.CFG_PARSER(pid=460)]: MIMO: prevMimo = -1 newMimo =-1 mimoPresentInFile = 0 [INFO] [DOCSIS.CFG_PARSER(pid=460)]: MIMO: Stored MIMO=-1 post cfg file MIMO=-1
  3. 所属分类:流媒体/Mpeg4/MP4

    • 发布日期:2017-12-23
    • 文件大小:20kb
    • 提供者:cywin0512
  1. mp4v2_mux_wins_good

    0下载:
  2. mp4v2源码的VS2010工程,有视频音频混合的例子,可以直接编译后debug会把1.aac和1.h264混合生成test.mp4,拿到mp4v2源码不知道怎么下手进行视音频混合的,可以参考这份代码。其中1.aac和1.h264是按例子需要生成的,格式特定,通用的aac和h264格式需要改例子代码才能支持。2017年6月份的mp4v2代码,比较新。(mp4v2 video and audio mux sample, vs2010)
  3. 所属分类:流媒体/Mpeg4/MP4

搜珍网 www.dssz.com