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:
I hereby claim:
To claim this, I am signing this object:
| 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 |
| # 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" |
| # $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 |
| " | |
| " MAIN CUSTOMIZATION FILE | |
| " | |
| set nocompatible | |
| set rtp+=$GOROOT/misc/vim | |
| " stupid konsole: | |
| " set background=light | |
| " built in autocomplete |