Welcome![Sign In][Sign Up]
Location:
Search - mpeg2.p

Search list

[Othermpeg2编码解码源代码

Description:

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


Platform: | Size: 344825 | Author: lucky_dog2008 | Hits:

[Multimedia DevelopMPEG2,1解码器

Description: 一个用多媒体解码和解码源代码,MPEG2,1解码器-The file includes a multimedia decoder which decodes the mpeg2 and mpeg1 and the source code of mpeg2,mpeg1 decoder.
Platform: | Size: 51200 | Author: 施立祥 | Hits:

[File FormatMPEG-2

Description: 这是一个用来介绍MPEG2的PDF中文文档。-This is an introduction to the MPEG2 Chinese PDF documents.
Platform: | Size: 16950272 | Author: 名字 | Hits:

[mpeg mp3mpeg2enc

Description: 实现了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
Platform: | Size: 87040 | Author: 刘寒冰 | Hits:

[Special Effects44

Description: \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
Platform: | Size: 694272 | Author: 韩义 | Hits:

[mpeg mp3MPEG2_CHS

Description: 适合初学者的mpeg-2电子资料.包含ts流的pat.pmt.sdt.audio.video-Suitable for beginners of mpeg-2 electronic data. Pat.pmt.sdt.audio.video contain ts stream
Platform: | Size: 16980992 | Author: | Hits:

[Windows DevelopDM355_ipipe_example

Description: dm355 视频程序.是不可多得的好程序-dm355 video program. is a rare good procedures
Platform: | Size: 28672 | Author: kenny | Hits:

[mpeg mp3TS

Description: 用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.
Platform: | Size: 3072 | Author: shiping | Hits:

[mpeg mp3MPEG2_pcr

Description: 自己在学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,
Platform: | Size: 874496 | Author: kevin | Hits:

[Graph programmpegprocessing

Description: 通过实验了解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
Platform: | Size: 6144 | Author: 郝人 | 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:

[Graph programmpegprocessing

Description: 通过实验了解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
Platform: | Size: 6144 | Author: esidentM | Hits:

[matlabmp3

Description: 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.
Platform: | Size: 857088 | Author: raushan | Hits:

[OtherMPEG2 Test

Description: 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.
Platform: | Size: 220077 | Author: ocurrente_07@yahoo.es | Hits:

CodeBus www.codebus.net