kuniklo, great that you're looking into it.
I've done some testing myself and found something strange.
The encoding speed of 1.15u is only ~half of the 1.15s speed! :shock:
mppenc 1.15s:
Code:
100.0 197.7 kbps 5.17x 4:22.7 4:22.7 0:50.8 0:50.8
mppenc 1.15u:
Code:
100.0 185.8 kbps 2.79x 4:22.7 4:22.7 1:34.1 1:34.1
Both compiled with standard configuration, no additional compiler flags.
I dont know what changed between the two versions, but it certainly slow down the encoding process a LOT!
Note!
I've compiled 1.15s with these compiler flags "-fast -faltivec -mcpu=7450" and the resulting binary run a little bit faster.
Code:
100.0 197.7 kbps 5.42x 4:22.7 4:22.7 0:48.4 0:48.4