Resample it yourself

Did you guys ever try to resample audio-data of a clip in java? The JMF not very helpful, but today I will give you a little introduction to the xuggle library which will do that for you.

Xuggler is a library with the power of ffmpeg in your java application. A couple of weeks ago it was able to play video clips in your java application. But the real awesome stuff came with the new version of Xuggler. In version 3.0, which was released under AGPL :( , the MediaTools showed up. Now its possible to decode and encode your video clip from any format to any format.

If that is everything you need, you’ll be fine with just that. But if you need to resample the audio data (what you need, if you want to put the clip into, lets say, a FLV-Container), you need to implement a little more then just

while(packet.read() == null);

Read more »

proSlide – jQueryPlugin

Hey,

manche kennen bestimmt diese schönen Slides auf ebay-Seiten, bei denen die Produkte so nach und nach von rechts ins Div reinfahren, dann kurz vergrößert werden und dann links wieder rausfahren. Ich dachte mir, wäre auch ne schöne Sache um Produkte in Shops oder ähnlichen anzuzeigen.

Darum hab ich mich mal an ein Plugin für jQuery gesetzt, das so eine “SlideShow” automatisch aus einer Reihe von Bildern erstellt. Die Entwicklung davon dauert aber doch länger als man denkt, darum werd ich von Zeit zu Zeit mal einen aktuellen Stand hier veröffentlichen.

Das (unfertige) Plugin gibts hier