Multiple media encode and Merge (join) media file

2019-08-30 17:47发布

I am new to azure, I ref media encoding sample tutorial & it working fine too,

but when I upload multiple file it successfully upload but while encoding job, my job.Submit(); method throw an exception

and another is I want single file in output (in short I want merge video files and add some snaps in between video)

标签: azure
2条回答
霸刀☆藐视天下
2楼-- · 2019-08-30 18:22

No, currently (as of October the 7th) you can't join/combine multiple files into single one.

As for the errors you get while job.Submit() - in order to receive a proper answer, you have to ask the question properly - provide relevant code lines/snippet, full stack trace, exact steps to reproduce etc.

Also, then doing media trans-coding, always keep an eye on the list of supported media codecs here. Make sure you are using supported codecs before asking question.

查看更多
神经病院院长
3楼-- · 2019-08-30 18:31

Azure's Media Encoder Stander (MES) supports combining multiple video files using a custom preset.

Azure MES Doc: Concatenate two or more video files

查看更多
登录 后发表回答