IMA ADPCM console encoder

Codecs, formats, encoding/decoding of game audio, video and music
spider91
Posts: 233
Joined: Sun Aug 24, 2014 5:26 pm

IMA ADPCM console encoder

Post by spider91 »

Anybody knows where i can found CLI ima_adpcm encoder?

P.S.
Not ffmpeg.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: IMA ADPCM console encoder

Post by aluigi »

sox has an "ima" codec.
Probably mencoder can do it too because it's based on the same libraries of ffmpeg.\

Good luck with the command-line because sometimes things that worked with older versions don't work with the current ones (like happened with ffmpeg) so I leave this job to you :)
spider91
Posts: 233
Joined: Sun Aug 24, 2014 5:26 pm

Re: IMA ADPCM console encoder

Post by spider91 »

Thanks, sox converts everything fine and command-line is simple, it's just "sox input.wav -e ima-adpcm output.wav". And it doesn't create additional LIST chunk in header unlike ffmpeg does, just what i was looking for.