Displaying 20 results from an estimated 1000 matches similar to: "New patches to Souffleur"
2008 Mar 26
1
Souffleur project patches
Dear all,
It's been a while since I have started to look at the code for
Souffleur that was dropped a couple of years ago by its former
maintainer. I have now a few patches that I would like to be committed
to the trunk of this project if approved.
I am sorry if the modifications are not aligned with the project's
main purpose but I had no one to talk to about its main goal.
2008 Apr 10
3
Souffleur goals
Silvia,
I intend to release a binary on the 26th at most. Supporting at least 2
subtitle formats.
Yes, I guess it would be nice to have a page and wiki at a place
related to other xiph projects but if that is not possible, I have my
own provider or even SF I can put things on.
Other then that, I promise that on the next commit, a README file will
be commited as well.
Mesquita
2006 Jun 20
4
Souffleur subtittle editor (SoC). Need Help with GStreamer
Hi, All!!!
I am at last added some GStreamer support to the Souffleur, and I am
already read this manuals:
- http://pygstdocs.berlios.de/
-
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html
But it's steel hard for me to understand (or maybe I something missed)
how it work. :(
For example: I don't know where to search info on how to load additional
info on
2006 Jun 22
0
Re: Souffleur subtittle editor (SoC). Need Help with GStreamer
On Tue, Jun 20, 2006 at 10:04:58PM +0300, Daraku wrote:
> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html
> But it's steel hard for me to understand (or maybe I something missed)
> how it work. :(
How's this coming? Was Mike's response helpful?
I'm going on vacation for the next couple of days, and all the gstreamer
people are occupied
2012 Mar 24
1
icy-metaint in header and in stream data
Normally icy-metaint is a line in the http header, but some stream only
sends it in the response data is self.
Where can I find such a stream?
Is that compliant to the standard?
Implementation that also parses the response data
http://stackoverflow.com/questions/8621353/textview-not-updating-shoutcast-stream-metadata-in-android-2-2
Thank
Stig
--
Best Regards / Mvh
Stig Christensen
stig
2003 Aug 09
2
First steps towards a simple text stream format.
Hello everyone!
This list may not be entirely appropriate discussion, but in the lack of
ogg@xiph.org or ogg-dev@xiph.org this will have to do.
I've been thinking for a few weeks that Ogg needs a simple text stream
(read subtitle) format to go along with theora. This is important,
because otherwise I can't transcode fellowship of the rings while
keeping the elvish-speek, unless I render
2003 Jun 28
1
Choosing subtitle language
I am wondering how negotiating about text subtitles is supposed to work in Theora?
(1) Will it be like the server first transmit a list of available languages, and then it's up to the client to possibly pick a language, either automatically or by user interaction, and then ask the server for that particular subtitle stream?
(2) Or will all subtitle streams be sent simultaneously and
2006 Oct 16
1
plots: layout + subtitles
Hello,
I want to create a figure that consists of a collection of 16 graphs on
4 rows. I am using
nf <- layout(matrix(seq(1,16), 4,4, byrow=TRUE), respect=TRUE)
boxplot(...
to create the layout of my 16 graphs. It works really well. However, I'd
like to add sub-titles that would apply to each row of 4 graphs. More
specifically, I'd like to have something like:
subtitle 1
2007 Jan 08
1
libogg subtitle request
Hi to all ,
I like Theora and Vorbis , these codecs can make good streams patent-free.
But i miss one feature in Ogg container , i see a lot Theora videos of
Presentations , Conference and other talking acts , all with an average
quality (video and sound) but seeing these videos i realize the lack feature
of Ogg container , subtitle support.
These kind of videos are in a variety of languages
2011 Apr 04
1
lattice: how to "center" a subtitle?
Dear expeRts,
I recently asked for a real "centered" title (see, e.g., http://tolstoy.newcastle.edu.au/R/e13/help/11/01/0135.html).
A nice solution (from Deepayan Sarkar) is to use "xlab.top" instead of "main":
library(lattice)
trellis.device("pdf")
print(xyplot(0 ~ 0, xlab.top = "This title is now 'centered' for the human's eye",
2006 Aug 16
1
OGM and GStreamer
Well, actually most OGM files do have a subtitle track, often in
multiple langauges.
Also, re 2. Keyframe seeking in OGM is generally a bit rough because ogm
files can contain almost any codec as the video track, usually xvid or divx.
re 1. As a general rule you shouldn't be trying to make any more ogm
files :) So chances are the ogg muxer is not accepting the connection,
because it
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
2008 Jan 16
2
Ogg/Kate preliminary documentation
> > I did see references to Skeleton, I'll have a look at it. I didn't
> > realize it was used widely
>
> It's not widely used currently. The idea is to make that happen.
Oh, I get you now.
> CMML does of course other things besides subtitles. Subtitle support
> was pretty much just added recently. Kate however does not seem to
> offer more than CMML in
2004 Mar 14
2
Higher quality video - supporting greater than 8 bit color depth
Hi,
I was wondering what are this forum's collective thoughts on the best way to
support video color fidelity greater than what we have today.
I am not a video developer myself. I edit video. A type of problems I come
across fairly often, have to do with the limited color depth of the digital
video medium. They often manifest themselves as "cartoonish" areas of adjacent
flat
2006 Aug 15
2
OGM and GStreamer
Hi All!
I have some troubles with OGG and GStreamer:
1) When I parsing ogg file with ogmdemux element, I recieve (in
"pad-added" signal callback) video pad as "application/x-ogm-video", but
not as "video/something". And that why I can't link It to the oggmux
element and write new OGG file :(
2) I'am using "playbin" to play media file, but It
2011 Aug 26
3
ask for one ogg test stream with cmml subtitle
On Thu, 25 Aug 2011 20:01:11 +1000
Silvia Pfeiffer <silvia at silvia-pfeiffer.de> wrote:
> Hi BCXA,
>
> CMML is deprecated. You should use KATE instead.
>
> Cheers,
> Silvia.
ok i admit this statement came as a surprise for me.
cmml is about metadate/annotations, how can it be replaced
by KATE ( which is mainly about subtitles as far as i can see?
startx
2011 Aug 25
2
ask for one ogg test stream with cmml subtitle
Hi Developers,
I am looking for one ogg file with cmml subtitle to test my subtitle
code. But can not find in the web.
Anyone can help me.
best regards
BCXA
2008 Feb 15
2
Skeletal relations
On 15-Feb-08, at 10:11 PM, Conrad Parker wrote:
>> Lang: <locale>
>
> generally I think we should go with existing HTTP and email headers
> where possible, eg. Content-Language
'k
>> Description: <string>
>
> I kinda feel that this kind of human-readable metadata better belongs
> in CMML; the skeleton tells you where to go (for each locale), the
2009 Jul 10
2
theora sprint
hey,
Adam here from FLOSS Manuals (http://www.flossmanuals.net). We write
free manuals about free software and in August (10-15) we will hold Book
Sprint (http://www.flossmanuals.net/booksprints) about Ogg Theora. We
will write a really good manual (book) about Ogg Theora in 5 days. The
event will be in Berlin.
We want to cover a lot of stuff, but we hope to get our teeth into at
least some of
2008 Jan 16
2
Ogg/Kate preliminary documentation
Thanks for the feedback,
> I have looked into the patch. It doesn't take into consideration
> neither Skeleton, which is used now in pretty much everything encoded
> in Ogg (except for single stream Vorbis and Speex files), nor the file
> extension for Theora, which is now .ogv.
To be honest, I just added Theora because I needed a simple way to
multiplex streams. Also, it'd