Welcome![Sign In][Sign Up]
Location:
Search - ts decode

Search list

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\\cctv.ts >c:\\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat
Platform: | Size: 100002 | Author: 陈水德 | Hits:

[Compress-Decompress algrithmsmpeg2

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。
Platform: | Size: 220994 | Author: onlyou | Hits:

[mpeg mp3libdvbpsi-0.1.2.tar

Description: libdvbpsi是一个简单有效的decode和生成MPEG TS和DVB PST 表的开源库。
Platform: | Size: 238193 | Author: 小铭 | Hits:

[Windows KernelTS decode 例子程序

Description: TS decoder for MS-DOS. TS decoder source code written in C++ from: http://www.pjdaniel.org.uk/mpeg/
Platform: | Size: 19972 | Author: zhiyu520 | Hits:

[mpeg mp3MPEG-2encoder-decoder

Description: mpeg2编码解码程序,已验证通过,请放心下载,绝对诱惑!-mpeg2 codec procedures, has been verified through, please rest assured download, absolutely temptation!
Platform: | Size: 352256 | Author: color | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Platform: | Size: 99328 | Author: 陈水德 | Hits:

[Compress-Decompress algrithmsmpeg2

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
Platform: | Size: 221184 | Author: | Hits:

[Streaming Mpeg4mpeg2dec-0.4.1

Description: MPEG_2TS的解码软件,可以将ts流直接解码播放-MPEG_2TS decoder software, can play ts stream directly decode
Platform: | Size: 1083392 | Author: miaojq815 | Hits:

[mpeg mp3libdvbpsi-0.1.2.tar

Description: libdvbpsi是一个简单有效的decode和生成MPEG TS和DVB PST 表的开源库。-libdvbpsi is a simple and effective decode and generate MPEG TS and DVB PST open source database table.
Platform: | Size: 238592 | Author: 小铭 | Hits:

[Streaming Mpeg4mpeg4decsrc

Description: MP4解码的原代码.[珍藏很久],并有YUV,RGB格式转换的参考代码.-mp4 decode source code
Platform: | Size: 154624 | Author: jiang | Hits:

[File OperateTSdecode-source

Description: This Decode MPEG-2 transport streams 1 - TS header decode 2 - Display table of PID addresses 3 - Create text file of PID addresses 4 - Extract a PES stream to another file -This is Decode MPEG-2 transport streams 1- TS header decode 2- Display table of PID addresses 3- Create text file of PID addresses 4- Extract a PES stream to another file
Platform: | Size: 24576 | Author: btttnn | Hits:

[Streaming Mpeg4Mpeg2Dec

Description: TS文件(mpeg2)文件播放器,c/c++语言实现,编译后即可运行.-TS Stream file(mpeg2) player,use c/c++ language complete,you can compile it use vc++6 and later compiler.
Platform: | Size: 1410048 | Author: delaoshi | Hits:

[mpeg mp3MAC_MPEG2_AV

Description: MPEG2 編碼解碼的verilog 代碼 可在XILINX FPGA上使用-Mpeg2 Encode/Decode on Xilinx FPGA Board
Platform: | Size: 7370752 | Author: ktl | Hits:

[Program docError

Description: tError Con trol Approach of Random L inear Network Coding.A im ing at random linear netwo rk coding, th is paper p ropo ses an er ro r cont ro l method w h ich combines po int2 po int check ing er ro r and end2 end ret ransm ission . By vir tue of the robustness of random linear netwo rk coding, th is method adop ts th ree dimensional par ity check ing code to imp lement po int2 po int check ing er ro r, and let er roneous packets no t take par t in cod2 ing . W hen a sink node can no t decode the info rmat ion com ing f rom source node, it t ransm its feedback info rmat ion to source node to request ret ransm ission . Theo ret ical analysis and simulat ion results show that, by using larger Galo is f ield and larger packet, the p ropo sed method has h igh p robability to elim inate t ransm ission er ro r including global netwo rk coding ver texes er2 ro r, and make sink nodes integrally receive info rmat ion f rom source node at low er ret ransm ission rate .
Platform: | Size: 201728 | Author: sunwei | Hits:

[mpeg mp3TSdecode

Description: TS协议解析,包括MPEG的分析 Decode MPEG-2 transport streams Peter Daniel, Final year project 2000/2001-ts decoder Decode MPEG-2 transport streams Peter Daniel, Final year project 2000/2001
Platform: | Size: 22528 | Author: albertyth | Hits:

[Linux-Unixtsf

Description: tsfriend tool run on linux About this is a linux version of tsfriend. for edit SI/PSI and other ts information. windows version: http://code.google.com/p/tsfriend/ difference with windows version: without multi thread feature. without mpeg2 video decode feature. without UI extend tree feature. use xml file format to replace private file format for format file and content file. use expat to parse xml file. how to use: download the source code by SVN. make install. try tsf command. when you want to parse and edit your private format, or you think my parse is not correct. add your own format edit your own format file refer to format file in /main/format/ . place it to /main/format . edit /main/format/format to include your own format file. make install. Note, integrate expat-2.0.1 from http://sourceforge.net/projects/expat
Platform: | Size: 344064 | Author: soup | Hits:

[matlabcooperative

Description: An ad-hoc network with a sender, a destination and a third station act- ing as a relay is analysed. The channels are modelled containing thermal noise, Rayleigh fading and path loss. Di® erent combining methods and di- versity protocols are compared. The amplify and forward protocol shows a better performance than the decode and forward protocol, unless an error correcting code is simulated. To combine the incoming signals the chan- nel quality should be estimated as well as possible. Information about the average quality shows nice bene¯ ts, and a rough approximation about the variation of the channel quality increases the performance even more.
Platform: | Size: 1024 | Author: mahmoodshakir | Hits:

[Program doccooperative-paper-with-matlab-code

Description: An ad-hoc network with a sender, a destination and a third station act- ing as a relay is analysed. The channels are modelled containing thermal noise, Rayleigh fading and path loss. Di® erent combining methods and di- versity protocols are compared. The amplify and forward protocol shows a better performance than the decode and forward protocol, unless an error correcting code is simulated. To combine the incoming signals the chan- nel quality should be estimated as well as possible. Information about the average quality shows nice bene¯ ts, and a rough approximation about the variation of the channel quality increases the performance even more. What- ever combination of diversity protocol and combining method is used second level diversity is observed. The relative distances between the relay and the stations has a large e® ect on the performance.
Platform: | Size: 259072 | Author: mahmoodshakir | Hits:

[Multimedia DevelopTsMuxer

Description: ts流压缩工具源码,-decode ts stream
Platform: | Size: 67584 | Author: guozhixin | Hits:

CodeBus www.codebus.net