You're right!
The message comes from faad. However, there's no hint on where it happens in
the stream. The output is apparently complete, 84 minutes. Maybe it happens
at the end of the stream.
Thanks!
Delio
==
[EMAIL PROTECTED] delio]$ faad -w -d s2.aac >file
Hallo
> I am converting aac to mp2 with this command:
> faad -w -d s2.aac | mp2enc -b 192 -r 44100 -o s2.mp2
Could you pleas split you command and generate first the wav file, and
than feed the wave file to mp2enc:
faad -w -d s2.aac >file.wav
cat file.wav | mp2enc -b 192 -r 44100 -o s2.mp2
> But