php - how to convert any type of video to mp4? - Stack Overflow
If you are trying this at your server/ not using any online tool. You can use FFmpeg for this. Sample code for conversion: ffmpeg -i {input}.mov -vcodec h264 -acodec ...
stackoverflow.com |