Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - mpeg2.p
Search - mpeg2.p - List

1、编码和解码源代码改成vc6下的console32 project,调试成功
2、原来bin目录下的编解码可执行文件有问题,运行时出现堆栈溢出错误,已被替换
3、编码程序增加支持新的输入格式:所有yuv帧合成为一帧的序列文件(如.qcif,.cif等)


Update : 2008-10-29 Size : 336.74kb Publisher : lucky_dog2008

一个用多媒体解码和解码源代码,MPEG2,1解码器-The file includes a multimedia decoder which decodes the mpeg2 and mpeg1 and the source code of mpeg2,mpeg1 decoder.
Update : 2025-02-19 Size : 50kb Publisher : 施立祥

这是一个用来介绍MPEG2的PDF中文文档。-This is an introduction to the MPEG2 Chinese PDF documents.
Update : 2025-02-19 Size : 16.17mb Publisher : 名字

DL : 0
实现了mpeg2的编码功能,从.ppm文件转换为mpeg2的视频,并包含了配置文件NTSC.par,供配置图像大小、帧数等参数-Achieved mpeg2 encoding functions, from. Ppm files into mpeg2 video, and includes a configuration file NTSC.par, for the allocation of the image size, frame and other parameters
Update : 2025-02-19 Size : 85kb Publisher : 刘寒冰

\mpeg2 \doc \mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。 \verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 \src \mpeg2enc 编码器源代码及VC下编译的可执行程序 \mpeg2dec 解码器源代码及VC下编译的可执行程序 \par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。 \bin 给出了该文件的可执行程序 \mpeg2ply 包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。 \AAC \aacenc mpeg2 AAC音频编码程序 \aacdec mpeg2 AAC音频解码程序-mpeg2 doc mpeg2enc.doc and mpeg2dec.doc file contains the decoder further information. verify a set of images used for validation of data streams and small, and used to automatically detect encoders and decoders output of Unix shell script file. src mpeg2enc encoder VC source code and compiled executable programs under mpeg2dec decoder source code and VC-compiled executable programs under par is given in one group 25 and 30 frames per second rate under the MPEG-2 and MPEG-1 encoded encoder parameter files. in given executable program of the document contains a mpeg2ply used to play mpeg1 and mpeg2 video streams windows executable program. AAC aacenc mpeg2 AAC audio coding procedures aacdec mpeg2 AAC audio decoding procedures
Update : 2025-02-19 Size : 678kb Publisher : 韩义

适合初学者的mpeg-2电子资料.包含ts流的pat.pmt.sdt.audio.video-Suitable for beginners of mpeg-2 electronic data. Pat.pmt.sdt.audio.video contain ts stream
Update : 2025-02-19 Size : 16.19mb Publisher :

dm355 视频程序.是不可多得的好程序-dm355 video program. is a rare good procedures
Update : 2025-02-19 Size : 28kb Publisher : kenny

DL : 0
用C语言写的解析TS包,可用于机顶盒,数字电视等符合MPEG2标准的TS解析。-Using C language to write the analytic TS packets can be used for set-top boxes, digital TVs, etc. in line with the MPEG2 standard analytic TS.
Update : 2025-02-19 Size : 3kb Publisher : shiping

自己在学MPEG2 TS时结合工作写的关于TS中PCR分析的文章,在杂志上发表,-MPEG2 TS in school when the combination of work written on the TS in the PCR analysis of articles published in magazines,
Update : 2025-02-19 Size : 854kb Publisher : kevin

通过实验了解Mpeg1协议中的B帧编码方法以及Mpeg2协议P帧-帧场自适应预测编码-Mpeg1 agreement through experiments to understand the B-frame encoding method and the P frame Mpeg2 Agreement- Adaptive predictive coding frame field
Update : 2025-02-19 Size : 6kb Publisher : 郝人

DL : 0
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
Update : 2025-02-19 Size : 336kb Publisher : soup

通过实验了解Mpeg1协议中的B帧编码方法以及Mpeg2协议P帧-帧场自适应预测编码-Mpeg1 agreement through experiments to understand the B-frame encoding method and the P frame Mpeg2 Agreement- Adaptive predictive coding frame field
Update : 2025-02-19 Size : 6kb Publisher : esidentM

DL : 0
it is mp3 MPEg2 Video Encoder, Only I frames currently encoded. The encoded files can be played using any player i used vlc player. As usual some 1. Use one test.avi file, preferrable 128 x 128 size, you can download http://support.microsoft.com/kb/119383 2. This is just the initial code, updates are likely to happen. One can use this code just for initial study purposes, for example bit stream packing, basic of video etc. Will further modify this for P frame encoding and will make a simple Profile. If you happen to use this code and update for P frames please give the link. Running: 1. Open main_video_enc.m, use the test file to be encoded. 2. Encoded file will be test.m2v. Play using vlcplayer. 3. Only 15 frames are encoded currently modify the index to increase. -it is mp3 MPEg2 Video Encoder, Only I frames currently encoded. The encoded files can be played using any player i used vlc player. As usual some 1. Use one test.avi file, preferrable 128 x 128 size, you can download http://support.microsoft.com/kb/119383 2. This is just the initial code, updates are likely to happen. One can use this code just for initial study purposes, for example bit stream packing, basic of video etc. Will further modify this for P frame encoding and will make a simple Profile. If you happen to use this code and update for P frames please give the link. Running: 1. Open main_video_enc.m, use the test file to be encoded. 2. Encoded file will be test.m2v. Play using vlcplayer. 3. Only 15 frames are encoded currently modify the index to increase.
Update : 2025-02-19 Size : 837kb Publisher : raushan

DL : 0
Verification of the correct interoperability of MPEG-2/P@ML encoders and decoders (IRDs) – as supplied by various manufacturers – is an important task which is best carried out by independent third parties, such as the EBU.
Update : 2022-11-12 Size : 214.92kb Publisher : ocurrente_07@yahoo.es
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.