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

搜索资源列表

  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. General Play SDK Eng Chn IS V3.2

    0下载:
  2. 开发包中包括的文件有: dhplay.dll、dhplay.h、dhplay.lib、底层mpeg4解码库(dllmpeg4.dll)、底层h264解码库dllh264.dll(解大华的h264码流和ADI公司的码流)和海思的h264解码库,包括(AmrDLL.dll、DLLDeinterlace.dll、hi_h264dec_w.dll) 。,Development Kit includes documents: dhplay.dll, dhplay.h, dhplay.lib, bottom
  3. 所属分类:多媒体编程

    • 发布日期:2013-06-24
    • 文件大小:914098
    • 提供者:IT人
  1. H264encode

    1下载:
  2. H264 视频编码器 用于多媒体 视频流方面的开发-H264 encode mutilmedia video stream program development
  3. 所属分类:Multimedia Develop

    • 发布日期:2014-07-27
    • 文件大小:562784
    • 提供者:george
  1. H264decode

    0下载:
  2. H264 视频解码器 用于多媒体 视频流方面的开发-H264 encode mutilmedia video stream program development
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:368075
    • 提供者:george
  1. H264_RTP_STREAMING

    0下载:
  2. 本示例代码在我的电脑上实现了对标准H264码流的RTP打包发送到本机的1234端口,用VLC播放器从1234端口能接收到该码流并实时播放。代码附有详细的注释,应该很容易理解(前提是大家稍微对RFC3550 RFC3984协议有了解)。内有使用说明-The sample code on my computer to achieve the right standard H264 stream of RTP package sent to the machine' s 1234 port, u
  3. 所属分类:Multimedia Develop

    • 发布日期:2016-01-26
    • 文件大小:1629974
    • 提供者:hubo
  1. ViewClient

    0下载:
  2. 看监控实时图像的代码。可以解码海思设备的H264码流-Look to monitor the real-time image of the code. The decoding the Hass devices H264 stream
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-10-31
    • 文件大小:8022679
    • 提供者:mark
  1. rtps_test_v2

    2下载:
  2. 基于live555库的testRTSPClient.cpp做的修改,能将接受到的视频流存为h264文件,将接受到音频流存为acc文件。main函数的参数类似这样:rtsp://172.16.128.214:554/EE0101000216_l-Based on live555 library testRTSPClient.cpp changes made, can receive streaming video files saved as h264, will receive the audi
  3. 所属分类:Multimedia Develop

    • 发布日期:2016-01-26
    • 文件大小:1460224
    • 提供者:mxw
  1. H264-player

    0下载:
  2. 一款H264裸码流的播放器,尤其可以解码监控录像视频-A bare H264 stream player, especially can decode video surveillance tapes
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:158764
    • 提供者:wt
  1. H264Demuxer

    1下载:
  2. H264视频PS流解析获取pes,raw数据流的源码-H264 video stream ps demuxer for get pes and raw video stream
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-03
    • 文件大小:972665
    • 提供者:sabursten
  1. ParseTS

    0下载:
  2. 将TS格式的视频流转换为H264格式的视频流-Convert TS format video stream to H264 format video stream
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-29
    • 文件大小:11918
    • 提供者:赵文杰
  1. rtp_h264

    0下载:
  2. c语言来实现将H264流通过RTP发送,来实现实时视频的功能-c language to achieve the H264 stream is sent via RTP to achieve real-time video capabilities
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-14
    • 文件大小:4026
    • 提供者:mengzhengjie
  1. PSExtractor

    0下载:
  2. 从H264的PS流当中分析提取的音、视频流信息-this code is Extrator for video and audio information h264 program stream
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-14
    • 文件大小:3694
    • 提供者:sabursten
  1. live_beautiful_camera_streaming0.5

    0下载:
  2. 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现)
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-02
    • 文件大小:14661377
    • 提供者:wangyaning
  1. IntelHWDecoder

    1下载:
  2. 通过Intel Media SDK硬件解码H264数据流,并用Direct3D显示,使用VC++开发,工程使用VS2010,可直接运行-By Intel Media SDK hardware decoding H264 data stream, and use Direct3D display, using vc++ development, VS2010 project, can be directly run
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:86770
    • 提供者:
  1. SendH264ToVLCWithSocket

    0下载:
  2. 在QT环境下把H264文件打包成RTP码流通过socket发送出去.-In the QT environment to H264 files packaged into RTP code stream sent through the socket out
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-12-13
    • 文件大小:25953280
    • 提供者:cailunhui
搜珍网 www.dssz.com