Displaying 20 results from an estimated 7000 matches similar to: "can ogg encode URL?"
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files
with cat, i.e.
cat {file1.ogg} file2.ogg > outputfile.ogg
<p>I successfully used this capability, together with oggenc and sox, to
join two .WAV files in the following manner:
<p>oggenc -q9 file1.wav
...
oggenc -q9 file2.wav
---
cat file1.ogg file2.ogg > outfile.ogg
ox outfile.ogg outfile.wav
I get
2003 Nov 23
2
Ogg Vorbis use in the Visual Basic .net environment
Heya everyone,
I'm planning on putting functionality into a Visual Basic program to be able
to play back Ogg Vorbis encoded multimedia files and I'm having difficulty
finding out how. Would anyone have any ideas on how I could do this? Perhaps
if I were able to use the Ogg Vorbis libraries as a .dll file and call its
functions from within the VB program - that might work. So does anyone
2003 Nov 10
2
[faq?] Portable players supporting ogg vorbis
Hi,
I got into the mood of acquiring a portable music player, and I want to
"vote with my dollars" and choose among the players that can play ogg
files. What are my options?
So far, I have seen the Rio Karma (and some other Rio models?), and my
favorite as of today is one of the iRiver iFP-1xxT. The Neuros looks even
better, but ogg support seems incomplete.
Any good experience, bad
2003 Aug 14
1
Renice ogg123
I'm thinking of writing some sort of SUID wrapper for ogg123 that will
always run it at maximum priority for use with mpg123.el on my Linux
system.
I just wanted to check first that I am not duplicating efforts
here. Has anyone already written a tool like this?
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
2004 Nov 23
2
source code
hello dear developers,
i'm a student of computer science at the technical university of berlin.
i'm on my exam and i have to implement an "perfect"
hifi-internet-telephone :-) ... at this point i thought of vorbis and the
ogg-vorbis codec to integrate this codec in my tool ...
the questions i have are:
is the source code lying on a free server to download it?
is there a
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 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted.
Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net>
I am unable to pipe to ogg123 with cat, but redirecting with < works fine.
rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v -
Audio Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound
2004 Apr 12
3
Decoding with 8 bit-samples
Hi!
I'd like to make a stereo 8-bit wav file
from a stereo (16 bit) ogg vorbis file
(in delphi, with the vorbisfile).
I use:
ret := ov_open_callbacks(filein,vf,nil,0,ops_callbacks);
if ret = 0 Then
begin
fileOut := TFileStream.Create(savedlg.FileName,fmCreate);
repeat
ret := ov_read(VF, pcmout, BufferSize, 0, 1, 1, nil); //'cause of the 8-bit
2004 Feb 27
4
WMA9 versus OGG
Hello all
I have been encoding to OGG as a default for well over a year, but I
recently thought I ought to test how it sounds compared to other codecs. I
got the Windows Media 9 encoder and I was quite surprised at how bad a job
OGG did at quality 0 with a simple piano clip, and how well WMA9 was - I've
always considered WMA as being a bit naff, but WMA9 has forced me to
re-access this view
2003 Jun 28
2
oggenc and Encoding with VBR
Apologies if this is know. But I've spent most of today Googling for a way
to get this working, and to me, something is wrong here. But it might well
be me. Anyway...
I've been trying to record direct from the soundcard into an ogg file.
I came up with
rawrec -t 10 | oggenc -r -Q -q 5 - > foo.ogg
which partially works. ogg123 will play it, but ogginfo reports
Warning: Hole in
2004 Jun 20
16
Extension proposal - partly serious
Alright folks, here's the solution.
1) Keep extensions to 3 letters for audio & video. Except for special
situations where the user might be doing a codec specific name. Since the
official extensions are 3 letters, those can always be used on any 8.3
device.
2) introduce a new extension .OGV for ogg container video. With a strong
preference for Xiph only codecs. (If you want 3rd
2003 Aug 08
4
Listening to Ogg streams with MacOSX
This comes from Indymedia audio list, Whamb! should probobally be listed
on the vorbis.com software pages.
----- Forwarded message from nathaniel t <vsea75@hotmail.com> -----
The whole world doesn't use Linux or Windows. Some tiny fraction of
computer users use Macs. I didn't realize until yesterday evening how
difficult and mysterious it is to try to listen to an icecast ogg
2003 Jan 30
0
PhatBox and Music Keg unofficially support Vorbis
PhatBox and Music Keg (which I'd describe as MP3 players that hook into
your car stereo) unofficially support Vorbis.
Apparently there was a post to vorbis-dev quite a while ago about this,
but it's news to me, and it hasn't been on this list. I'll add this to
my hardware list, which I'll post here soon.
This was a (very speedy :-)) response I got from PhatNoise's
2003 Feb 04
2
Hardware List Draft
Here's a list of non-PC hardware I found that supports Vorbis, with
links and short descriptions. It's still kind of rough, and I don't
have personal experience with any of these things, though where noted, I
have gotten email from the company. This is still just a draft.
I've made links, and also left the URLs after the headings so it
converts to text well. Following the
2003 Mar 14
2
Re: Ogg Vorbis tracks in QT files
D Richard Felker III wrote:
> On Thu, Mar 13, 2003 at 07:26:21PM +0000, Mark Hills wrote:
>>>I tried to bind the 'OggS' 4CC to the vorbis codec in mov.c, but it
>>>doesn't seem to like it... anyway, in QuickTime AFAIK the vorbis track
>>>is embeded in an Ogg container... so we have those alternatives:
>>The example you give from Cinerlerra is the
2003 Jul 27
2
Ogg ouput using libvorbisfile
Hi, I'm new to writing any kind of sound program and somewhat new to C.
I am on linux and I've been trying to get the example code
(http://www.xiph.org/ogg/vorbis/doc/vorbisfile/example.html)for the
decoder using libvorbisfile to work. I think my main problem is output
to /dev/dsp. If I use the example where the only change I made were to
open a file instead of using stdin and I ouput
2003 Jul 31
3
using vcut on split ogg files
hi,
I am recording a continuous 24/7 broadcast using ecasound, oggenc and
cronolog.
because the broadcast is continuous and to not lose any data, I split up
the recorded stream into a file for every 30 minutes using cronolog
(http://www.cronolog.org).
o the chain looks like the following:
ecasound | oggenc | cronolog
the problem is the following, because the oggfiles are split, they lack
a
2003 Apr 15
1
Ogg Traffic for April 15, 2003
Hi everybody:
Here is this week's Ogg Traffic with all new updates on recent
activities in the world of Xiph.org. The HTML version is up at
http://www.vorbis.com/ot/20030415.html.
Enjoy!
-Carsten
<p>Ogg Traffic for Tuesday, April 15, 2003
[1]Carsten "Purple" Haese
April 15, 2003
_________________________________________________________________
Table of
2003 Feb 04
5
portable player for OGG/Vorbis files
Hello everybody,
what do you think about a portable OGG/Vorbis player, for example ARM or MIPS
or PowerPC based?
I am a hardware engineer and I am thinking about such a project...
Best regards,
Bernhard
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
2003 Mar 14
1
Vorbis Hardware List
A while ago I wrote a list of hardware projects that support Vorbis or
will soon, which I've posted to this list a few times. I think it might
be a good addition to Vorbis.com, to go along with the software lists,
because for some, hardware support is very important.
Anyway, I haven't gotten any replies from vanguardist@cox.net or
feedback@vorbis.com, so I thought I'd remind people