How to add .ass subtitles to an .mkv file running stream

olavarria folavarria at aquarov.cl
Tue Apr 16 22:42:22 UTC 2019


I want to add subtitles to a running .mkv file stream. I tried this:

gst-launch-1.0 filesrc location=subs.ass ! ssaparse ! overlay. \
filesrc location=video.mkv ! matroskademux name=demux \
demux. ! queue ! decodebin ! videoconvert ! subtitleoverlay name=overlay !
autovideosink

But i'm getting this error: *Only SSA subtitles embedded in containers are
supported*

I'm sure that error means that i need an .mkv file with subs to use
ssaparse, but that isn't what i need.
It is possible to do this with other plugin or other solution?





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list