Sunday, December 26, 2010
Our early Christmas present: Jonas
On Dec. 13 our son Jonas was born. He and his mother are doing well. We are all happy that he is with us now.
Thursday, December 2, 2010
Convert mp4 into ogv
With ffmpeg2theora you can convert mp4 files to theora ogv files.
ffmpeg2theora filename.mp4
In the following case all mp4 in that directory will be converted into ogv without video output.
for i in *.mp4; do ffmpeg2theora --novideo -a5 "$i"; done
ffmpeg2theora filename.mp4
In the following case all mp4 in that directory will be converted into ogv without video output.
for i in *.mp4; do ffmpeg2theora --novideo -a5 "$i"; done
Wednesday, December 1, 2010
I joined the game ...and you can, too!
Some months ago I joined the Game. "Join the Game" is the campaign from the KDE community to make it possible to everyone to support the KDE project. Although I contribute to KDE already (e.g. promotion) I had the impression that I still take more than I could give back. To show my love and to support the vision and the values behind KDE I decided to become a financial sponsor, too.
This is the little present I received in return.
Christmas time is approaching. This is a time of reflection. A time to rethink your values and to check if your actions are supporting those aims. Joining the game really helps to improve an amazing free and open source project. Therefore I joined the game!
... AND YOU CAN, TOO!
This is the little present I received in return.
Christmas time is approaching. This is a time of reflection. A time to rethink your values and to check if your actions are supporting those aims. Joining the game really helps to improve an amazing free and open source project. Therefore I joined the game!
... AND YOU CAN, TOO!
Subscribe to:
Posts (Atom)