rm52j_r1

所属分类:流媒体/Mpeg4/MP4
开发工具:Visual C++
文件大小:292KB
下载次数:74
上传日期:2008-11-20 18:11:50
上 传 者宋可乐
说明:  视频编码软件。多种比特率、分辨率和质量的视频压缩方法,适用于数字电视广播、交互式存储媒体、直播卫星视频业务、多媒体邮件、分组网络的多媒体业务、实时通信业务、远程视频监控等应用。
(Video encoding software. Multiple bit rate, resolution and quality of video compression methods, applicable to digital television broadcasting, interactive storage media, direct broadcast satellite video services, multimedia mail, multimedia services packet networks, real-time communication services, remote video surveillance applications.)

文件列表:
rm52j_r1\bin\decoder.cfg (499, 2007-04-26)
rm52j_r1\bin\encoder.cfg (5822, 2007-05-08)
rm52j_r1\changes_old versions.txt (1769, 2007-01-17)
rm52j_r1\changes_rm52f.txt (18425, 2007-01-17)
rm52j_r1\changes_rm52g.txt (367, 2007-01-17)
rm52j_r1\changes_rm52h.txt (619, 2007-01-17)
rm52j_r1\changes_rm52h_vec.txt (1457, 2007-01-17)
rm52j_r1\changes_rm52i.txt (6794, 2007-03-27)
rm52j_r1\changes_rm52j.txt (2049, 2007-05-05)
rm52j_r1\copyright.txt (1774, 2007-04-17)
rm52j_r1\ldecod\inc\annexb.h (2334, 2007-04-17)
rm52j_r1\ldecod\inc\avs.h (6106, 2007-04-17)
rm52j_r1\ldecod\inc\block.h (4186, 2007-04-17)
rm52j_r1\ldecod\inc\b_frame.h (2189, 2007-04-17)
rm52j_r1\ldecod\inc\contributors.h (4023, 2007-04-17)
rm52j_r1\ldecod\inc\defines.h (8144, 2007-05-05)
rm52j_r1\ldecod\inc\elements.h (3595, 2007-04-17)
rm52j_r1\ldecod\inc\global.h (21084, 2007-04-21)
rm52j_r1\ldecod\inc\golomb_dec.h (2718, 2007-04-17)
rm52j_r1\ldecod\inc\header.h (2536, 2007-04-17)
rm52j_r1\ldecod\inc\macroblock.h (4468, 2007-04-17)
rm52j_r1\ldecod\inc\mbuffer.h (4669, 2007-04-17)
rm52j_r1\ldecod\inc\memalloc.h (2731, 2007-04-17)
rm52j_r1\ldecod\inc\vlc.h (3377, 2007-04-17)
rm52j_r1\ldecod\Makefile (1598, 2007-04-16)
rm52j_r1\ldecod\src\bitstream.c (10452, 2007-04-17)
rm52j_r1\ldecod\src\block.c (36080, 2007-05-09)
rm52j_r1\ldecod\src\block_const.c (64631, 2007-04-17)
rm52j_r1\ldecod\src\b_frame.c (4808, 2007-04-17)
rm52j_r1\ldecod\src\golomb_dec.c (6383, 2007-04-17)
rm52j_r1\ldecod\src\header.c (20292, 2007-04-22)
rm52j_r1\ldecod\src\image.c (46358, 2007-05-05)
rm52j_r1\ldecod\src\ldecod.c (31789, 2007-04-17)
rm52j_r1\ldecod\src\loopfilter.c (11530, 2007-04-17)
rm52j_r1\ldecod\src\macroblock.c (90735, 2007-05-05)
rm52j_r1\ldecod\src\memalloc.c (8727, 2007-04-17)
rm52j_r1\ldecod\src\output.c (7610, 2007-04-17)
rm52j_r1\ldecod\src\vlc.c (24496, 2007-04-17)
rm52j_r1\ldecod.dsp (6386, 2007-04-19)
rm52j_r1\ldecod.dsw (535, 2007-04-17)
... ...

/****************************************************************** AVS Reference Software Manual ******************************************************************/ please send comments and additions to jianwen.chen@gmail.com 1. Compilation 2. Command line parameters 3. Input/Output file format 4. Configuration files **************************************************************** 1. Compilation 1.1 Windows A workspace for MS Visual C++ is provided with the name "RM.dsw". It contains the encoder and decoder projects. And you can also use the separate project files: lencod.dsw , ldecod.dsw. 1.2 Unix Makefiles are provided in the lencod and ldecod directory. 'make' comand will creat the obj directory and generate the executable file in the 'bin' directory. ******************************************************************* 2. Command line parameters 2.1 Encoder lencod.exe [-f file] [-p parameter=value] All Parameters are initially taken from the 'file ', typically: "encoder.cfg" -f file If an -f parameter is present in the command line then the parameters will be taken from the config file See configfile.h for a list of supported ParameterNames. -p parameter=value If -p parameters are present then the ParameterValue will overide the config file's settings. There must be whitespace between -f and -p commands and their respecitive parameters. 2.2 Decoder ldecod.exe decoder.cfg The decoder configuration file name must be provided as the first parameter. All decoding parameters are read from this file. ******************************************************************* 3. Input/Output file format The codec can only support 4:2:0 format video sequences. For encoder, the input files should be the 4:2:0 data files and the output is *.avs which is the stream of AVS standard. For decoder, the input files should be the AVS standard streams and the output is the 4:2:0 video data. ******************************************************************* 4. Configuration files Sample encoder and decode configuration files are provided in the bin/ directory. These contain explanatory comments for each parameter. 4.1 Encoder = # Comments Whitespace is space and \t are the predefined names for Parameters and are case sensitive. See configfile.h for the definition of those names and their mapping to configinput->values. are either integers [0..9]* or strings. Integers must fit into the wordlengths, signed values are generally assumed. Strings containing no whitespace characters can be used directly. Strings containing whitespace characters are to be inclosed in double quotes ("string with whitespace") If the ParameterName is undefined, the program will be terminated with an error message. 4.2 Decoder #comment The values are read in a predefined order. See the example file for details. *******************************************************************

近期下载者

相关文件


收藏者