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:
| import numpy as np | |
| import time | |
| from sklearn.preprocessing import OneHotEncoder | |
| from scipy.io import loadmat | |
| from scipy.optimize import minimize | |
| def load_data(filename): | |
| """ Loads the MNIST data from the given Matlab file name. """ | |
| try: |
| license: mit |