formats.xml - eyeonSoftware/epp GitHub Wiki

formats.xml

The formats xml file within your EPP_ROOT\templates folder allows you to add custom production formats that can be chosen from the add_project gui. Formats can be imported from Fusions VidModes.def file with the epp installation wizard.

<?xml version='1.0' encoding='utf-8'?>
<formats>
  <format name="HDTV 720">
    <height>720</height>
    <hasfields>False</hasfields>
    <width>1280</width>
    <aspectx>1</aspectx>
    <aspecty>1</aspecty>
    <framerate>30</framerate>
    <framesperfeet>1</framesperfeet>
  </format>
<formats>

hasfields and framesperfeet are not utilized by epp.

⚠️ **GitHub.com Fallback** ⚠️