Merge video and audio to file
schousda
schousda+gstreamer at gmail.com
Fri Sep 2 21:22:29 UTC 2016
Hello,
Thanks for your help.
I added your lines, so it looks like this:
sudo gst-launch-1.0 multifilesrc location=/home/pi/Timelapse/image_%04d.jpg
index=0 \
caps="image/jpeg,framerate=\(fraction\)24/1" ! \
jpegdec ! \
queue ! \
omxh264enc target-bitrate=15000000 control-rate=variable ! \
video/x-h264,width=1920,height=1080,framerate=24/1,profile=high ! \
h264parse ! \
mp4mux faststart=true ! \
filesink location=/home/pi/Timelapse/video.mp4 \
filesrc location=/home/pi/Timelapse/example_short.mp3 ! \
queue ! \
mpegaudioparse ! \
m.
But when i run it, i get this error:
No sink-element named "null" - omitting link
Could you please help again?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Merge-video-and-audio-to-file-tp4679383p4679392.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list