utorok 10. mája 2011

Converting AVCHD Videos (part 2)

Recently I tried to use ffmpeg to convert AVCHD to mp4. However I experienced sound issues and I discovered the default audio bitrate was used (64k). I needed to enhance the command to:
ffmpeg -i $1 -sameq -ab 192000 -f mp4 $1.mp4

This is on Ubuntu 11.04 x86_64.

utorok 15. februára 2011

Dropbox

I wanted to start using my Ubuntu One on my Debian server. Instead I tried out Dropbox. The installation is straightforward, I followed this guide. I needed to update the init.d script a little (I even updated the wiki @ Dropbox site).
I plan to use my account to store backups of my SVN repository, it's very small at the moment so the free 2GB quota should be enough for me. I will create a script that will compress, encrypt and store the SVN repo to Dropbox.

nedeľa 6. februára 2011

Update to Squeeze

Just updated to Squeeze. No issues so far, only munin got relocated from /var/cache/munin/www to /var/www/munin .

utorok 25. januára 2011

chmod recursion -- files only

chmod recursion -- files only
A great thread! Learned something new today again.

streda 19. januára 2011

SFTP on Ubuntu/Debian

I reused this article again, so it's worth bookmarking.
SFTP on Ubuntu and Debian in 9 easy steps

utorok 11. januára 2011