<div>gst-launch --gst-debug-level=2 </div><div>filesrc location=audio.mp3 ! mp4mux name=mux </div><div>filesrc location=image.jpg ! jpegdec ! caps=&quot;image/jpg,framerate=30&quot; ! x264enc ! caps=&quot;video/x-raw-yuv,width=640,height=480,framerate=30&quot; ! mux. ! filesink location=output.mp4</div>
<div><br></div><div>the files audio.mp3 and image.jpg both reside in the folder where I try to execute this. The error message is &quot;link without source element&quot;</div><div><br></div>