When converting WAV to WMA files I get an error message saying "encoded data are not block aligned". This only seems to have started since I began converting to WMA 9.1 format. I can't find any defects in the converted files. What does this error mean?
Error, encoded data not block aligned
Collapse
X
-
Re: Error, encoded data not block aligned
I do not recall having seen this error message before.
I take it that this error message pops up early in the conversion, that the conversion proceeds OK and that your resulting wma output file sounds OK.
If that is the case, I would refer you to this article here:
especially the very last section on format exceptions. Basically, this suggests that some programs that create wave files may do so in a way that is not fully compliant with the wav standard. If, however, it can be properly read/played/converted then I don't think you have a problem.
Best wishes,
Bill -
-
Re: Error, encoded data not block aligned
It is a new addition to R11.5, it means that the file is 2 channel (or more) and passed a he last data missing 1 channel of audio data (instead of 2 channels), the file could be corrupted.Comment
-
Re: Error, encoded data not block aligned
Originally posted by xoasI do not recall having seen this error message before.
I take it that this error message pops up early in the conversion, that the conversion proceeds OK and that your resulting wma output file sounds OK.
If that is the case, I would refer you to this article here:
especially the very last section on format exceptions. Basically, this suggests that some programs that create wave files may do so in a way that is not fully compliant with the wav standard. If, however, it can be properly read/played/converted then I don't think you have a problem.
Best wishes,
BillLast edited by warner; December 08, 2005, 12:20 PM.Comment
-
Re: Error, encoded data not block aligned
Originally posted by SpoonIt is a new addition to R11.5, it means that the file is 2 channel (or more) and passed a he last data missing 1 channel of audio data (instead of 2 channels), the file could be corrupted.Comment
-
Re: Error, encoded data not block aligned
Try converting the files separately and see if you get any error, then you'll know.Comment
-
Re: Error, encoded data not block aligned
My explanationwas quite bad (yesterday), putting it better, it means that a file is ending:
[left][right][left][right][left]
with the last [right] sample missing.Comment
Comment