Pad linking query
gotsring
gotsring at live.com
Thu Feb 25 22:21:17 UTC 2021
Can you describe what you are trying to accomplish? Where are the subtitles
coming from and where do you want to use them? Are you just overlaying the
subtitles on a video stream?
Random pipeline to play subtitles from a file and overlay them onto a video.
Subtitles are read from an .srt file (attached for reference) subtitles.srt
<http://gstreamer-devel.966125.n4.nabble.com/file/t379531/subtitles.srt>
gst-launch-1.0.exe filesrc location=subtitles.srt ! subparse ! textoverlay
name=to ! autovideosink \
videotestsrc num-buffers=640 ! 'video/x-raw, width=640, height=480,
framerate=20/1' ! to.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list