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:
| from selenium import webdriver | |
| import sys, getopt, time, subprocess, shlex | |
| from xvfbwrapper import Xvfb | |
| def run(): | |
| print('Sreencast website animation') | |
| xvfb = Xvfb(width=1280, height=720, colordepth=24) | |
| xvfb.start() |
| #!/usr/bin/python | |
| import flac.encoder as encoder | |
| import pyaudio | |
| import sys | |
| import requests | |
| import random | |
| from threading import Thread | |
| from Queue import Queue, Empty |