[gstreamer-bugs] [Bug 481075] Full support for ASS/SSA subtitles

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Dec 9 09:54:38 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=481075

  GStreamer | gst-plugins | Ver: 0.10.x




------- Comment #21 from Benjamin Schmitz  2008-12-09 17:50 UTC -------
Hi.

The additional CPU load when using assrender is because of the necessary two
additional colorspace conversions (YUV to RGB, then RGB back to YUV).

This is rather suboptimal, so I'm thinking about rewriting assrender so that it
generates ARGB frames instead. These could then be converted to AYUV and put on
top of the video with videomixer. 
That would reduce the amount of necessary colorspace conversions to 1 and
additionally lower the amount of data that has to be processed.

However, assrender somehow needs to know the geometry and FPS of the video
stream - otherwise it cannot render anything.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=481075.




More information about the gstreamer-bugs mailing list