Displaying 7 results from an estimated 7 matches for "theoracomment".
2007 Jun 08
1
theoracomment: UTF8 support and some minor fixes
Hi there,
the attached patch for theora-tools adds UTF8 support to theoracomment;
however, for this I did copy some "shared" files from vorbis-tools to
theoracomment. I'm not sure whether you want this but rather make them
shared in theora-tools, too?
Additionally, I added header-comments in the style of theoraenc and a
manpage. So far, theoracomment looks...
2007 May 20
1
Theora-tools: Theoracomment
Hi all,
I've attached a SVN diff for theora-tools, adding a simple
"theoracomment" utility; it is intended to be the counterpart of
vorbiscomment for theora/vorbis-ogg-files. It shares vorbiscomment's
usage/features (and the frontend-code).
While the main functionality is already there, there are still some
restrictions:
* No support for chained streams
* It simply...
2010 Jun 13
2
wrappers
Hi,
I've sent one of these before, but i wasn't subscribed, and i'm unsure if it
went out. I'm subscribed now and i've written another (i believe) nifty wrapper
for oggz-tools.
oggz-comments - allows a user to pass the plain text file with each tag on their
own line
theoracomment - works like 'vorbiscomment' from VorbisTools package, but sets
comments for the theora streams inside an Ogg container. The only two things
that you can't do with theoracomment that you can with vorbis comment are: 1.
run a command and then enter the tags from console 2. use error c...
2007 May 26
0
UTF8 and I18n for theoracomment
Hi all,
for theoracomment to work like vorbiscomment, I want to use that one's
UTF8 library; but where should this go? Directly to theoracomment or is
there something like a "common library directory" for theora-tools?
I'm not sure about I18n, either -- theoraenc seems not to use GNU
gettext at all, b...
2010 Jun 13
0
wrappers
...one of these before, but i wasn't subscribed, and i'm unsure if it
> went out. I'm subscribed now and i've written another (i believe) nifty
> wrapper for oggz-tools.
>
> oggz-comments - allows a user to pass the plain text file with each tag on
> their own line
> theoracomment - works like 'vorbiscomment' from VorbisTools package, but
> sets comments for the theora streams inside an Ogg container. The only two
> things that you can't do with theoracomment that you can with vorbis comment
> are: 1. run a command and then enter the tags from console 2....
2006 Aug 06
0
Newbie: How to rewind a videostream (long)
...ost of what I needed.
...But I can't seem to handle end-of-stream very well. I would like to be
able to rewind. First I tried the brute force method:
if (videoStream.eof())
{
ogg_stream_clear (&theoraStreamState);
theora_clear (&theoraState);
theora_comment_clear (&theoraComment);
theora_info_clear (&theoraInfo);
ogg_sync_clear (&oggSyncState);
videoStream.clear();
videoStream.close();
init_the_movie_like_it_was_inited_the_first_time();
}
But I got a crash when trying to re-initialize:
theora_decode_init (&theoraState, &theor...
2005 Dec 05
1
unified meta-data handling ogg/theora/vorbis
...meta-data while recording. (or soon thereafter)
Of course now I know that ogg has no meta-data, vorbis does. I can read and write meta-data using vorbiscomment, great! but that is only for sound-files. :( Seems theora has meta-data also, but its not compatible with vorbis, and it seems there is no theoracomment to manipulate theora meta-data.
My grand dream was to be able to stream media from a client machine (running ices2 or oggfwd or oggcast [from PD] etc..) Have the ices2 client, or icecast server append the meta-data to it (location of recording, tone of voice, topic of recording etc.). Then using s...