[gst-devel] 15 minutes missing from converted audio

Thomas P. hunonet at gmail.com
Thu Jul 28 15:22:23 CEST 2005


> Leaving it unlinked will discard it, also.

Thanks, that worked. I'm having another problem, and since it's also
ogg related i'll keep it in this thread. I cannot extract the audio
stream from an ogg container, and gstreamer also has problems to play
that file. You can get the file here:
http://stream.fluendo.com/archive/6uadec/Jeff_Waugh_-_Project_Topaz.ogg

What i tried is:

gst-launch-0.8 filesrc location=jeff_waugh_-_project_topaz.ogg !
spider name=demuxer ! { queue ! osssink } { demuxer. ! queue !
sdlvideosink }

That will open a window and show the first frame, but nothing happens,
it appears to be frozen, no sound.

Then i tried:

gst-launch-0.8 filesrc location=jeff_waugh_-_project_topaz.ogg !
spider name=demuxer ! { queue ! alsasink } { demuxer. ! queue !
sdlvideosink }

That shows the video alright, but all i get is horrible static as sound.

So i tried to just extract the audio, using:

gst-launch-0.8 filesrc location=jeff_waugh_-_project_topaz.ogg !
spider name=demuxer ! { queue ! filesink location=test.ogg } {
demuxer. ! queue ! fakesink }

But that will just duplicate the already existing ogg including video
and audio. And ignoring the videostream will do the same thing. I also
tried oggdemux,vorbisdec, theoradec instead of spider but that makes
no difference either.

Thanks for your help!

Thomas




More information about the gstreamer-devel mailing list