Hello, I am using 2 texoverlay elements over a video stream, one for subtitles and another for a time-based text. They work fine, except por those properties, it seems they got<br>stalled in their default values. I want to display the second textoverlay at right, it doesn't work.<br>
<br>Another thing, if I put valignment property it always gets the default value, if I use valign it works. <br><br>I tested it with only one textoverlay without luck.<br><br>This is my pipeline for one textoverlay element (the only thing it doesn't work is the "halign/halignment" property, the text is always centered)<br>
I appreciate any suggestions, thanks<br><br>Rossana<br><br><br><br>textoverlay ----- ffmpegcolorspace -------videoscale ------ autovideosink<br>(name text)<br><br> ----------- mad ----------------queueA ---------- alsasink<br>
filescr ----------avidemux<br>(.avi file) ---------- ffdec-mpeg4 ---------- queueV ------text.video-sink <br> // the sink pad of the textoverlay element connected with the src pad of the queue<br>
<br><br>filescr --------------subparse --------------- text.text-sink<br>(.srt file) // the sink pad of the textoverlay element connected with the src pad of the subparse element<br>
<br><br><br><br>