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:
| <script> | |
| var PAGE_SIZE = 16384; | |
| var SIZEOF_CSS_FONT_FACE = 0xb8; | |
| var HASHMAP_BUCKET = 208; | |
| var STRING_OFFSET = 20; | |
| var SPRAY_FONTS = 0x1000; | |
| var GUESS_FONT = 0x200430000; | |
| var NPAGES = 20; | |
| var INVALID_POINTER = 0; | |
| var HAMMER_FONT_NAME = "font8"; //must take bucket 3 of 8 (counting from zero) |
| -- https://chatengine.xyz/chat | |
| local Players = game:GetService("Players") | |
| local http_service = game:GetService("HttpService") | |
| math.randomseed(tick()) | |
| local authorization_cookie = "b1060a52b07c933b192298aede18a4e079e2cb3be98c2bd6fcd30e77c4c80cb9822937927db1797ccc9fdc6804e85777" | |
| if syn then | |
| http_request = syn.request | |
| end | |
| function send_msg_ai(message) |
| import os, argparse | |
| import tensorflow as tf | |
| from tensorflow.python.framework import graph_util | |
| dir = os.path.dirname(os.path.realpath(__file__)) | |
| def freeze_graph(model_folder): | |
| # We retrieve our checkpoint fullpath | |
| checkpoint = tf.train.get_checkpoint_state(model_folder) |
| {0: 'tench, Tinca tinca', | |
| 1: 'goldfish, Carassius auratus', | |
| 2: 'great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', | |
| 3: 'tiger shark, Galeocerdo cuvieri', | |
| 4: 'hammerhead, hammerhead shark', | |
| 5: 'electric ray, crampfish, numbfish, torpedo', | |
| 6: 'stingray', | |
| 7: 'cock', | |
| 8: 'hen', | |
| 9: 'ostrich, Struthio camelus', |
| ### Step-by-step terminal instructions to install emacspeak on OS X. | |
| ### Copy-paste each step (one step at a time!) into the terminal. | |
| ### Much of the information presented here was copied from | |
| ### http://e-mac-speak.googlecode.com/svn/trunk/e-mac-speak-howto.org | |
| ### More useful settings may be found at https://github.com/ragb/emacs-ragb/blob/master/init.el | |
| ## WARNING: These steps worked for me, but they may not work for you. In fact they may break things, turn your computer into | |
| ## a paperweight, and/or eat your kittens. These instructions are provided in the hope that they may be useful, | |
| ## but you are responsible for running them and for any damange doing so may cause. |