Displaying 20 results from an estimated 2000 matches similar to: "Choosing subtitle language"
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",
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
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
2012 May 01
1
[fields:image.plot] subtitle under title (not image)?
summary: how to make image.plot print a subtitle between the title and
the image, rather than under the image?
details:
I've got a project
https://github.com/TomRoche/ioapi-hack-R
that illustrates the use of (et al) the R packages {ncdf4, fields, M3}
for processing and visualizing IOAPI data. The data being visualized
consists of a series of layers (mostly representing emissions from a
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
2008 Apr 09
2
New patches to Souffleur
Hello all,
I am really excited to post these new patches since a lot of things
have been done to the software lately. I know, I still have to write a
README file but I am struggling to get a "basic" functional version out
before I can concentrate efforts on documentation (I know, not the best
practice).
Anyway, here we go with the diffs and its comments:
* MediaInfo.py.diff
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
2003 Apr 18
1
Charset used for text subtitles?
Hi!
I have a question about the proposed text subtitles for videostreams.
I suppose this is more about the ogg container format than about theora,
but since it's theora that has come to push such a feature I put my question in this forum.
The question is whether all contents will use unicode charset by default, or if charset will be disregarded?
Because as an example, in the xine video
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
2009 Dec 15
2
subtitle in Hmisc xYplot
Ok so I am trying to add a subtitle to my xYplot using Hmisc and I have some
dummy code of
x<-seq(1,10,1)
y<-rev(seq(1,10,1))
ci<-y*.10
ciupper<-y+ci
cilower<-y-ci
this code works fine:
xYplot(Cbind(y,ciupper,cilower)~x, type=c("b"),plot.points = TRUE,
method='filled bands', main='main title')
but when I add sub=. at the end and use this
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
2013 Jan 10
2
Titles - main and subtitle won't plot with errbar
Hi, I'm struggling with errbar graphics.
I'm trying to plot an x-y graph with correct labelling, however can't seem
to get main and sub to show on my graph.
They do work when I use title(main="," etc...., but this will make it look
at lot messier,I'll have to blank out ylab=" " , and I need to try and get
the titles to update automatically according to my
2010 Oct 26
1
lattice key subtitle
Hello everybody,
Is there a way to add a subtitle to a lattice key?
It is important form me that the subtitle must be linked to the key
because those graphs are produced on a daily temporal scale,
and the numbers of rectangles from the key may be different from day to
day.
Thank you,
Alexandru Dumitrescu
[[alternative HTML version deleted]]
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
2002 May 06
4
Subtitle?
Hi,
Is it possible to add a subtitle that appears directly below the main
title?
I tried the "sub" parameter, but it adds sub-title to the bottom of the
plot.
Cheers,
Kevin
------------------------------------------------------------------------------
Ko-Kang Kevin Wang
Postgraduate PGDipSci Student
Department of Statistics
University of Auckland
New Zealand
Homepage:
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 Dec 13
3
Subtitle & conova post hoc
Hello,
I just have two questions I cannot figure out.
1) I would like to have a subtitle just below the main title
on my graphs and I cannot figure out how to do this, is it
possible? or is it only possible to have it at the bottom?
2) I need to run Conova post hoc test, do you know if it is
coded in R? any package I would find this test in?
Thank you very much for all the help
Have a nice
2005 May 20
1
legend as a subtitle
Very little space is available in one of my plots for the legend. I would
like to lift it out of the main plot area and present it in the subtitle
area. Would appreciate any help that I can get.
Ravi Vishnu
This message is meant for the addressee only and may contain
confidential and legally privileged information. Any unauthorised
review, use, copying, storage, disclosure or distribution