I’m tring to use ffmpeg to transform the AAC LATM raw data to WAV file(or mp4 file), but it shows Error.
Is the command correct?
enter image description here
Part of the raw data:
enter image description here
I use ffmpeg to change AAC ATDS file to mp4 file, succeed.
enter image description here
Part of the ATDS file:
enter image description here
Maybe the raw data format is not correct, but I dont know how to change it. Please help me.