[whatwg] Fwd: Discussing WebSRT and alternatives/improvements

On Fri, Aug 20, 2010 at 10:53 PM, Philip J?genstedt <philipj at opera.com>wrote:

> On Wed, 18 Aug 2010 00:42:04 +0200, Silvia Pfeiffer <
> silviapfeiffer1 at gmail.com> wrote:
>
>  On Thu, Aug 12, 2010 at 6:09 PM, Philip J?genstedt <philipj at opera.com
>> >wrote:
>>
>> Yeah, so the only conforming solution is probably to use CSS3
>> transition-delay property. That may not be the most elegant solution, but
>> it
>> works.
>>
>
> So, it seems clear that in order to use an HTML parser we have to sacrifice
> some features or make them more verbose.


That sounds like there are multiple problems, when in fact we are only
talking about the single use case of timestamps. All other requirements are
met by the existing innerHTML parser. Is it really necessary to throw out
all the advantages of re-using innerHTML just to avoid some extra markup for
this single use case?



> The whole of the WebSRT parser isn't very big or complicated, so I don't
> think implementation cost is a strong argument for reusing the HTML parser,
> especially since at least the timing syntax needs a separate parser.



It's not just about implementation cost - it's also the problem of
maintaining another spec that can grow to have eventually all the features
that HTML5 has and more. Do you really eventually want to re-spec and
re-implement a whole innerHTML parser plus the extra <t> element when we
start putting <svg> and <canvas> and all sorts of other more complex HTML
features into captions? Just because the <t> element is making trouble now?
Is this really the time to re-invent HTML?



> It's a bit more than just annoying to users. If there are automated
>> processes involved that print that stuff on tape for example, you can burn
>> through a lot of material and money before realising that your input files
>> are "broken" and if you cannot get software support for the new files
>> implemented, you may need to implement costly manual checking of the
>> files.
>>
>
> SRT as it is today can and does contain broken timestamps, missing
> linebreaks and at least <i>, <b>, <u> and <font ...> markup, some of which
> is broken. If anyone is able to to rely on their input as being well-formed
> enough as to be put through automatic but costly processes, they'd have to
> have very good control of where their input comes from. I can't see how
> WebSRT would change that.


I would indeed expect a fairly trusted relationship with the supplier. But
assuming your supplier changes from SRT to WebSRT support in their captions.
If they have two different file extensions, you will notice immediately and
there is a trigger to actually start implementing WebSRT support. If they
are the same file extension, that will cause the trouble I explained. If at
least there was a version identifier in existing SRT, then we wouldn't have
that trouble at all. But we've had this discussion.



>  The core "problem" is that WebSRT is far too compatible with existing SRT
>>> usage. Regardless of the file extension and MIME type used, it's quite
>>> improbable that anyone will have different parsers for the same format.
>>> Once
>>> media players have been forced to handle the extra markup in WebSRT (e.g.
>>> by
>>> ignoring it, as many already do) the two formats will be the same, and
>>> using
>>> WebSRT markup in .srt files will just work, so that's what people will
>>> do.
>>> We may avoid being seen as arrogant format-hijackers, but the end result
>>> is
>>> two extensions and two different MIME types that mean exactly the same
>>> thing.
>>>
>>
>>
>> It actually burns down to the question: do we want the simple SRT format
>> to
>> survive as its own format and be something that people can rely upon as
>> not
>> having "weird stuff" in it - or do we not. I believe that it's important
>> that it survives. WebSRT can have absolutely anything in it, including
>> code
>> and binary data, even if that stuff would not be interpreted in a browser,
>> but handed on to the JavaScript API for a JavaScript routine to do
>> something
>> with it. It is a great extensible platform. But the advantage of SRT is
>> that
>> it is simple and reliably simple. We completely remove this option by
>> stealing the format.
>>
>
> I've collected some statistics on existing SRT content that I intend to
> publish soonish. For now, I'll just note that >50% contain some form of
> markup. Adding to this various ways in which the files could be broken, it
> seems to me that SRT as deployed is neither really simple nor reliable.
> Private use of SRT is of course simple and reliable, but that will be true
> in the future too.
>

Honestly, using the existing small mess around SRT as an excuse to turn it
into a huge mess doesn't seem a good argument to me.



>
> Aside: WebSRT can't contain binary data, only UTF-8 encoded text.


It sure can. Just base-64 encode it. I'm not saying it's a good thing, but
if somebody really has an urge...



>
>   Since browser vendors get all the benefits and none of the problems it
>>>
>>>> would be a mistake to only listen to us, of course. It might be
>>>>> worthwhile
>>>>> contacting developers of applications like VLC, Totem or MPlayer and
>>>>> ask
>>>>> precisely how annoyed they would be if suddenly one day they had to
>>>>> tweak
>>>>> their SRT parser because of WebSRT.
>>>>>
>>>>>
>>>>
>>>> Some of them have already spoken:
>>>> http://forum.doom9.org/showthread.php?p=1396576 "Extending SRT is a
>>>> very
>>>> bad
>>>> idea" etc etc. Also, I've had feedback from other subtitle professionals
>>>> that are also against extending SRT, the main reasons being to break
>>>> existing working software environments.
>>>>
>>>>
>>> The only way to really avoid messing with the ecosystem is to invent a
>>> completely new format. The choice is between something that won't work at
>>> all in non-browsers and something that will mostly work.
>>>
>>
>>
>>
>> If you look at it realistically, we *are* inventing a completely new
>> format.
>> WebSRT only on the surface has some resemblance with SRT. When you dig
>> deeper, it is a completely different format with different aims and
>> applications. Yes, it covers all the SRT aims and applications, but it
>> does
>> so much more! Only some of it will work in non-browsers, others will
>> utterly
>> fail and will completely disrupt an already working ecosystem. I think it
>> may even have a really bad effect if we introduce WebSRT as SRT in that
>> authoring software will refrain from implementing support for the richer
>> features in order not to disrupt the existing software ecosystem. In the
>> end
>> we might end up with a lot of unsupported features in WebSRT an no real
>> progress. I much prefer having progress with a transition period with
>> conscious decisions to support the extra features.
>>
>
> As long as WebSRT is similar enough to SRT that software developers can use
> the same parser for both, they will effectively become the same format.


There is a difference between "being the same format" and "superceding". I
believe strongly that WebSRT will supercede SRT. But if we make it the "same
format", we simply inherit the mess that already exists. All those broken
SRT files will continue to be broken WebSRT files. Just by taking over the
format, we will not magically do away with the existing mess.



> If we define WebSRT in a way that can handle >99% of existing content and
> degrade gracefully (enough) when using new features in old software, it
> seems reasonable to do. If lots of software developers cry foul, then
> perhaps we should reconsider. It seems to me, though, that actually
> researching and defining a good algorithm for parsing SRT would be of use to
> others than just browsers.
>

How is that different from moving away from SRT. If everyone has to change
their parsing of SRT to accommodate a new spec, then that is a new format.


Cheers,
Silvia.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20100821/01733af2/attachment-0001.htm>

Received on Friday, 20 August 2010 16:32:49 UTC