Eretria-chan
8th August 2006, 01:35
I'm having difficulties...
First, I extracted the audio stream from an avi file which, apparently, is VBR. The file contains only a WAVEFORMATEX header and the mp3 data. Anyway, the file plays fine (in Zoom Player & DirectShow, but not wmp strangely).
enc_aacPlus didn't want to accept is as input, so I tried settings up a graph in GraphBuilder -> source -> MPEG-I Splitter -> Dshow Audio Decoder -> Wav DEST -> File Writer to convert it to a wave file. However, I also found that enc_aacPlus did not accept this converted, new file. I also tried to make a wrapper around the mp3 file in an avisynth script with DirectShowSource and use avs2wav to convert it to wav, but it too, failed. It simply stayed at scanning and did not write any data to the output file.
So my question is: how do I make a file that can be converted with enc_aacplus?
First, I extracted the audio stream from an avi file which, apparently, is VBR. The file contains only a WAVEFORMATEX header and the mp3 data. Anyway, the file plays fine (in Zoom Player & DirectShow, but not wmp strangely).
enc_aacPlus didn't want to accept is as input, so I tried settings up a graph in GraphBuilder -> source -> MPEG-I Splitter -> Dshow Audio Decoder -> Wav DEST -> File Writer to convert it to a wave file. However, I also found that enc_aacPlus did not accept this converted, new file. I also tried to make a wrapper around the mp3 file in an avisynth script with DirectShowSource and use avs2wav to convert it to wav, but it too, failed. It simply stayed at scanning and did not write any data to the output file.
So my question is: how do I make a file that can be converted with enc_aacplus?