20 years to get a domain name :-)

After 20 years we finally could buy the domain name of https://www.arkaos.com.

So now we have our VJ Software GrandVJ being hosted to https://vj.arkaos.com and MediaMaster to https://pro.arkaos.com

The issue was the price of the transaction. Hopefully, after years of negotiation, the other party realized that no other ArKaos will exist and we will not spend a crazy amount of money.

Android Nexus One

Could not resist while I am in California. I did order an Android Nexus One.

The iPhone is very sexy but there is to many limitations regarding what you can and what you can’t code with it.

I want to experiment with online remixing and this is too tricky with the iPhone.

Here is the picture of the unboxing of the Nexus One, the packaging is great!

Android Nexus One

Android Nexus One

Android Nexus One

Android Nexus One

Android Nexus One

Android Nexus One

Android Nexus One

Android Nexus One

Android Nexus One

Android Nexus One, the accessories..

The accessories: the power supply, the headphones, the usb cable … and the battery, yes you can change the battery, it’s not like with the iPhone where you can throw away your phone when you need to change the battery…

Android Nexus One, the accessories..

Android Nexus One, the accessories..

Android Nexus One, the battery is replaceable!

Android Nexus One, the battery is replaceable!

Android Nexus One, booting for the first time

Android Nexus One, booting for the first time

Once the phone booted I needed to connect it to my wifi. Because I was in an hotel I shared my PowerBook connection and I needed to share the WEP password. To do that I converted the password phrase with this converted www.wifizard.com/wi-fi/convert I did set my encryption to 64 bits and used a 5 word password, very important.

Then I needed to move my contacts from my Sony Ericson k800i to the nexus One. To do that I synched a last time my contacts with iSync and then moved the contacts to my goggle account. To move the contacts to the google account I simply used Spanning Sync 3 in trial edition.

The most tricky thing was to get the sharing of the internet connection of my Mac working with the droid. To do that it was mandatory to convert the password I set on my Mac to an hex phrase. To my my life easy I used a 5 chars word and the basic 64 bits encryption. By using the link on this page you should have quickly the hex string to enter into the droid.

So far so go everything is great and I had no problems using my Mobistar sim and account from Belgium.

Using the right decompression engine with ArKaos GrandVJ and MediaMaster

Animation Facilities

Animation Facilities

One of the thing we did master after more than 10 years of learning the various API that can be used on Mac and Windows to decompress video is that not all facilities are equal.

We believe that you should be able to use almost any kind of medias with the ArKaos software and we will make our best to get the best performances on the platforms we support.

Practically we can open media thought those facilities : QuickTime, FFmpeg, Flash plugin, Quartz Composer and Windows Media.

Currently as december 2009 we don’t give the choice to the use to decide through what facility a media will be decoded, we try to take the best decision automatically based on our experience of doing that since so many years.

Several video codecs such as mpeg 4 can be read by QuickTime, FFmpeg and Windows Media. Based on our experience and tests we prefer to first try to handle those codecs with FFmpeg and we invite our users to trust us in our judgment.

Sadly QuickTime has become today almost obsolete and is just used to decompress the codecs needed by the iPods. Most codecs are not properly multi threaded and this is a big problem for us. With GrandVJ or MediaMaster you can use a multi core machine and make sure that each cores will be used to decompress the video layers you are mixing, this is only true if you are not playing videos that absolutely need the QuickTime support.

Windows Media is a wonderful technology but it’s architecture is completely incompatible with the sophisticated engine we use to do frame blending and frame prediction in the latest version of GrandVJ and MediaMaster.

Flash animations and Quartz Composer are unique in the sense that nothing else than the flash plugin or Quartz composer will handle their files.

So the conclusion of this introduction is that to get the best multi threaded performance and be sure that GrandVJ or MediaMaster can perform frame blending you should make sure that your content is played through FFmpeg. Once you open a media file your content can go through various roads and it’s important to understand that.

ArKaos Animation Processing

ArKaos Animation Processing

On the windows side it’s pretty simple because the software first try to play a file with the FFmpeg facility and then fall back to the other if needed.

On the Mac it’s more complicated because some files that could be played by FFmpeg may be rejected just because they are not saved in the right way. Many QuickTime files are created in a way that make them compatible with Mac OS X but also it’s old ancestor Mac OS 9 and 8 and 7 and … Those files used what is called a resource fork. When Apple introduced the Macintosh they decided that a file would indeed be really 2 files, the classical data file with an optional resource file. Many softwares used that resource files to store additional data. This is the case for many .mov files created many years ago and still today some application that were born under the Mac OS 9 time generate QuickTime .mov files that have a resource fork. This is a problem for us because we can’t handle those file with the FFmpeg facilities and we fall back to QuickTime that has a very bad multi core support for very common codecs such as photo jpeg. A very bad side effect of this resource fork is that most of the time when you copy a movie file that has a resource fork on a Windows or Linux machine it will simply not work because that tiny information in the resource fork is vital to play the content.

Here is a QuickTime file that has a resource fork, it’s opened with a programming utility called Resorcerer:

Slow Rain With Resource

Slow Rain With Resource

And here is the same file that has been flattened:

Slow Rain With Flattened

Slow Rain With Flattened

Hopefully it’s very easy to save a QuickTime file that has a resource fork in a way that will remove that annoying hidden data. The process is called flattening a file. You simply use the QuickTime player and save as your content.

But first here is how you can see what player is used by the ArKaos engine when processing a file, you simply leave your mouse over the cell that has the loop and you see the contextual help popping, here is for the video file with a resource fork that will be played through QuickTime:

GrandVJ playing a file through QuickTime

GrandVJ playing a file through QuickTime

And here is what you see once your video is flattened with the QuickTime player and goes through the FFmpeg path:

GrandVJ playing through FFmpeg

GrandVJ playing through FFmpeg

To flatten the file you simply open it with the QuickTime player, the pro version is not needed, and you save as:

QuickTime Save as

QuickTime Save as

And enter a new name:

QuickTime enter name

QuickTime enter name

This process is very fast and will not re-compress your movie, this is very important to avoid re-compressing when possible.

You will only need to do that if your file was created on a Mac, the free version of the QuickTime player is enough to do this. This manipulation work on all the versions of Mac OS X up to Snow Leopard with the latest new QuickTime player.

During the introduction of our new audio engine based on FFmpeg some users have complained that some old .mov files were not playing correctly audio with the beta version, this should fix this problem. More than that flattening your file will make them cross platform.

This should give some lights on what is happening when you drop a file on GrandVJ or MediaMaster, as you can see a lot of work is being done under the hood.