To make things short, the FFmpeg command line program expects the following argument format to perform its actions , where:

    1. global options
    2. input url
    3. 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 .