Command Flags
Flag | Options | Description |
---|---|---|
-codec:a |
libfaac, libfdk_aac, libvorbis | Audio Codec |
-quality |
best, good, realtime | Video Quality |
-b:a |
128k, 192k, 256k, 320k | Audio Bitrate |
-codec:v |
mpeg4, libx264, libvpx-vp9 | Video Codec |
Command Flags
Flag | Options | Description |
---|---|---|
-codec:a |
libfaac, libfdk_aac, libvorbis | Audio Codec |
-quality |
best, good, realtime | Video Quality |
-b:a |
128k, 192k, 256k, 320k | Audio Bitrate |
-codec:v |
mpeg4, libx264, libvpx-vp9 | Video Codec |
foxdot-cli.py
in the same directory as the FoxDot installaton (in case you're using virtualenv
, otherwise comment from lines 5 to 7)foxdot-mode.el
to ~/.emacs.d/lisp
(defvar foxdot-cli-path "/path/to/foxdot-cli/")
in your ~/.emacs
fileM-x load-library
and complete with foxdot-mode
C-c C-f
or M-x foxdot-start
to startC-c C-e
or M-x foxdot-execute
to evaluate a line or a block of code