jm17.0

所属分类:流媒体/Mpeg4/MP4
开发工具:Visual C++
文件大小:2099KB
下载次数:11
上传日期:2010-03-08 11:14:48
上 传 者ygchaoren
说明:  H.264官方视频编解码器,可用于评估H.264的编解码算法
(Official H.264 video codec can be used to assess the H.264 codec algorithm)

文件列表:
JM\bin (0, 2010-02-25)
JM\bin\decoder.cfg (2837, 2010-02-25)
JM\bin\encoder.cfg (48238, 2010-02-25)
JM\bin\encoder_baseline.cfg (27378, 2010-02-25)
JM\bin\encoder_extended.cfg (39394, 2010-02-25)
JM\bin\encoder_main.cfg (38044, 2010-02-25)
JM\bin\encoder_tonemapping.cfg (44143, 2010-02-25)
JM\bin\encoder_yuv422.cfg (46983, 2010-02-25)
JM\bin\explicit_seq.cfg (1466, 2010-02-25)
JM\bin\foreman_part_qcif.yuv (114048, 2010-02-25)
JM\bin\foreman_part_qcif_422.yuv (152064, 2010-02-25)
JM\bin\foreman_part_qcif_444.yuv (228096, 2010-02-25)
JM\bin\leakybucketrate.cfg (16, 2010-02-25)
JM\bin\q_matrix.cfg (2473, 2010-02-25)
JM\bin\q_matrix2.cfg (1244, 2010-02-25)
JM\bin\q_matrix_def.cfg (1244, 2010-02-25)
JM\bin\q_offset.cfg (3473, 2010-02-25)
JM\bin\sg0conf.cfg (66, 2010-02-25)
JM\bin\sg2conf.cfg (126, 2010-02-25)
JM\bin\sg6conf.cfg (1188, 2010-02-25)
JM\bin\ToneMapping.cfg (1761, 2010-02-25)
JM\CHANGES.TXT (59421, 2010-02-25)
JM\Changes_detail.txt (8003, 2010-02-25)
JM\copyright.txt (1383, 2010-02-25)
JM\disclaimer.txt (1069, 2010-02-25)
JM\doc (0, 2010-02-25)
JM\doc\coding_style.doc (54272, 2010-02-25)
JM\doc\doxygen.txt (470, 2010-02-25)
JM\doc\foot.html (99, 2010-02-25)
JM\doc\JM Reference Software Manual (JVT-AE010).pdf (956245, 2010-02-25)
JM\doc\ldecod.dox (8977, 2010-02-25)
JM\doc\lencod.dox (8976, 2010-02-25)
JM\FREXT_changes.txt (9141, 2010-02-25)
JM\JM.xcodeproj (0, 2010-02-25)
JM\JM.xcodeproj\project.pbxproj (129264, 2010-02-25)
JM\jm_vc7.sln (2502, 2010-02-25)
JM\jm_vc8.sln (2257, 2010-02-25)
JM\jm_vc9.sln (2258, 2010-02-25)
JM\lcommon (0, 2010-02-25)
JM\lcommon\inc (0, 2010-02-25)
... ...

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.de Please send comments and additions to suehring@hhi.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 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 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.

近期下载者

相关文件


收藏者