How to combine multiple video files to a single one
This feature allows you to combine several video files to one file.
You can use it via User Interface, or via API.
User Interface
To use this feature via user interface, you have to add several video sources in "Add Media" section. And they would automatically combined to one file (in sequential order) during the encoding process.
API
To combine several video sources to one file, you should use several <source> elements in your XML request.
For example:
<?xml version="1.0"?> <query> <!-- Main fields --> <userid>[UserID]</userid><br> <userkey>[UserKey]</userkey> <action>[Action]</action> <mediaid>[MediaID]</mediaid> <source>[SourceFile]</source> <source>[SourceFile1]</source> <!-- if multiple SourceFile added, they will be concatenated --> ... <source>[SourceFileN]</source> <format> [FormatFields] </format> </query>











