Merge video and audio into one

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Merge video and audio into one

Bruno Arieira
Hi, I'm trying to find a way to put a video file and an audio file together.
The command I'm trying to do is:

"gst-launch-1.0 filesrc location="/home/bruno/teste.avi" ! avidemux ! queue
! avimux name=mux ! filesink location="test.avi" filesrc
location="/home/bruno/teste.mp3" ! decodebin ! audioconvert ! vorbisenc !
queue ! mux."

However, it always gives me this error:
"WARNING: erroneous pipeline: could not link queue1 to mux"

Can anyone point me to a pipeline to run this?

Thanks :)



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Merge video and audio into one

parithi
hi,
avimux doesn't support vorbis. Check supported formats using gst-inspect
command and set the encoders accordingly.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Merge video and audio into one

Bruno Arieira
Thank you very much, it helped a lot :)




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel