05 May 2011 - Muxing from different sources
over 13 years ago by Encoding.com Product Team
Note: muxing is supported for only two sources now.
Sample XML to mux video from one source and audio from another one:
<?xml version="1.0"?>
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<source>[Video source]</source>
<source>[Audio source]</source>
<format>
<output>muxer</output>
<target>ntsc-dvd</target>
<maps>0:0,1:0</maps>
</format>
</query>
{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"source": [
"[Video source]",
"[Audio source]"
],
"format": {
"output": "muxer",
"target": "ntsc-dvd",
"maps": "0:0,1:0"
}
}
}