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:
| syntax enable " enable syntax processing | |
| set tabstop=4 " number of visual spaces per TAB | |
| set softtabstop=4 " number of spaces in tab when editing | |
| set expandtab " преобразовать табуляцию в пробелы | |
| set smartindent " Умные отступы (например, автоотступ после {) | |
| "set number " show line numbers | |
| set showcmd " show command in bottom bar | |
| set cursorline " highlight current line |