[gst-devel] How to convert Mp3 to Wav
kuladeep18k
kuladeep.chowdary at gmail.com
Thu Jun 17 12:58:16 CEST 2010
wav to mp3 converting pipe line:
gst-launch filesrc location=file.wav ! wavparse ! audioconvert ! lame !
filesink location=file.mp3
mp3 to wav converting pipeline:
gst-launch filesrc location=file.mp3 ! mad ! audioconvert ! wavenc !
filesink location=file.wav
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-convert-Mp3-to-Wav-tp2258185p2258592.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list