Merge video and audio into one
Bruno Arieira
brunobarieira.95 at hotmail.com
Thu Jul 23 14:02:21 UTC 2020
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/
More information about the gstreamer-devel
mailing list