资源简介
解包ts流,ts文件,vs程序包,可直接编译运行
代码片段和文件信息
/*
TSdecode - misc.cpp
Decode MPEG-2 transport streams
Peter Daniel Final year project 2000/2001
*/
#include
#include
#include
void press_key(char press_key_text[])
{ // wait for a key press
printf(“%s“ press_key_text);
while ( !_kbhit() )
{;}
_getch();
}
void display_usage(void)
{
puts(“Usage:\t TSDECODE -i of TS file to decode“);
puts(“\t \t -p“);
puts(“\t \t -q do not show progress when extracting“);
puts(“\nExample: TSDECODE -ic:\\test.mpg -p600“);
puts(“\t will open file c:\\test.mpg and process PID 600 packets\n“);
}
void exit_prog(char error_msg[])
{
printf(“\n%s\n“ error_msg);
_fcloseall( );
press_key(“Press a key to exit...“);
exit(0);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 772 2001-05-11 13:00 TSdecode\misc.cpp
文件 785 2001-05-11 13:00 TSdecode\setup.h
文件 14691 2001-05-11 13:00 TSdecode\TSdecode.cpp
文件 4484 2001-05-11 13:00 TSdecode\TSdecode.dsp
文件 539 2001-05-11 13:00 TSdecode\TSdecode.dsw
文件 66560 2001-05-11 13:00 TSdecode\TSdecode.ncb
文件 48640 2001-05-11 13:00 TSdecode\TSdecode.opt
文件 1243 2001-05-11 13:00 TSdecode\TSdecode.plg
目录 0 2002-10-21 16:59 TSdecode
文件 0 2012-11-30 13:30 TSdecode\解包ts流,ts文件,vs程序包,可直接编译运行.txt
----------- --------- ---------- ----- ----
137714 10
相关资源
- Unity局域网联机插件 Wifi-Hotspot Local
- qtsoap-2.7_1
- TS流中文标准文档
- skeet/gamesense cracked
- MyPetShopd
- UniGUI结合Echarts新Demo.rar
- ts_tools ue4
- arduino上阿里云所需要用到的四个库文
- itextsharp中文帮助文档
- GA遗传算法TSP城市集合算例
- NbtstatDelphi版
- 遗传退火算法解决TSP、求最优解、波
- 用DirectSound实现声音的实时采集、处理
- TSMC0.35um工艺库说明文件
- IEC62351-8-2011(TS)电力系统数据和通信
- struts1实现用户登录注册
- \\基于TSP问题的蚁群算法优化及并行策
- JDSU_mts4000-OTDR中文说明文件
- An Introduction to Analysis of Financial Data
- 第24章__综合Struts Spring Hibernate开发图
- ts排序合并神器
- 串口(uart)TelnetSSH调试工具putty
- 判断接收到的字节流网络流是何种编
- rocon_devices_kinetic
- ATSHA204官方库
- 猫狗大战dogs_vs_cats)
- 商品管理信息系统struts2+spring+hiberna
- rtsp协议详解中文.pdf
- Webrequests模拟登录
- Dogsvs.Cats.txt
评论
共有 条评论