Jm guide

15
JM Software INSTALLATION AND USAGE GUIDE By Pranav Sodhani Junior Undergraduate, Department of EEE Indian Institute of Technology Guwahati (IITG) 1

description

JM - H.264/AVC Encoder Installation and Usage Guidelines

Transcript of Jm guide

Page 1: Jm guide

1

JM SoftwareINSTALLATION AND USAGE GUIDE

ByPranav SodhaniJunior Undergraduate, Department of EEEIndian Institute of Technology Guwahati (IITG)

Page 2: Jm guide

2H.264/AVC Software

Read all about H.264/AVC here.

Current software version: JM 18.5

Download JM reference software manual [PDF]

Page 3: Jm guide

3

Step-by-Step Installation Procedure

Page 4: Jm guide

4 Step 1: Go to : http://iphome.hhi.de/suehring/tml/download/

Page 5: Jm guide

5 Step 2: From the list, download jm18.5.zip and extract the contents

into a folder.

Page 6: Jm guide

6NOTE: The software package contains a Visual Studio .NET workspace named “jm_vc7.sln” for .NET 2003 (v7), a workspace named “jm_vc8.sln” for .NET 2005 (v8), and a workspace named “jm_vc9.sln”for .NET 2008 (v9). The user should select the appropriate solution according to his/her .NET package.

Page 7: Jm guide

7 Step 3: These workspaces include the following 4 projects: lencod,

ldecod, rtpdump and rtp_loss.

Page 8: Jm guide

8Step 4: Select the desired project and the appropriate compilation mode, i.e. “Debug” or “Release”. Compilation will create the binaries “lencod.exe” or “ldecod.exe” in the “bin” directory. “rtpdump.exe” and “rtp_loss.exe” will be created in the rtpdump and rtp_loss directories respectively

Page 9: Jm guide

9

Installation Successful !

Page 10: Jm guide

10

Using the JM Encoder Module

Page 11: Jm guide

11• In the bin directory, we have the encoder configuration files and the

input video sequences.

Page 12: Jm guide

12• Parameters can be configured in the encoder configuration file. Let us check

the encoder_main.cfg file first.

Page 13: Jm guide

13• Next, we need to execute the lencode.exe file to encode our video

sequence. To go to command prompt:Go to start Type cmd Press Enter. A window shows up.

Page 14: Jm guide

14

• Change the directory to the location where the configuration files are stored.Example: cd:\\users\sodhanipranav\desktop\JM\binType: lencod.exe –d encoder_main.cfg to encode the video sequence.

Page 15: Jm guide

15

We have successfully encoded our first video sequence using H.264 video codec !

For guidelines on configuring the parameters in the configuration file, go through the JM Reference Software Manual.