Like many others I couldn't play Animatrix 2 with MPlayer (libfaad2 problems), here's how I managed to play it eventually: 1. "mplayer -dumpaudio a2.mov" to get the raw AAC audio stream 2. "faad stream.dump" (from libfaad2 cvs) to decode this 3. "mplayer -audiofile stream.wav a2.mov" works perfectly. At least it shows that libfaad2 works. -- Risto