MovieCodec

Post Reply


Post Reply
Your name:


Forum:
Video Codecs

Topic:
FFMPEG - How do I use IMA ADPCM audio codec?

Message:


Smileys:


Spam prevention:





Click only once, it may take up to 30 seconds to post.
By submitting this form you agree to our posting rules, privacy policy and our disclaimer.

Topic Review (Latest First)

Posted by safsdfsdfsdf
29 Jun 2009 08:54 am

ffmpeg -formats (te z literką E to encodery)

Posted by brandon_1
06 Jun 2006 04:50 pm

try -acodec adpcm_ima_wav

I had to look in the source code to find that one smiley

Posted by Spin
01 May 2006 09:35 pm

FFMPEG - How do I use IMA ADPCM?

FFMPEG accepts any one of these audio codes exactly as written:
pcm_u8
mp3
adpcm_ms
aac
g726

An example would look like this...
-acodec pcm_u8
...or this...
-acodec mp3


I though maybe that “ima_adpcm” would work, but I am not sure. Is there a list of allowable audio codec that can be placed in the ffmpeg command line?

Up to ten (10) latest replies / posts from the original topic shown.