-
13818_5_for_vc
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: s_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)
- 2007-02-01 16:25:15下载
- 积分:1
-
Sunplus tool kit the program for up/download firmware for DVD player
Sunplus tool kit the program for up/download firmware for DVD player
- 2023-06-24 05:40:03下载
- 积分:1
-
系统检查DVD的输入和输出,分配CLA
a system to check the DVD input and output, assignment for cla-a system to check the DVD input and output, assignment for class
- 2022-03-29 05:22:01下载
- 积分:1
-
cd_dvd_burn
CD基本刻录功能,支持DVD刻录,参考并汇总了网络搜索到的一些基本代码(The basic CD burning capabilities, support for DVD burning)
- 2014-01-19 18:47:59下载
- 积分:1
-
MT1389LPRADIO_code
MT1389L DVD 方案中的带RADIO(MT1389L DVD program with RADIO)
- 2014-02-17 13:33:38下载
- 积分:1
-
凌阳rvke VFD关键的最佳工具
sunplus rvke vfd key best tool
- 2023-08-17 17:05:04下载
- 积分:1
-
本人新作的媒体播放器,支持一般的媒体播放格式.
本人新作的媒体播放器,支持一般的媒体播放格式.-This is a new media player made by me, which supports all general kinds of media formats.
- 2022-04-13 03:02:40下载
- 积分:1
-
三星DVD的源代码部分
samsung dvd source code part3
- 2022-03-22 23:18:02下载
- 积分:1
-
cassette allocated AU screen, so protable friends can refer to the following.
T102 sunplus 配AU屏,做protable的朋友可以参考以下.-cassette allocated AU screen, so protable friends can refer to the following.
- 2022-06-12 04:35:39下载
- 积分:1
-
使用这个工具,你可以直接模拟Starforce的最小镜像,而不必在BIOS里禁用你的CD、DVD或者拔除光驱线。这个工具是完全合法的,因为它的工作原理并不是修改...
使用这个工具,你可以直接模拟Starforce的最小镜像,而不必在BIOS里禁用你的CD、DVD或者拔除光驱线。这个工具是完全合法的,因为它的工作原理并不是修改任何Starforce的文件,而是在Windows系统的设备管理中自动屏蔽你的CD或者DVD光驱,并用某种命令使它们免于被Starforce检测(大概是使光驱处于备用模式)。-use of this tool, you can direct simulation Starforce the smallest image, without the BIOS disable your CD, DVD or the uprooting of line drives. This tool is perfectly legitimate, because it is not the principle of amending any Starforce document, but in the Windows system management equipment to automatically shield your CD or DVD drive, and the use of a certain order so that they are free from Starforce detection (drive is probably in a standby mode).
- 2023-05-09 08:45:03下载
- 积分:1