Example of encoder profiles, 1 mpeg-1, Mpeg-1 – EVS XTAccess Version 1.14 - July 2010 User Manual User Manual
Page 73

Issue 1.10.D
XTAccess Version 1.14– User’s Manual
Author: Serge Comes - EVS Broadcast Equipment – July 2010
17. Example of Encoder
profiles
Encoding profiles are XML files that define the codec and codec parameters used
by XTAccess to transcode the file.
You can find bellow some examples. For more information about the transcoding
profile you can use the “Encoder Profiles.pdf” document which explains all the
tags present in the encoder profile.
17.1 MPEG-1
MPEG-1 and MPEG-2 codec use the EVSMPEG2Encoder dll encoder (C:\Program
Files\EVS Broadcast Equipment\XTAccess\EVSEncoders\EVSMPEG2Encoder.dll)
which is installed with XTAccess
You can find here an example of MPEG-2 encoder profile. This profile can be
found into C:\Program Files\EVS Broadcast Equipment\XTAccess\Encoder
Profiles\Default EVS Profiles\ folder after the installation of XTAccess.
MPEG-1_TS_XTATranscode.profile.xml :
<?xml version="1.0"?>
<EVSEncoder version="1.0">
<DllName>EVSMPEG2Encoder.dll</DllName>
<DisplayName>MPEG-1 TS</DisplayName>
<Extension>mpg</Extension>
<ResolutionMode>1</ResolutionMode>
<EVSEncoderCfg>
<FType>TS</FType>
<!-- TS / PS / ES -->
<VType>MPEG-1</VType>
<!-- MPEG-2 / MPEG-1 -->
<VRate>1500000</VRate>
<GopN>18</GopN>
<GopM>3</GopM>
<AspectRatio>Auto</AspectRatio>
<ARate>64000</ARate>
<Stereo>1</Stereo>
<Half>1</Half>
</EVSEncoderCfg>
</EVSEncoder>
All the Tags are explained into the XML Encoders Schema document into the
EVSMPEG2Encoder.dll chapter.
EVSIMXEncoder.dll chapter.
72