bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] SubTitles?


From: Joe
Subject: Re: [Bino-list] SubTitles?
Date: Thu, 07 Apr 2011 02:50:18 +0200
User-agent: KMail/4.6 beta4 (Linux/2.6.37-gentoo; KDE/4.6.1; x86_64; ; )

Hi!

please see attached patch that implements all the GUI parts. Applies clearly 
to current git head.

> In summary, the current state of subtitle support is:
> - Subtitles in plain text and SSA/ASS format can be decoded and rendered
> (via libass) with support for alpha blending.
> - Subtitles in bitmap format (mostly DVD subtitles) currently only
> decode to the string '???'. Proper support will be added later.
> - Subtitle selection is currently only possible via the command line,
> but code for GUI selection and keyboard shortcuts is available in your
> repository and will be merged soon.
> - Subtitle parameters cannot yet be set. The most important parameter is
> probably the subtitle depth for 3D video. Other parameters seem less
> important because they can be easily adjusted in the subtitle file.
Other parameters are important as well. There are almost no subtitles that has 
defined styles in header and users does not set subtitle style inside subtitle 
file. It is crucial to be able to force at least size and color in Bino. 
Therefore the patch override the ASS font, font size and font color using 
ass_set_style_overrides.
There is also an issue with font encoding. ASS does not perform encoding so I 
think we will have to do it ourselves. I know you want to avoid using Qt, so 
should we use iconv?

Bye,
Joe.

Attachment: subtitles_gui.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]