I looked at FFMPEG, as well as specifically FFMPEG PHP, and found that FFMPEG PHP has all the functions that I need for some other sections of my site (for example, images), but it lacked the ability to save video files.
What will be the shell command to convert a file start.oggthat has an undefined format (using OGG as an example) to Webm format in a file end.webm, as well as MP4 format in a file end.mp4. I would like the bit rate for video and audio to remain the same.
How can i do this?
user263078
source
share