Page 1 of 1

adpcm encoding

Posted: 17 Apr 2006 09:05
by drus
Hello, everybody.

I have a problem with audio transcoding. I think it is a problem of usage of command line.
I need to try adpcm codec. Ffmpeg supports it. If i use this part of command line:
transcode{acodec=abpcm,channels=1} - vlc can not find codec "adpc"
transcode{aenc=ffmpeg{acodec=adpcm_ima_wav}} - main encoder warning: no encoder module matching "ffmpeg" could be loaded

I tryed to make ffmpeg module as a shared library. But it didn't help me.
How I have to use command line in this case?

Thank you for attention :wink: