New location: http://wp.me/p3ucdI-8
Rotating and converting 3gp videos with ffmpeg
Convert a 3gp video to mp4:
ffmpeg -i my_vid.3gp -aspect 4:3 -r 25 -sameq -ab 128k -ar 44100 -strict experimental output.mp4
Rotate a video 90 degrees clockwise:
ffmpeg -vf “transpose=1″ -i my_vid.3gp -aspect 4:3 -r 25 -sameq -ab 128k -ar 44100 -strict experimental output.mp4
Flip a video (rotate 180 degrees):
ffmpeg -vf “hflip,vflip” -i my_vid.3gp -aspect 4:3 -r 25 -sameq -ab 128k -ar 44100 -strict experimental output.mp4
Det er nå tre uker siden operasjonen
New location: http://wp.me/p3ucdI-v
To dager etter operasjonen
New location: http://wp.me/p3ucdI-5
Jeg skal opereres
New location: http://wp.me/p3ucdI-l
Da vi fortalte om svulsten til barna
New location: http://wp.me/p3ucdI-a
Om å bli operert uten symptomer
New location: http://wp.me/p3ucdI-3
Extract files from your Android device
In post-4.0 versions of the Android OS, Google has disabled the USB-mass storage functionality that enabled your desktop to show the file contents of your Android Device as soon as you connected your device with a USB cable to your Desktop, in favour of the MTP (Media Transfer Protocol).
Now, with Windows, this is not a problem thanks to a well written driver. No wonder, as Microsoft are the ones who wrote it.
This poses a challenge for those of us who run other Operating Systems. After hammering on this issue for a while and attempting several suggestions, I found a solution that worked for my Ubuntu 12.10 64 bit OS: http://askubuntu.com/questions/216246/ubuntu-nexus-7-as-usb-device-does-not-work/237388#237388
Summed up, these are the steps: Fortsett å lese
Thunderbird como cliente para el servidor Microsoft Exchange 2010 (en Ubuntu 12.04)
¿Buscas un Cliente de correo para linux con soporte para Exchange? Hace un año escribí un articulo en ingles sobre como configurar a Thunderbird como cliente para el servidor de Microsoft Exchange 2010. He tenido bastante trafico en mi blog gracias a ese articulo, primordialmente de países anglohablantes, y por eso me he decidido (y he hecho tiempo) para traducirlo al Español.
Gracias a un enlace a un proyecto Francés llamado DavMail publicado por tanstaalf, por fin conseguí conectar mi querido Mozilla Thunderbird al servidor de Microsoft Exchange 2010 de mi compañía. La solución esta en instalar un gateway para Exchange llamado DavMail. Fortsett å lese
Thunderbird as client for Microsoft Exchange 2010 server on Ubuntu 12.04
To run Mozilla Thunderbird as client for MS Exchange 2010 server on Ubuntu 12.04, just follow the HOWTO I wrote for Ubuntu 11.10 with the exception that the SOGo extension is now available for Thunderbird 17 (default in 12.04).
