Displaying 20 results from an estimated 138 matches for "lyrical".
Did you mean:
logical
2009 Sep 01
2
Flac and lyrics
Both MPEG-4 File Format (mp4) and Matroska (mkv) have an interesting
format for lyrics and subtitles. Since these container formats can
contain multiple contain streams, lyrics or subtitles are just another
"stream" interleaved with the rest of the data. They are synchronized by
having timestamps like any other stream. The payload is just text data.
If you don't care about
2009 Aug 31
4
Flac and lyrics
Hi,
I haven't seen any information about Lyrics in the documentation and
mail archives, so I guess the answer... but may be I've missed something...
Does flac support lyrics?
Regards,
J?r?me
2001 May 19
1
Ogg Lyrics
One of the great things about Ogg (in addition to fantastic sound quality)
is the ability to insert anything into a file tag, including lyrics. What
would be sweet would be a visualization plug-in which would read the
"lyrics" tag and display this text in a resizable window. Does anyone have
experience programming winamp plug-ins?
Greg
--- >8 ----
List archives:
2006 Aug 04
3
Lyrics stored in .ogg files?
Hi,
I've heard somewhere that it is possible to store inside .ogg files text
streams and thus it should be possible to store lyrics for the sond
directly in the file. Is it true? Could anybody point me towards some code
how to do it (Python preferable, but not required)? Is there any
documentation for text streams in .ogg files?
Thanks for any reply,
Mat?j
--
GPG Finger: 89EF 4BC6 288A
2002 Apr 08
0
Lyrics
Hi all,
Is there an effort underway to support lyrics (or, more generic,
subtitles) in Ogg streams ? I'd say the best place for such textual
data would be in it's own stream (Ogg/Tolkien for all I care ;) with
time-indices for when a certain word is said by who. This allows for
karaoke style lyrics and for simple full text lyrics dumps. It could
also be used for subtitling/closed
2004 Jul 26
0
lyrics/transcripts (was brainfart #67453 - hyper-index)
<20040727011644.49422.qmail@web20927.mail.yahoo.com>
Message-ID: <20040727015807.GH971@xiph.org>
We have a text-phrase codec called Writ in early implementation state
which can be used to supply this functionality and much, much more.
A short use of it's functions include song lyrics, speech transcripts,
text subtitles, chat (input provided through another system) along with
2008 Jul 14
1
Lyrics
Hi,
I'd thought of adding lyrics support to oggenc a while ago, and on
sunday I had a go
and it seems to work just fine. A long shot, but would you be
interested in a patch to
do this ? It reads a .srt file (though I'll change it to read .lrc
files, I've just found those
on the internet, mostly the same data but they're used for lyrics
apparently) and creates
a Kate stream muxed
2010 Sep 18
0
lyric data store and search
hi
I have many lyrics which are originally binary format.I need to store
them and let users to search them.
1 But i don''t know where to store them? using filesystem or database? I
think it is better choosing database because it is easier for me to
implement search function. Am i right?
2 I can store binary data into database,but it is binary looking.when
implement search function or
2006 Nov 05
3
Some questions
Josh Coalson wrote:
>> III) I've read about the CUEsheet feature of flac where you can store
>> the data of cuesheets (at least indices and so) as searchpoints in
>> flac.
>> But the format seems to be in milliseconds while in CDDA frames are
>> exact.
>> Is it (because one would have rounding errors) not adivsable to use
>> this
>> feature, and
2018 Sep 27
0
Tweaking an Icecast server, file conversions, lyrics, currently playing script and multiple streams
Hello,
I've got a new Icecast2 server that I'm setting up. Previously it was
on a machine with ices0 so I could just stream a directory of mp3
files.
Now using ices2 I've got to convert many files to .ogg and .opus, I
also added in .flac for another project. So I goto the directory that
for now just has .mp3 files and do:
for f in *.mp3; do ffmpeg -i "$f"
2000 Aug 07
1
full circle on the text stream format
I've come full circle on the Ogg text stream format, back to arbitrary
associated xml streams. What's changed? Mostly rolling the requirements
around in my head, and weighting them differently.
I think we've dealt with the complexity issue; this functionality can be
optional for "dumb" audio players, and possibly also for dumb video
players, though there it's a smaller
2006 Nov 06
2
Some questions
Josh Coalson wrote:
>> Thus,... if I currently have my index-based wav files (that is EAC
>> makes
>> track-number.index-number.wav) from an cdda,.. and the corresponding
>> CUE
>> file (EAC writes it in min:sec:frame),... than I could use sox to
>> concatenate the single files to one big file,..
>> encode it to flac with the CUE infos,..
>> And
2021 Jul 15
0
Podcast shownotes/Lyrics and URL/image per chapter in comments
Hi all,
I am the autor of "toc2audio" software
<https://docs.jcea.es/toc2audio/>, to add chapters to audio files. I
plan to add podcast shownotes also inside the audio file, but I wonder
if there is some kind of standard beside repeating a "comment=" tag per
line in the comment header.
Talking about that, I would be like to be able to add and an image per
audio
2021 Jul 15
0
Podcast shownotes/Lyrics and URL/image per chapter in comments
Hi all,
I am the autor of "toc2audio" software
<https://docs.jcea.es/toc2audio/>, to add chapters to audio files. I
plan to add podcast shownotes also inside the audio file, but I wonder
if there is some kind of standard beside repeating a "comment=" tag per
line in the comment header.
Talking about that, I would be like to be able to add and an image per
audio
2008 Jan 10
2
How to embede text into the Ogg stream
Hi Folks,
What is the proper way to embed text stream into the Ogg stream? I need to have text information (lyrics as example) recorded together with the audio. Is there a standard mechanism for that? What is the right way to do it?
With best regards,
Boian Mitov
--------------------------------------------------------------------
Mitov Software
http://www.mitov.com
2006 Nov 06
1
Some questions
On Mon, Nov 06, 2006 at 09:13:36AM -0800, Josh Coalson wrote:
> I think the current convention by users is to
> store lyrics in the LYRICS tag. cover art is not part of the tags,
> it will go in the PICTURE metadata block in upcoming FLAC 1.1.3:
> http://flac.cvs.sourceforge.net/*checkout*/flac/flac/doc/html/changelog.html
Ah, cool. Is the 0x05 "leaflet
2000 Oct 18
3
ov_comment spec
I've been working towards a mp3info like tool, OggInfo, which will surplant
vorbiscomment in functionality, and also incorportate mp3info like
featuers. Looking at existing vorbis api calls, i find:
vorbis_comment_add() /* unsupervised string insertion */
vorbis_comment_add_tag() /* formated TAG=text insertion */
vorbis_comment_query() /* scans for matching tag (up to count duplicates) and
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
2010 Sep 24
4
invalid argument for file creating
hi
I use song_title to creat a file named by song_title.I have many song
titles to create many files.but unfortunately,some of song titles
contain special characters,such as [ ,which leads the following error:
#####
Errno::EINVAL in Lyric spiderController#scrap_one_category
Invalid argument - e:/rails/lyric/public/song/e/Energy/
[ar:Energy.lrc
#####
I use the following codes to create and write
2008 Oct 17
1
Album art - requirements
Hi,
[ Was away the last few days, so this partly overlaps on things that
that have been mentioned in this thread. Since the consensus seems
that Vorbis comment encoding is the way to go, it's a bit moot, but
here it is anyway ]
Following up on the possibility to tag various images as different
types of album art, I thought of adding that tagging information in
a Skeleton stream. Since