jm18.0

所属分类:通讯编程文档
开发工具:Visual C++
文件大小:2437KB
下载次数:30
上传日期:2011-05-11 18:35:57
上 传 者generous87
说明:  JM18.0 new version H.264 reference software

文件列表:
JM\bin (0, 2011-05-03)
JM\bin\decoder.cfg (2615, 2011-05-03)
JM\bin\decoder_stereo.cfg (2615, 2011-05-03)
JM\bin\encoder.cfg (48436, 2011-05-03)
JM\bin\encoder_baseline.cfg (27390, 2011-05-03)
JM\bin\encoder_extended.cfg (39405, 2011-05-03)
JM\bin\encoder_fast.cfg (47607, 2011-05-03)
JM\bin\encoder_main.cfg (37586, 2011-05-03)
JM\bin\encoder_stereo.cfg (47788, 2011-05-03)
JM\bin\encoder_tonemapping.cfg (43591, 2011-05-03)
JM\bin\encoder_view1.cfg (8040, 2011-05-03)
JM\bin\encoder_yuv422.cfg (46480, 2011-05-03)
JM\bin\explicit_seq.cfg (1466, 2011-05-03)
JM\bin\foreman_part_qcif.yuv (114048, 2011-05-03)
JM\bin\foreman_part_qcif_422.yuv (152064, 2011-05-03)
JM\bin\foreman_part_qcif_444.yuv (228096, 2011-05-03)
JM\bin\leakybucketrate.cfg (16, 2011-05-03)
JM\bin\q_matrix.cfg (2473, 2011-05-03)
JM\bin\q_matrix_def.cfg (1244, 2011-05-03)
JM\bin\q_matrix2.cfg (1244, 2011-05-03)
JM\bin\q_offset.cfg (3473, 2011-05-03)
JM\bin\sg0conf.cfg (66, 2011-05-03)
JM\bin\sg2conf.cfg (126, 2011-05-03)
JM\bin\sg6conf.cfg (1188, 2011-05-03)
JM\bin\ToneMapping.cfg (1761, 2011-05-03)
JM\CHANGES.TXT (60533, 2011-05-03)
JM\Changes_detail.txt (8003, 2011-05-03)
JM\COPYRIGHT_ISO_IEC.txt (1092, 2011-05-03)
JM\COPYRIGHT_ITU.txt (1383, 2011-05-03)
JM\disclaimer.txt (1069, 2011-05-03)
JM\doc (0, 2011-05-03)
JM\doc\coding_style.doc (54272, 2011-05-03)
JM\doc\doxygen.txt (470, 2011-05-03)
JM\doc\foot.html (99, 2011-05-03)
JM\doc\JM Reference Software Manual.pdf (1195417, 2011-05-03)
JM\doc\ldecod.dox (8977, 2011-05-03)
JM\doc\lencod.dox (8976, 2011-05-03)
JM\FREXT_changes.txt (9141, 2011-05-03)
JM\JM.xcodeproj (0, 2011-05-03)
JM\JM.xcodeproj\project.pbxproj (136340, 2011-05-03)
... ...

JM Reference Software README ============================ The latest version of this software can be obtained from: http://iphome.hhi.de/suehring/tml For reporting bugs please use the JM bug tracking system located at: https://ipbt.hhi.fraunhofer.de Please send comments and additions to Karsten.Suehring (at) hhi.fraunhofer.de and alexis.tourapis@dolby.com ====================================================================================== NOTE: This file contains only a quick overview. More detailed information can be found the "JM Reference Software Manual" in the doc/ subdirectory of this package. ====================================================================================== 1. Compilation 2. Command line parameters 3. Input/Output file format 4. Configuration files 5. Platform specific notes 1. Compilation -------------- 1.1 Windows ----------- Workspaces for MS Visual C++ 2003/2005/2008/2010 are provided with the names jm_vc7.sln - MS Visual C++ 2003 jm_vc8.sln - MS Visual C++ 2005 jm_vc9.sln - MS Visual C++ 2008 jm_vc10.sln - MS Visual C++ 2010 These contain encoder and decoder projects. 1.2 Unix -------- Before compiling in a UNIX environment please run the "unixprep.sh" script which will remove the DOS LF characters from the files and create object directories. Makefiles for GNU make are provided at the top level and in the lencod and ldecod directories. 1.3 MacOS X ----------- A workspace for XCode can be found in the main directory. The project can also be build using the UNIX build process (make). 2. Command line parameters -------------------------- 2.1 Encoder ----------- lencod.exe [-h] [-d default-file] [-f file] [-p parameter=value] All Parameters are initially taken from DEFAULTCONFIGFILENAME, defined in configfile.h (typically: "encoder.cfg") -h Show help on parameters. -d default-file Use the specified file as default configuration instead of the file in DEFAULTCONFIGFILENAME. -f file If an -f parameter is present in the command line then this file is used to update the defaults of DEFAULTCONFIGFILENAME. There can be more than one -f parameters present. -p parameter=value If -p parameters are present then these overide the default and the additional config file's settings, and are themselfes overridden by future -p parameters. There must be whitespace between -f and -p commands and their respecitive parameters. -v Show short version info. -V Show long version info. 2.2 Decoder ----------- ldecod.exe [-h] [-d default-file] [-f file] [-p parameter=value] All Parameters are initially taken from DEFAULTCONFIGFILENAME, defined in configfile.h (typically: "encoder.cfg") -h Show help on parameters. -d default-file Use the specified file as default configuration instead of the file in DEFAULTCONFIGFILENAME. -f file If an -f parameter is present in the command line then this file is used to update the defaults of DEFAULTCONFIGFILENAME. There can be more than one -f parameters present. -p parameter=value If -p parameters are present then these overide the default and the additional config file's settings, and are themselfes overridden by future -p parameters. There must be whitespace between -f and -p commands and their respecitive parameters. -v Show short version info. -V Show long version info. 3. Input/Output file format --------------------------- The source video material is read from raw YUV 4:2:0 data files. For output the same format is used. 4. Configuration files ---------------------- Sample encoder and decode configuration files are provided in the bin/ directory. These contain explanatory comments for each parameter. The generic structure is explained here. 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") The double quote character is forbidden (may want to implement something smarter here). Any Parameters whose ParameterName is undefined lead to the termination of the program with an error message. Known bug/Shortcoming: zero-length strings (i.e. to signal an non-existing file have to be coded as "". 4.2 Decoder ----------- Beginning with JM 17.0 the decoder uses the same config file style like the encoder. 5. Platform specific notes -------------------------- This section contains hints for compiling and running the JM software on different operating systems. 5.1 MacOS X ----------- MacOs X has a UNIX core so most of the UNIX compile process will work. You might need the following modifications: a) Before Leopard (MacOS 10.5): in Makefile change "CC = $(shell which gcc)" to "CC = gcc" (it seems "which" doesn't work) b) MacOS "Tiger" (MacOS 10.4) doesn't come with ftime. We suggest using a third party ftime implementation, e.g. from: http://darwinsource.opendarwin.org/10.3.4/OpenSSL096-3/openssl/crypto/ftime.c 5.2 FreeBSD ----------- You might need to add "-lcompat" to LIBS in the Makefiles for correct linking.

近期下载者

相关文件


收藏者