Video compositing through AMS Advanced Encoder
The lack of an implementation of video compositing (similar to the current overlay/watermark implementation but with video content) has consistently been the only thing stopping me from using AMS for multiple projects.
Simplified example JSON:
"CompositionMedia": [
{
"Position": {
"X": 100,
"Y": 100,
"Width": 100,
"Height": 50
},
"Source": "video2.mp4",
"Clip": {
"Starts": "00:00:20",
"Duration": "00:00:10"
}
},
{
"Position": {
"X": 150,
"Y": 150,
"Width": 50,
"Height": 100
},
"Source": "video3.mp4",
"Clip": {
"Starts": "00:00:25",
"Duration": "00:00:05"
}
}
]
2
votes
