Bitmovin can combine multiple videos mp4 into one video?

Product

Encoding - VOD

Question

I currently want to take multiple videos from my Azure account storage and use Bitmovin to combine these videos into one video with the format MP4, resolution 720p, codec H264, and audio codec AAC. After the encoding job is completed, the combined video will be uploaded to my Azure account storage. With these requirements, please let me know if Bitmovin can meet them. If possible, could you please provide me with a step-by-step guide to accomplish the above tasks. Thank you.

Hi @ntgiang251097

Thanks for posting! All of that is indeed possible with the Bitmovin Encoder.
This is known as “Concatenation” and we have documentation here - Stitching and Trimming - Getting started

A full concatenation example is available here - bitmovin-api-sdk-examples/java/src/main/java/ConcatenationMultipleInputs.java at main · bitmovin/bitmovin-api-sdk-examples · GitHub (please read through the comments in that code for more details)

You’d need to use the following endpoints for Azure input - https://developer.bitmovin.com/encoding/reference/postencodinginputsazure

and Azure Output - https://developer.bitmovin.com/encoding/reference/postencodingoutputsazure

I hope that helps

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.