Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
You can get the list of installed codecs with:
| #!upstart | |
| start on filesystem and started networking | |
| stop on shutdown | |
| expect fork | |
| setuid ubuntu | |
| env HOME="/home/ubuntu" |