Anybody knows where i can found CLI ima_adpcm encoder?
P.S.
Not ffmpeg.
IMA ADPCM console encoder
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: IMA ADPCM console encoder
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
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
-
- Posts: 233
- Joined: Sun Aug 24, 2014 5:26 pm
Re: IMA ADPCM console encoder
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.