Hi there,
I'm tyring to take video from a .mov file and audio from a .wav file and
combine them into one output .webm file. About half an hour with different
gst-launch examples has taught me to do this:
gst-launch --gst-debug=3 \
webmmux name=mytgt ! filesink location=output.webm \
filesrc location=audio.wav ! wavparse ! audioconvert ! audioresample ! vorbisenc ! mytgt.audio_0\
filesrc location=room.mov ! decodebin ! ffmpegcolorspace ! videoscale ! vp8enc ! mytgt.video_0
This does not stop with an error, but it doesn't work either, printing
loads of the error message in the subject.
The full output of the command can be found here:
http://tiker.net/tmp/gstreamer-error.txtWhat am I doing wrong? What should I be doing instead?
Thanks!
Andreas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel