Im trying to decode base64 code to mp4 when i convert it online it gets outputted as mimetype: video/octet-stream instead of video/mp4. In the file i’m trying to convert the mimetype says video/mp4
How do i convert octet-stream to mp4 using python?
Im trying to decode base64 code to mp4 when i convert it online it gets outputted as mimetype: video/octet-stream instead of video/mp4. In the file i’m trying to convert the mimetype says video/mp4
How do i convert octet-stream to mp4 using python?