HydrogenAudio

Lossy Audio Compression => AAC => AAC - Tech => Topic started by: sam on 2002-02-03 13:09:12

Title: PysTEL % done bug ?
Post by: sam on 2002-02-03 13:09:12
Whenever I encode useing aacenc -br 32 -resample 22050 the % done always stops at 28.49%, althouth it has infact completed the entire sample no problem. Here is some output.

Sam

Code: [Select]
C:MediaMusictest>aacenc -br 32 -resample 22050 -if life.wav -of life2.aac



*********** PsyTEL(R) MPEG-4 AAC Encoder V2.1 (build Jan 17 2002) ***********



{snip}



in:  44100 Hz, 2 Channel(s)

out: 22050 Hz, CBR 32000 bits/s (AAC Profile: Low Complexity)

Cut-off frequency: 6500 Hz



Encoding life.wav:

Frame 2720 of 9546 ( 28.49% ) - 31.9 kbits/s - 2.70x Real Time



Finished encoding life.wav in 1 minutes 22 seconds



Thank you for using MPEG-4 AAC.
Title: PysTEL % done bug ?
Post by: john33 on 2002-02-03 14:45:44
Sam,

There is an updated aacenc at Roberto's site. No idea whether it addresses this, but it addresses some other issues.

john33
Title: PysTEL % done bug ?
Post by: Ivan Dimkovic on 2002-02-03 15:15:27
This is just a display bug, it does not have impact on encoding. This bug is caused by resampler, because if you use -resample, the number of samples will not be the same, but encoder assumes number of samples of original sample rate configuration.
Title: PysTEL % done bug ?
Post by: sam on 2002-02-03 15:34:59
I downloaded it this morning from Roberto's site. I think its just calcualtes the % etc wrong, the encoded files seem fine.

Oops, sorry about this post, please ignore me