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:
| // html | |
| <div>This is my post</div> | |
| <!-- Just put this div at the bottom of your template somewhere--> | |
| <!-- Notice that its hidden by default, so if it doesnt get used, thats fine--> | |
| <div class="modal hide"></div> | |
| //JS | |
| $.ajax({ | |
| type: 'post', // or post? |