[gstreamer-bugs] [Bug 318273] [audioscale] messed up timestamps
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Oct 10 11:54:51 PDT 2005
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=318273
GStreamer | gst-plugins | Ver: 0.8.x
------- Additional Comments From Luca Ognibene 2005-10-10 18:54 -------
But these work fine (at least here):
gst-launch-0.8 filesrc location="a.wav" ! wavparse ! audioconvert ! identity !
audioscale ! audio/x-raw-int, rate=44000 ! osssink
a) convert it to 44000 and then encode it:
/usr/local/bin/gst-launch-0.8 filesrc location="a.wav" ! wavparse ! audioconvert
! identity ! audioscale ! audio/x-raw-int, rate=44000 ! wavenc ! filesink
location="a2.wav
b) enjoy:
gst-launch-0.8 filesrc location="a2.wav" ! wavparse ! alsasink device="hw:0"
/usr/local/bin/gst-launch-0.8 filesrc location="a.wav" ! wavparse ! audioconvert
! identity ! audioscale ! audio/x-raw-int, rate=44000 ! wavenc ! wavparse !
alsasink device="hw:0"
but maybe i'm just totally wrong.. :) don't know much about audio.
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list