[gst-devel] Convert Wav to AMR

Michael Smith msmith at xiph.org
Tue Jun 22 19:10:16 CEST 2010


On Mon, Jun 21, 2010 at 11:47 PM, kuladeep18k
<kuladeep.chowdary at gmail.com> wrote:
>
> Hello All,
>
> I am trying to convert a wav file to amr file. and i am trying with:
>
> gst-launch filesrc location=spider2.wav ! wavparse !  amrnbenc ! filesink
> location=amr.amr
>
> Pipeline. but its giving Error like:
>
> Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Resource not
> found.
> Additional debug info:
> gstfilesrc.c(1055): gst_file_src_start ():
> /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> No such file "spider2.wav"

Is this somehow unclear? There's no file "spider2.wav" in the
directory you're running this from. In your second example that you
say is working, you're using a different path.

Mike




More information about the gstreamer-devel mailing list