To make things short, the FFmpeg command line program expects the following argument format to perform its actions , where:
- global options
- input url
- output url
This command takes an input file mp4
containing two streams (an audio encoded with CODEC and a video encoded using h264
CODEC) and convert it to , changing its audio and video CODECs too.
Werner Robitza wrote a must read/execute .