CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - test.264

搜索资源列表

  1. JM10.4

    0下载:
  2. h.264编解码的软件实现的测试模型。广大视频编解码爱好者可以此为基础优化代码,进而创作出又快又好的h.264 codec-Software Implementation of the test model. The majority of video codec lovers could be the basis for optimized code, thereby create faster h.264 codec
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:967321
    • 提供者:陈虎
  1. MySeverDemo1

    0下载:
  2. 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:172579
    • 提供者:黄越
  1. BA1_Sony_D

    0下载:
  2. H.264 test stream: BA1_Sony_D.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1766981
    • 提供者:WangTan
  1. CABA3_SVA_B

    0下载:
  2. H.264 standard test stream: CABAC stream
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1032114
    • 提供者:WangTan
  1. Hi_H.264_DEC_SDK_V2.1.0.3

    0下载:
  2. the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
  3. 所属分类:多媒体编程

    • 发布日期:2017-03-30
    • 文件大小:394025
    • 提供者:endy
  1. iptv

    2下载:
  2. 本文介绍了一种基于STb7109 芯片的IPTV 机顶盒方案,并给出了一个较完整的 IPTV 系统测试环境。该方案涉及底层硬件平台、嵌入式操作系统、中间件API 和上层的软 件系统,支持MPEG-2 和H.264 视频编码标准和MPEG-1、AAC 等音频编码标准,支持直 播电视、点播电视和相关的用户设置等操作。-This paper describes a chip IPTV set-top boxes based on STb7109 program, and gives
  3. 所属分类:多媒体编程

    • 发布日期:2012-12-10
    • 文件大小:255071
    • 提供者:jkt
  1. jm16.1

    0下载:
  2. JM官方代码,测试可用,有需要的朋友可以下载下来看看有没有帮助-JM official code, test available, a friend in need can be downloaded to see if there is no help
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7423420
    • 提供者:蔡成都
  1. strip_array

    0下载:
  2. 一个对h.264视频文件冗余数据进行玻璃和重新排序的程序,有详细的注释,此为vs2008版本,内涵测试文件,可用十六进制编辑器打开查看效果。-Glass and re-sort procedure, a redundant data of the h.264 video files with detailed comments, this is the vs2008 version, the connotation of the test file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3742454
    • 提供者:Guy
  1. Hx2664zip

    0下载:
  2. H.264的源代码,这是有某个外国的高手修改的H.264代码,主主要修改了运动估计部分,使的编码效率的到非常大提高。 已通过测试。 -H.264 source code, which is a foreign master to modify the H.264 code, the main part of modified motion estimation, so coding efficiency to very large raise. Has passed the test.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:795014
    • 提供者:弯曲
  1. AabetterJJMn

    0下载:
  2. 一个优化了的H.264编码JM,在Visual CC下能够顺利通过测试 ,经测试可直接使用。 -An optimized H.264 encoding JM, Visual CC can smoothly pass the test, the test can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:1523008
    • 提供者:zcl1233
  1. test-software-for-H.264-86

    0下载:
  2. 用于H.264的编解码,关于H.264的标准测试平台-For the H.264 codec, H.264 standard test platform
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-07
    • 文件大小:644639
    • 提供者:run105
  1. jsvm

    0下载:
  2. 这是H.264 SVC 测试模型,版本9_19_14,分享给大家。-This is the H.264 SVC test model, version 9_19_14, for everyone to share.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-11
    • 文件大小:2127831
    • 提供者:wap
  1. H264_ddraw

    2下载:
  2. 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通
  3. 所属分类:多媒体编程

    • 发布日期:2020-04-20
    • 文件大小:4245504
    • 提供者:朝花夕拾1
搜珍网 www.dssz.com