[gst-devel] 15 minutes missing from converted audio

Thomas P. hunonet at gmail.com
Tue Jul 26 21:06:11 CEST 2005


Hi,

i've converted the audio from a WMV into OGG. All goess well, or so it
seems, but the OGG is 15minutes too short. It's only 63 minutes while
the WMV is 78 minutes. The command i used is:

gst-launch-0.8 filesrc location=050518-ee380-100.wmv ! asfdemux
name=demuxer ! { queue ! ffdec_wmv1 ! fakesink } { demuxer. ! queue !
ffdec_wmav2 ! audioconvert ! vorbisenc ! filesink
location=050518-ee380-100.ogg }

There is just one warning, but i think it's unrelated to the problem: 
GStreamer-WARNING **: Unhandled state change from PLAYING to READY

Is there any way to find out what the problem is or to ensure that all
78 minutes are being encoded?

And another question: is there a more elegant way to just ignore the
video stream of the file instead of redirecting it to fakesink?

Thomas




More information about the gstreamer-devel mailing list