I am trying to clean up the audio on a harry potter mpg file.
I split the file (De-Multiplexed) with TMPG and it gives me a mp2 audio file.
I converted it to wav with besweet
"e:\HP\BeSweet.exe" -core( -input "e:\HP\Harry1.mp2" -output "e:\HP\.wav" -wavmp3 ) -azid( -z1 -b1 -g max ) -lame( -b 128 )
Then cleaned it up with cool edit.
Tried to convert it back to MP2 with toolame:
"e:\VCD\toolame\tooLAME.exe" -m s "e:\HP\harry1.wav" "e:\HP\harry1done.mp2"
And it stops at 10220 (4:05 on a 72 min track)
I turned on force byte swap and got crap.

What am I doing Wrong?
Also what is the padding_Stream?
Do I need that when I Multiplex it back together?

PS
I dont have the MPg plugin for cooledit.
Thanks.