简体   繁体   中英

How to convert any video format to mp4 format in python

I am building an app in angular where customers will upload video of any format, I need to convert it into mp4 format and display on client side. I need help with how to convert any video format to mp4 in python

This article my help.

https://code.tutsplus.com/tutorials/base64-encoding-and-decoding-using-python--cms-25588

Also, you would want your backend to do the conversion and then load the video in your angular app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM