I was looking at FFMPEG, and also specifically FFMPEG PHP, and found that FFMPEG PHP had all the features I needed for some other sections of my website, (such as images) however it lacked the ability to save movie files.
What would the shell command be to convert the file start.ogg that is of an undetermined format (using OGG as an example) to both the Webm format in the file end.webm as well as the MP4 format in the file end.mp4. I would like the bit rate for both video and audio to remain the same.
How can I do this?