how to enable amr encoder in i.MX28 linux platform?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

how to enable amr encoder in i.MX28 linux platform?

跳至解决方案
700 次查看
WallaceWang
Contributor I

Recently I want to implement voice record and compressed with amr on i.mx28 linux platform. I saw the amr encoder library in /usr/lib, but has no gstreamer plugin for it. Does anyone konws how to enable amr plugin?

标签 (2)
0 项奖励
1 解答
589 次查看
LeonardoSandova
Specialist I

Freescale provides the decoder but not the encoder. Try installing bad and ugly set of gst-plugins and do a 'gst-inspect | grep amr'. As I can see, there is a SW AMR encoder that you may use

GStreamer Ugly Plugins 0.10 Plugins Reference Manual

在原帖中查看解决方案

0 项奖励
1 回复
590 次查看
LeonardoSandova
Specialist I

Freescale provides the decoder but not the encoder. Try installing bad and ugly set of gst-plugins and do a 'gst-inspect | grep amr'. As I can see, there is a SW AMR encoder that you may use

GStreamer Ugly Plugins 0.10 Plugins Reference Manual

0 项奖励