Dtc-315, Appendix h: xml configuration file structure – DekTec DTC-315 DtEncode User Manual
Page 28

DTC-315
© 2009-2014 DekTec Digital Video BV
Page 28/29
Manual for DTC-315 DtEncode Software
Essential Tools for Digital-TV Professionals
April 2014
Appendix H: XML configuration file structure
The following example shows an XML configuration file.
See next Appendix I about how to use command line to start DtEncode automatically from an XML
configuration file
<?xml version = "1.0" encoding = "UTF-8"?>
<DtEncode ConfigName="MyConfig" ConfigDescription="MyConfigDescription" ConfigCreationDate=
"20110301">
<Video>
<Adapter Type="2144" Port="0" Index="0" Description="ASI/SDI-Input (DTA-2144 port 1)"/>
<Input Type="SD-SDI (PAL)"/>
<Resolution Value="SD (PAL)"/>
<Aspect Value="16:9"/>
<Encoding Value="H.264"/>
<Preset Value="SD_PAL_H264"/>
<Rate Value="2000000"/>
</Video>
<Audio>
<Sampling Value="48000"/>
<Encoding Value="MPEG Layer 2"/>
<Rate Value="192000"/>
</Audio>
<Mux>
<PgmId Value="2100"/>
<PmtPid Value="210"/>
<PcrPid Value="220"/>
<VidPid Value="220"/>
<AudPid Value="230"/>
</Mux>
<Output>
<Adapter Type="111" Port="1" Index="2" Description="MOD-Output (DTA-111)"/>
<Rate Value="26346021"/>
<PacketSize Value="188"/>
<TsId Value="2"/>
<DummySI Value="Yes"/>
<Network Value="DVB-T"/>
<Frequency Value="556000000"/>
<Dvbt CodeRate="3_4" Bandwidth="8Mhz" Modulation="qam64" Guard="1_16" Mode="8K"
Interleave="Native"/>
</Output>
</DtEncode>
Video Part
Audio Part
MUX Part
Output Part