Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 13818
Search - 13818 - List
DL : 0
该目录下包含了实施ISO/IEC DIS 13818-2标准的源程序。它可以将为压缩的图像转化成MPEG-1和MPEG-2视频编码流,同时也可以进行逆变换。doc/目录下的mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。verify/目录下是一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 在src/目录下有两个子目录mpeg2enc/和mpeg2dec/,其中包含了编码器和解码器的源代码,以及在VC下编译过的可执行程序。par/目录下给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。可以在标准的C编译器中,编译makefile文件来运行该程序。在bin/目录下,给出了该文件的可执行程序。 在mpeg2ply/目录下包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。-this directory contains the implementation of the ISO/IEC DIS 13818-2 standards of the source. It will be compressed images into MPEG-1 and MPEG-2 video encoding flow, but also for inverse transform. Doc/directory and the mpeg2enc.doc mpeg2dec.doc document contains decoders for further information. Verify/directory is a group used for the certification of small images and data flow, and used to automatically detect encoder and decoder output of the Unix shell script file. In src/directory there are two subdirectories mpeg2enc and/mpeg2dec /, which includes the encoder and decoder source code, and the VC compiled executable programs. Par/directory is given in a second group of 25 and 30 under the rate of MPEG-2 and MPEG-1 encoding of the document encoding parameters. The standar
Update : 2024-05-07 Size : 604160 Publisher : 邓志国

mpeg2解码器源代码,可对照mpeg2国际标准13818-1,13818-2。-mpeg2 decoder source code, control mpeg2 13818-1,13818-2 international standards.
Update : 2024-05-07 Size : 1113088 Publisher : zz

Mpeg2_audio_decoder, 13818-3, 同时提供了很多音频处理小工具,spdif转换工具,mpeg demux工具-Mpeg2_audio_decoder, 13818-3. while a lot of small audio processing tools, SPDIF conversion tools mpeg demux tools, etc.
Update : 2024-05-07 Size : 911360 Publisher :

DL : 0
这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第一章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the first chapter.
Update : 2024-05-07 Size : 764928 Publisher : 小平

DL : 0
这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第二章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the second chapter.
Update : 2024-05-07 Size : 1620992 Publisher : 小平

DL : 0
这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第三章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the third chapter.
Update : 2024-05-07 Size : 372736 Publisher : 小平

DL : 0
这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第四章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the fourth chapter.
Update : 2024-05-07 Size : 328704 Publisher : 小平

DL : 0
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
Update : 2024-05-07 Size : 99328 Publisher : 陈水德

DL : 0
通讯规约ISO-IEC-13818-2-1994-communications Statute ISO- IEC-13818-2-1994
Update : 2024-05-07 Size : 1768448 Publisher : 刘从华

ISO 13818-5 Mpeg 2 Transtort Stream
Update : 2024-05-07 Size : 141312 Publisher : Elvis

DL : 0
MPEG TS Utils application provides the user with a visual representation of the multiplexed stream structure of MPEG-2 Transport Streams (ISO/IEC 13818-1). The application allows the user to investigate the basic transport stream packets with their fields. The application also allows the user to manipulate with transport streams by filtering specified PIDs and exporting to file, demultiplexing to PES and ES streams, converting multi-program TS to single-program TS.
Update : 2024-05-07 Size : 320512 Publisher : Elvis

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.
Update : 2024-05-07 Size : 221184 Publisher :

DL : 0
与标准ISO/IEC 13818-2 DIS [1] (MPEG-2). 对应的Mpeg2编码源码,包括详细的使用说明文档和测试文件。 This is the second public release of our MPEG-2 encoder. It converts an ordered set of uncompressed input pictures into a compressed bitstream compliant with ISO/IEC 13818-2 DIS [1] (MPEG-2).-With the standard ISO/IEC 13818-2 DIS [1] (MPEG-2). Corresponding source mpeg2 encoding, including the use of detailed documentation and test files. This is the second public release of our MPEG-2 encoder. It converts an ordered set of uncompressed input pictures into a compressed bitstream compliant with ISO/IEC 13818-2 DIS [1] (MPEG-2).
Update : 2024-05-07 Size : 141312 Publisher : lixuemin

DL : 0
This about mpeg2 system
Update : 2024-05-07 Size : 236544 Publisher : 万俊青

DL : 0
MPEG-2视频编码标准的官方协议,包含13818-1,2,3。Word版本。-MPEG-2 video coding standard of the official agreement, including 13818-1,2,3. Word version.
Update : 2024-05-07 Size : 534528 Publisher : dengqingeng

DL : 0
aac文档,学习研究音频必不可少的资料.希望对大家有所帮助-aac脦脛渭渭, 脩 搂 脧 掳 脩脨 戮 驴 脪么脝渭 卤 脴 虏 禄驴 脡脡脵渭脛 脳 脢脕脧.脧 拢 脥没 露 脭
Update : 2024-05-07 Size : 1133568 Publisher : xiaojianli

DL : 0
收集到的7部分,给大家共享啊,这是iso13818-1
Update : 2024-05-07 Size : 1245184 Publisher : 1111

ISO/IEC 13818包括系统,视频,音频,性能测试等11个部分,该文档属于第部分,主要介绍了AAC中的关键技术-ISO/IEC 138 consists of 11 parts, such as Systems, Video, Audio, Conformance testing, Software simulation, and so on. This document is the 7th part of 13818, it describes the key technologies of AAC(Advanced Audio Coding) in detail
Update : 2024-05-07 Size : 633856 Publisher : 张慧芳

ISO-IEC-13818-1 2000 MPEG2 Systems document of standard DVB stream
Update : 2024-05-07 Size : 1245184 Publisher : Nguyen Duong

DL : 0
ISO/IEC 13818-3 audio coding standard
Update : 2024-05-07 Size : 609280 Publisher : petez
« 1 23 4 5 6 7 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.