Skip to content

Instantly share code, notes, and snippets.

View gabeguz's full-sized avatar

Gabriel Guzman gabeguz

View GitHub Profile

Keybase proof

I hereby claim:

  • I am gabeguz on github.
  • I am gabeguz (https://keybase.io/gabeguz) on keybase.
  • I have a public key whose fingerprint is EEB5 E222 9336 98F1 2583 4140 4A83 A55F BF25 12F5

To claim this, I am signing this object:

@gabeguz
gabeguz / ffmpeg.txt
Created November 17, 2012 01:29
ffmpeg tests
Supported Media formats taken from here: http://developer.android.com/guide/appendix/media-formats.html
First attempt (h264 + aac):
ffmpeg -i testfile.mkv -vcodec libx264 -preset slow -b 768k -maxrate 768k -bufsize 1536 -vf scale=-1:720 -threads 0 -acodec aac -strict experimental -ac 2 -ab 44100 output.mp4
Notes - video was able to play using VPlayer with Bubble
Transformer:
BubbleUPnP Android Video Player - video + audio
BubbleUPnP Vplayer - video + audio
@gabeguz
gabeguz / .cwmrc
Created August 6, 2012 22:03
cwm config file
# cwm config file
autogroup 1 "xterm,XTerm"
autogroup 2 "gvim,Gvim"
command xterm-large "xterm -fa 'Mono' -fs 9"
command xterm-small "xterm -fa 'Mono' -fs 8"
command vm1 "VBoxHeadless -s vm1"
command vm2 "VBoxHeadless -s vm2"
command firewall "VBoxHeadless -s firewall"
command lock "xlock -mode random"
@gabeguz
gabeguz / .tmux.conf
Created August 6, 2012 22:02
tmux config file
# $Id: n-marriott.conf,v 1.10 2009/10/25 21:45:26 nicm Exp $
#
# By Nicholas Marriott. Public domain.
# Default global options.
set -g status-bg green
set -g status-right "%H:%M %y-%b-%d"
set -g bell-action none
set -g lock-after-time 1800
@gabeguz
gabeguz / .vimrc
Created August 6, 2012 21:59
vim configuration file
"
" MAIN CUSTOMIZATION FILE
"
set nocompatible
set rtp+=$GOROOT/misc/vim
" stupid konsole:
" set background=light
" built in autocomplete