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:
| """ | |
| File name: gp_alter.py | |
| Author: Thomas Macrina | |
| Date created: 03/21/2014 | |
| Python Version: 2.7 | |
| Overwriting the generate() method within DEAP's gp.py | |
| to remove the need for "dummy" nodes within strongly-typed | |
| individuals. |