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 os | |
| import sys | |
| import bencodepy | |
| import humanize | |
| import argparse | |
| def total_size_files_torrent(file_name): | |
| try: | |
| parsed = bencodepy.decode_from_file(file_name) |
| #!/usr/bin/env bash | |
| curl https://s3.amazonaws.com/heroku-jvm-buildpack-vi/vim-7.3.tar.gz --output vim.tar.gz | |
| mkdir vim && tar xzvf vim.tar.gz -C vim | |
| export PATH=$PATH:/app/vim/bin |
| from flask import Flask | |
| app=Flask(__name__) | |
| @app.route('/') | |
| def index(): | |
| return """ | |
| <span id="now">loading<span> | |
| <script type="text/javascript"> | |
| window.WebSocket=window.WebSocket || window.MozWebSocket || false; |
kvz: "I'm recommending these Mac apps to a colleague who's losing his OSX virginity: https://gist.github.com/1372883. Anything you think I should add?"
Don't forget to look at the suggestions at the bottom, there's some cool stuff in there.