- From: Brendan Long <self@brendanlong.com>
- Date: Thu, 16 Jan 2014 17:00:42 -0700
- To: public-html@w3.org
- Message-ID: <52D872AA.8010100@brendanlong.com>
On 01/16/2014 02:57 PM, Brendan Long wrote:
>
> On 01/16/2014 02:08 PM, Aaron Colwell wrote:
>> The file offset of the cue information in the souce file could be
>> used to create the unique ID. Just using the start time, end time,
>> and text would not necessarily be unique if there are duplicate cues
>> in the file.
> Using the file offset would probably work. I don't think this is
> possible in GStreamer though. If this is possible in other relevant
> media frameworks (FFMPEG, AV Foundation, Media Foundation), then maybe
> it's something we should add to GStreamer.
Ignore that. It sounds like this would be relatively easy to implement
in GStreamer:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstBuffer.html#GST-BUFFER-OFFSET:CAPS
I'll try doing it this way in WebKit and see how hard it is.
--------------090901030001070904000102
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 01/16/2014 02:57 PM, Brendan Long
wrote:<br>
</div>
<blockquote cite="mid:52D855DA.6060803@brendanlong.com" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<br>
<div class="moz-cite-prefix">On 01/16/2014 02:08 PM, Aaron Colwell
wrote:</div>
<blockquote
cite="mid:CAA0c1bD+oPYC1f4J+T=8_DFc1R9C4OnN9y=vShrs=KHO29KR3Q@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">The file offset of the cue
information in the souce file could be used to create the
unique ID. Just using the start time, end time, and text
would not necessarily be unique if there are duplicate cues
in the file.</div>
</div>
</blockquote>
Using the file offset would probably work. I don't think this is
possible in GStreamer though. If this is possible in other
relevant media frameworks (FFMPEG, AV Foundation, Media
Foundation), then maybe it's something we should add to GStreamer.<br>
</blockquote>
Ignore that. It sounds like this would be relatively easy to
implement in GStreamer:<br>
<br>
<a class="moz-txt-link-freetext" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstBuffer.html#GST-BUFFER-OFFSET:CAPS">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstBuffer.html#GST-BUFFER-OFFSET:CAPS</a><br>
<br>
I'll try doing it this way in WebKit and see how hard it is.<br>
</body>
</html>
--------------090901030001070904000102--
Received on Friday, 17 January 2014 00:01:19 UTC