Displaying 6 results from an estimated 6 matches for "kateenc".
2008 Nov 14
2
video chapters and subtitles in ogg containers
...apters are, and what you'd expect
to be able to do with them ?
> There is an old python script for cmml at
> http://svn.annodex.net/scripts/trunk/subtitles/script-subrip2cmml.py .
> I'm not sure something like this exists for kate.
> But it should not be too hard to write one.
kateenc (a tool bundled with libkate) can convert a srt file to a Kate stream,
which can then be multiplexed along with a Theora video (and other Kate,
Vorbis, etc streams).
2008 Sep 22
0
[PATCH] liboggplay: RGB/RGBA video, and rendering Kate streams with libtiger
...may change. If anyone
has suggestions, I'm all ears :)
If anyone wants to test this with a non text stream, mail me privately,
I've chopped a 12 MB portion of a DVD of mine which contains two Kate
streams as DVD style images. Text streams are trivial to create using
either ffmpeg2theora or kateenc/oggz merge (or I can send some too).
Thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: liboggplay-with-tiger.diff
Type: text/x-patch
Size: 42146 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/ogg-dev/attachments/20080922/8280aa91/attachment...
2008 Nov 14
0
video chapters and subtitles in ogg containers
...one that is too exciting...).
>
> > There is an old python script for cmml at
> > http://svn.annodex.net/scripts/trunk/subtitles/script-subrip2cmml.py .
> > I'm not sure something like this exists for kate.
> > But it should not be too hard to write one.
>
> kateenc (a tool bundled with libkate) can convert a srt file to a Kate stream,
> which can then be multiplexed along with a Theora video (and other Kate,
> Vorbis, etc streams).
That's an interesting hint. I'll have a look at that.
Thanks,
Hans
2010 Oct 10
0
Fwd: Theora developer question.
...ck of a reliable connection, but
> > here are the commands used to make the 2k ogv:
> >
> > For the audio:
> > ffmpeg -i input/audio/sintel-master-st.wav -acodec libvorbis -ab
> > 192k -ac 2 output/ogg/tmp-audio-st.ogg
> >
> > For the subtitles:
> > kateenc -t srt -l en -c SUB -o output/ogg/tmp-subs_en.ogg
> > input/subtitles/sintel_en.srt
> > (and so on for each sub)
> >
> > For the video:
> > ffmpeg2theora --keyint 250 --framerate 24 -v 7 input/png/%08d.png
> > --title "$title" --artist "$author&q...
2011 Apr 12
2
using Kate for WebVTT encapsulation
(sending this publicly so the discussion about this is in the open)
Hi OggK, all,
OggK, you've probably seen that the bug in Firefox for adding Kate
support has been closed as WONTFIX:
https://bugzilla.mozilla.org/show_bug.cgi?id=481529
I've just posted a reply there mentioning how I envisage in-band
WebVTT support to be provided through Kate. I want to ask your
opinion.
In case you
2008 Nov 13
5
video chapters and subtitles in ogg containers
I'm trying to create files that contain a video stream, one or more
audio streams, subtitles, and DVD-like chapter information.
ATM, I use ogm containers that can handle all this. But although ogm
is supported e.g. by xine (including chapters), it seems to be an
unofficial hack. Is that correct?
I'd like to move to ogg containers, since ogm doesn't support theora
videos. My final