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:
| public class CustomInfoWindowAdapter implements GoogleMap.InfoWindowAdapter { | |
| private Activity context; | |
| public CustomInfoWindowAdapter(Activity context){ | |
| this.context = context; | |
| } | |
| @Override |