Displaying 20 results from an estimated 5000 matches similar to: "Vorbis Winamp plugin"
2004 Sep 10
2
using vorbiscomments with metaflac not utf8-encoded
Using metaflac (1.0.3) like this:
metaflac file.flac --set-vc-field=title=test??????e?
The vorbiscomment will not be UTF8-encoded, instead
they will be stored directly as ANSI.
When trying to add some more comment, it gave the
following error:
ERROR: writing FLAC file file.flac, error =
FLAC__METADATA_CHAIN_STATUS_OK
Does that mean that weren't enough room for the
comments? But
2004 Sep 10
1
[Flac-users] WinAmp PlugIn and Ogg framing.
Hello flac-users,
I'm trying to play an ogg flac file in WinAmp 2.80 but I get
nothing. I'm using the native Vorbis plugin and the shipped FLAC
1.04 plugin. I guess it's a conflict regarding which plugin "owns"
the ogg extension or format. I'm not sure. But I wanted to know how
good the ogg framing was. But I couldn't test it because metaflac
doesn't
2002 Apr 30
1
Tags, stuff and vorbiscomment
Some of these things may allready be addressed:
Comments in oggfiles: (meaning the accutall keyword "comment(s)"
With xmms you can edit oggtags, among artist and title you have
"comment"
* xmms creates comment attributes starting with "="
* freeamp does not seem to understand ogg-"comment" at all.
* oggenc seems to like to put the comment as is without
2003 Aug 25
3
mem leak when writing ogg vorbis comments
I'm working on a win32 C++/MFC program, and I'm having trouble getting rid of a memory leak when writing vorbis comments. I've cut away everything except reading the file and then writing it out, and I still have a 256 byte mem leak (appended below). The code was modeled after vorbiscomment. It uses all the oggvorbis-win32sdk-1.0 static libs. I tried checking the mailing list
2004 Sep 10
3
reading vorbis comments with FLAC++?
Well, I'm quite frankly stumped. I'm writing a program that recurses
into directories and reads (among others) FLAC files and should be able
to read the vorbis comments ARTIST and TITLE from the file.
A while back, I was popen()ing to metaflac, because I didn't want to
mess with libFLAC. But now, it's the weekend, so I can mess around with
this. Here's the code in question:
2006 Mar 08
2
libflac++ reading vorbis metadata
I'm trying to use libFLAC++ v1.1.2, to read Song information (like artist,
trackname etc..). So..
I read metadata from file
FLAC::Metadata::get_streaminfo("somefile.flac", infosik);
and It's ok - no error, then I read vorbis info:
FLAC::Metadata::VorbisComment vorbis_kom(infosik);
int number_of_comments = vorbis_kom.get_num_comments();
and after that I have
2000 Oct 15
2
using vorbiscomment
As far as I could find, nowhere in the documentation or even source
does it actually explain how to use vorbiscomment. Just a simple
"vorbiscomment reads TAG=VALUE pairs on separate lines from stdin"
would save people a lot of time. Of course, this is still a painful
tool to use, and since I had some .ogg's lying around with broken
comments (from my first ogg vorbis patch to grip),
2007 Sep 08
5
Feedback on XML metadata namespace
Daniel,
before you step over everything that has been done before, we need to
determine what exactly is the use case for your new specification.
What concerns metadata, we currently have:
* vorbiscomment - this is a header at the beginning of a logical
bitstream which has metadata that refers to the complete file; there
is a specification, which has been public for a long time and is the
2007 Nov 05
2
edit comment
How i can edit the comments of a vorbis file?
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Sep 14
4
metadata on the wiki
The biggest problem with Vorbis comments are too loose specifications and
too little standardisation.
Another problem is attribution of involved parties. Currently only the
ARTIST field name is supported in software. More standardised field names
need to be worked out for organisations and persons involved in the
production of the recording. See:
2009 Mar 26
8
Cover art
Hello to the people reading this list!
I am developing tagging support for ogg vorbis in Nero products and we are
currently thinking of supporting cover art in ogg files. What is the current
state of proposal for cover art in ogg files? Is this
http://wiki.xiph.org/index.php/VorbisComment#Cover_art still the latest
information?
Regards,
Goran
-------------- next part --------------
An HTML
2001 Jun 16
3
"vorbiscomment"
Hello,
I'd like to use abcde to rip my CD:s to Ogg Vorbis format - but abcde wants
a "vorbiscomment" in my PATH. I assume it's a tool for inserting meta-data
into Ogg Vorbis files, but where do I get it? The vorbis-tools package
doesn't seem to contain it.
(Platform: Linux)
Thanks!
--
/ Peter Schuller, InfiDyne Technologies HB
PGP userID: 0xE9758B7D or 'Peter
2007 Sep 09
7
The use for an XML based metadata format
Daniel,
these are all good ideas and worth progressing. However, it may be
better not to merge too many goals in one format (MPEG-7 did that and
ended up as a big mess). So, I suggest to start by structuring the
types of things you want - then finding out which parts belong where
into existing formats such as vorbis comment, Skeleton and CMML, and
only then start to develop a new format.
For
2007 Mar 17
5
2nd attempt - Repairing vorbis files
Hello,
No public anwer came to my previous post, and my problem is urgent, so
I'm trying again.
I'm using Ogg Vorbis since 2000 and some of my files appear to be
damaged - at least some players reject some of them (WinAmp,
Quintessential Media Player beta 116). Is there a repair tool for
Windows which could rebuild vorbis files so that they all could be
played in WinAmp, which is very
2001 Feb 03
0
Winamp plugin annoyance
Hello,
When the Winamp plugin is playing an Ogg Vorbis file, if you
try to scroll the playlist so that the title of the Ogg file scrolls out
of view, it jumps back again, which is very annoying.
The fix:
In function DecodeThread, replace
if(lostsync || (decode_pos_ms - lastupdate > 500))
{
...
mod.SetInfo(bitrate / 1000, samplerate / 1000, num_channels, 1);
by
if(lostsync ||
2018 Dec 11
2
New ID registration
"Kurosawa, Taku" wrote:
> Hi Martijn,
>
> Sorry for the late reply again,
> The application we are preparing this time is not exactly similar to
> Replaygain.
>
> Replaygain as we understand is something which normalize the loudness at
> content provider side, but our application takes different approach. It is
> designed to normalize the loudness at player
2004 Sep 17
3
newlines in vorbis comments
Is there any way to put a newline character in comments for ogg
vorbis files in Linux? I can't see any way of doing it with
vorbiscomment. Easytag would work, but has other problems
(like concatenating comment fields with the same tag name).
If I wanted to put together a quick hack to add a such a comment
(I'm thinking read the comment from a file, with the tag name
specified at the
2004 Sep 17
3
newlines in vorbis comments
Is there any way to put a newline character in comments for ogg
vorbis files in Linux? I can't see any way of doing it with
vorbiscomment. Easytag would work, but has other problems
(like concatenating comment fields with the same tag name).
If I wanted to put together a quick hack to add a such a comment
(I'm thinking read the comment from a file, with the tag name
specified at the
2004 Nov 11
3
Questions about License and so on.
Hello there.
I'm seeing with a third party library vendor, wich creates components for
signal and audio processing for Delphi and BCB, the way to integrate support
for OggVorbis, but there are some license issues that I don't
know/understand.
In plain text: can he create and distribute a component that uses the code
available in the Windows SDK, either in the DLL presentation and/or
2006 Feb 22
2
vcedit/vorbiscomment heterogeneous streams
Hi,
The following changes allow vorbiscomment to read and edit the
tags for the first occuring vorbis stream in a muxed (and
chained) Ogg bitstream, while retaining the renormalisation.
I've tested it on a number of combinations of muxed and chained
streams, using the write comments from file option for
vorbiscomment to rewrite the comment header and then cmp for
binary differences. Seems