Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
Uploading multiple subtitle files with the same locale value is not supported. The video will be uploaded without subtitles.
Scroll Ignore
Code Block
languagexml
themeRDark
titleSample XML file
collapsetrue
<?xml version="1.0" encoding="UTF-8" ?>
<job xmlns="http://schemas.video-cdn.net/vmpro/public/v1/ingest/ftp/job.xsd" reference="mySubtitleVideo">
  <source>
    <file>video001.mp4</file>
  </source>
  <title>My Video With Subtitles</title>
  <subtitles>
    <subtitle>
      <file>subtitle_en.srt</file>
      <locale>en</locale>
    </subtitle>
    <subtitle>
      <file>subtitle_de.vtt</file>
      <locale>de</locale>
    </subtitle>
  </subtitles>
</job>

...