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

搜索资源列表

  1. TsAnalyse.分析TS流文件的PAT、PMT和所以PID信息

    0下载:
  2. 分析TS流文件的PAT、PMT和所以PID信息,是了解TS流文件结构的基础。,Analysis of TS stream file PAT, PMT and PID information so is the understanding of TS stream file structure.
  3. 所属分类:mpeg/mp3

    • 发布日期:2017-03-21
    • 文件大小:147.06kb
    • 提供者:yizhiqiang
  1. ts2mpa-0.2.tar.gz

    0下载:
  2. 可以从MPEG-2 TS流中提取音频流,在MPEG-2中解析出音频信息,abstract audio stream from MPEG ts stream
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-25
    • 文件大小:6.89kb
    • 提供者:刘锦
  1. Basic_TS_parse.rar

    0下载:
  2. 将TS流解析为ES流,保存到文件中。 不同类功能分放在不同文件中,详情请看源文件开头描述。,unpack the TS stream into Elementary Stream. functions has been sorted into seperate source files,for more detail, refer to the tips in each source file.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:79.16kb
    • 提供者:马瑞林
  1. MPEG2 TS流音视频混合同步传输封装技术书籍

    2下载:
  2. MPEG2 TS流音视频混合同步传输封装技术书籍,中文版,很不错的书。,MPEG2 TS streaming audio and video mixing synchronous transfer packaging technology books, Chinese version, very good book.
  3. 所属分类:mpeg/mp3

    • 发布日期:2012-11-08
    • 文件大小:16.2mb
    • 提供者:dicktion
  1. TS

    0下载:
  2. 一个TS流的解析函数,用于对PSI/SI信息分析,读取TS流文件后操作-MFC
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-14
    • 文件大小:2.76kb
    • 提供者:李智强
  1. TSSource_src.rar

    1下载:
  2. 可以对dvb ts流进行解复用分析的开源代码,代码精炼高效,很有参考价值。,Dvb ts can stream demultiplexing the analysis of open source code, code refining efficient and useful reference value.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-28
    • 文件大小:213.25kb
    • 提供者:vc
  1. MPEG2_TS_analyse

    0下载:
  2. 自己在学MPEG2 TS时结合工作写的关于TS码流分析的文章,在杂志上发表,-MPEG2 TS in school when the combination of work written on the TS code flow analysis articles published in magazines,
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-28
    • 文件大小:478.54kb
    • 提供者:kevin
  1. TS_control

    0下载:
  2. MPEG-2 TS 流嵌入控制数据的设计 TS流中的空帧很多,将某些空帧(188字节)全换为控制数据DIN(即在该空帧位置处构成一新的数据帧),按照TS流格式进行传输。TS流数据帧中的数据和控制数据不能出现丢失。-MPEG-2 TS stream control data embedded in the design of TS stream a lot of empty frames, some empty frame (188 bytes) for the control of the
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:2.26kb
    • 提供者:zhaochuan
  1. tx

    0下载:
  2. TS流发送卡示例代码,用于将MPEG2 TS流从内存中通过采集卡输出,采集卡输出接口为DVB-ASI-TS stream sample code to send cards for the MPEG2 TS stream from the memory card output through the collection, collecting the output interface card for DVB-ASI
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-10
    • 文件大小:2.41mb
    • 提供者:小曰免
  1. DVB_TS_Player_sdk

    2下载:
  2. 一款非常好用的DVB TS 流播放器SDK。本开发包通过定义统一的TS source接口让你的各种ts流接收设备都能接入到多画面播放器程序中来体验多画面技术给你带来的震撼视听效果!-A very useful player DVB TS stream SDK. The development kit by defining a unified TS source interface allows you to stream various ts receiving equipment can a
  3. 所属分类:mpeg mp3

    • 发布日期:2014-10-23
    • 文件大小:394.59kb
    • 提供者:vc
  1. tsr

    0下载:
  2. Mpeg-2 TS流分析的工具,可以输出PSI/SI信息为html格式,方便TS流的解析开发调试。-Mpeg-2 TS flow analysis tool that can output PSI/SI information for html format for easy development and debugging TS parsing flow.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:42.64kb
    • 提供者:xfeng
  1. auk_ts_input

    0下载:
  2. ts流输入virilog源码-ts stream input source virilog
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:6.89kb
    • 提供者:zjk_220
  1. get_VS_from_TS

    0下载:
  2. 从MPEG-2 传输流(TS流)中提取VS流。在视频检索方面有实际应用。-From MPEG-2 transport stream (TS streams) Extraction Flow VS. Video retrieval in practical applications.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:162.83kb
    • 提供者:李石
  1. parse_ts

    0下载:
  2. 解析TS流的程序,挑选出来具有参考价值的程序。-parse ts stream to pes to es
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-08
    • 文件大小:13.33kb
    • 提供者:黎程
  1. design_and_implement_for_MPEG2_TS_analysis

    0下载:
  2. MPEG-2 TS流分析模块及系统的设计和实现-design_and_implement_for_MPEG2_TS_analysis
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-02
    • 文件大小:18.9kb
    • 提供者:潘涛
  1. psync_recovery

    0下载:
  2. TS流包同步头检查程序 可用于检查包同步头。这个程序是可以综合实现的-psync_reconver you can find the psync .this is pragrom is very usefull.and this pragrom can be synsthis
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-02
    • 文件大小:591byte
    • 提供者:谢华东
  1. libdvbpsi-0.1.7

    0下载:
  2. libdvbpsi是VLC里的一个轻便的用来实现MPEG-2 TS流解析和编码的开源库,可以解析的PSI/SI表有:PAT,PMT,NIT,CAT,SDT,EIT,TOT, 可以解析大部分的描述子。 -libdvbpsi is VLC in a light used to implement MPEG-2 TS stream parsing and encoding of the open source library that can resolve the PSI/SI tables a
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-24
    • 文件大小:472.93kb
    • 提供者:xfeng12
  1. TS_MPEG_2_doc

    0下载:
  2. 这个网上下载的一篇小论文,详细介绍了TS流包结构和文件结构,PSI信息提取的方法,以及PES分组解析的方法。-The downloading of an essay, detailing TS stream packet structure and file structure, PSI information extraction methods, and the PES groups analytical methods.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:769.93kb
    • 提供者:xfeng
  1. tsdemux.tar

    0下载:
  2. mpeg2的ts流解析,按照实际播放流媒体的过程来实现,从pat表分析出pmt表内容,从pmt表内容分析es流的pid,然后把video,audio内容的es 流输出相应pid名的文件。 -mpeg2 ts stream of analysis, the actual process of playing streaming media to achieve, pat the table from the contents of the pmt table, the table of co
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-24
    • 文件大小:4.56kb
    • 提供者:jiang feng
  1. libdvbpsi-0.2.0.tar

    0下载:
  2. libdvbpsi是一个轻便的用来实现MPEG-2 TS流和DVB PSI表的解码和编码的开源库,可以解析的PSI/SI表有:PAT,PMT,NIT,BAT,CAT,SDT,SIS,EIT,TOT,所有的MPEG 2描述子,支持的平台有GNU/Linux, *BSD, Windows and MacOS X-libdvbpsi is a simple library designed for decoding and generation of MPEG TS and DVB PSI table
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-27
    • 文件大小:419.59kb
    • 提供者:martin
« 12 3 4 »
搜珍网 www.dssz.com