Displaying 20 results from an estimated 1000 matches similar to: "Outdated oggdec tarball"
2004 Aug 06
4
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
Hello,
oggdec is a very simple ogg decoder, and it fails in the following case:
a source A has a fallback A'
transcoder curl | oggdec | ices2 is transcoding to lower bitrates ogg
A fails, all the listeners are transfered to A'
oggdec fails because the stream content changed:
[2004-01-29 18:44:47] OggDec 1.0.1
[2004-01-29 18:44:47] Warning: hole in data
<p><p>[2004-01-29
2004 Aug 06
3
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote:
> I have more info about that problem...
> curl | oggdec | ices will never work to my opinion with fallback setup on source
> because when transfering listeners to fallback, no ogg headers are sent, so
> whatever we do, oggdec will not be happy with the data received...
I took a look at this. It is true that oggdec does not
2009 Mar 18
2
oggdec.exe crash
Hello there.
I can't use bugtracker because it is permanently think that I'm spammer.
--------------
System: Windows XP Service Pack 3
When I trying to decode any *.ogg file with oggdec.exe like this:
oggdec.exe file.ogg
I have an error (it is translate version - I don't have english version of Windows):
Instruction from address 0x7c91b1fa trying to access 0x00000010. Memory
2004 Aug 06
1
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote:
> curl | oggdec | ices will never work to my opinion with fallback setup on source
> because when transfering listeners to fallback, no ogg headers are sent, so
> whatever we do, oggdec will not be happy with the data received...
really? That would be a bug unless it rewrites the stream id instead.
> Chris
P.S. If you're
2005 Nov 15
4
Oggenc/oggdec on Mac OS X
Hi,
Has anyone succeeded to build oggenc and oggdec on
Mac OS X with static linking? I can build libogg
and libvorbis and install them as dynamic libraries
(by running ./configure, make and then make install).
Then oggenc and oggdec will load them in runtime
and use them. That works fine.
But I'd like to build these two command line tools
so they're linked with all the libraries they
2008 Jun 25
1
[xiph-commits] r15069 - in trunk/vorbis-tools: oggdec oggenc
On 25-Jun-08, at 3:23 AM, ivo at svn.xiph.org wrote:
> * correctness: make oggdec output help text on stdout instead of
> stderr
Hmm. Doesn't oggdec output the decompressed audio to stdout? IIRC the
help goes to stderr to avoid clobbering that.
If 'corretness' is the windows issue, could it be compile-time switched?
-r
2006 Oct 24
2
oggdec.exe not using album gain stdout option
This question is mainly directed at John Edwards, I believe. I'm attempting
to use oggdec.exe in a batch conversion of ogg vorbis files for use on a
portable player. I'm using the -o option to redirect output to the LAME
encoder. So far so good.
However, I also want to do volume leveling using the replaygain tags. If I
specify track (radio) gain, everything works fine, however, when I
2005 Sep 02
1
oggdec and ogg123 playing audio from an Ogg Theora+Vorbis file?
Are oggdec and ogg123 supposed to be able to extract or play audio from an Ogg
Theora+Vorbis file?
OggDec 1.0 and ogg123 from vorbis-tools 1.0.1 don't seem to be able to do so.
If the programs are not supposed to do this job now, are any improvements
planned so they can do this job in the future?
Thanks for info on this.
2002 Jul 12
3
oggdec in cvs?
I downloaded a nightly CVS tarball about a week ago. It contains an oggdec
tool in vorbis-tools. However, I don't get this tool when I checkout / update
from CVS. What's the deal - is it in CVS or isn't it?! :)
--
-:-:- David K. Gasaway
-:-:- XNS : =David K Gasaway
-:-:- Email: dave@gasaway.org
-:-:- Web : dave.gasaway.org
<p><p>--- >8 ----
List archives:
2004 Sep 10
2
perl, metadata and cue sheets
Hi, I am new to this mailing list.
I am adding FLAC support to the SLIMP3 player
(http://www.slimdevices.com)
and I had two questions about utilizing the format.
The SLIMP3 player is a network mp3 player with an open source server
written in perl. All audio must be re-encoded to the mp3 format before
the player can use it.
1. Do any perl modules exist to read and/or write the metadata in a
FLAC
2004 Aug 06
3
fallback source give up and returns to original source
I forgot to mention that the patched version seams to work fine, except that one of the listener (curl |Â oggdec | ices)
don't like the source content change. I have to search for that.
Chris
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org'
2004 Aug 06
0
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Thursday 05 February 2004 05:09, Ralph Giles wrote:
> On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote:
> > I have more info about that problem...
> > curl | oggdec | ices will never work to my opinion with fallback setup on
> > source because when transfering listeners to fallback, no ogg headers are
> > sent, so whatever we do, oggdec will not be happy with the
2012 Jul 04
0
oggdec channel ordering bug
Hi.
I just noticed that oggdec channel reordering for WAV is bogus.
With irrelevant clutter removed, oggenc has the following code:
permute = {0,2,1,4,5,3} // oggenc/audio.c:401
for (j)
to_vorbis[j] = from_wav[permute[j]] // oggenc/audio.c:619
While oggdec has the following code:
permute = {0,2,1,5,3,4} // oggdec/oggdec.c:229
for (j)
2005 Aug 08
0
Re: oggdec/ogg123 cannot play stream files
Hello
I'm following this up to the vorbis-dev mailing list (and bcc to
you). Thanks for your repsonses.
At 15:09 Uhr -0500 07.08.2005, Graham Mitchell wrote:
> > b) concerning oggdec and ogg123:
> > - neither is able to read from a pipe nor a fifo, as it seems.
>
>Yes, the "ogg123" from a pipe bug was actually just fixed in CVS during the
>last week, so try
2007 Jul 14
2
vorbis-tools broken
It seems that oggdec in Fedora 7 produces a wav
header followed by lots of zeros. Building
vorbis-tools 1.0.1 from source produces a working
oggdec, so I think the problem is in the
vorbis-tools package.
I can't build vorbis-tools from svn due to some
make problems, but I can build the F7 SRPM.
There are no differences between the share and
oggdec directories, but there are autoconf
related
2004 Aug 06
2
fallback source give up and returns to original source
Main source: http://radio.stalig.com:443/radio-bro-gwened-ori.ogg
reencoded OGG:
http://radio.stalig.com:443/radio-bro-gwened-16.ogg
http://radio.stalig.com:443/radio-bro-gwened.ogg
http://radio.stalig.com:443/radio-bro-gwened-64.ogg
reencoded to mp3:
http://radio.stalig.com:443/radio-bro-gwened.mp3
(very bad, but mp3 is here just to have some mp3 in case of the listener is under Mac OS9 or
2009 May 05
1
oggz-merge / oggJoin with files created with oggCat
>
> I think, I got the problem:
>
> When I re-encode both audio files with the same quality/bitrate, oggCat/oggJoin works as expected.
>
> The reason, that it does not work, is as follows: I had a lot of trouble concatenate the audio-files (as I was starting with video only). In many cases, the concatenation works even if the bitrate does not correspond (correct me if I am
2004 Aug 06
2
ices produces ogg-files with two logical bitstreams
Hi everybody!
I encountered a strange problem with ices-2.0.0.
I use a icecast2/ices2 combo ti stream live audio and I use ices to record my stream. This worked well until last week. Since then the recording function produces somehow corrupt ogg-files.
I cannot decode them to wav with oggdec, the program tells me "Only one logical bitstream currently supported".
ogginfo prints out
2007 Oct 26
0
Queue() problems
I've been trying to setup AddQueueMember() as a replacement
for the deprecated AgentCallbackLogin(), but I get _tree_
Queue()'s.
Massaged extensions.conf (can provide the original if need be):
----- s n i p -----
[default]
include => agent-loginout
include => local
; ----------
[agent-loginout]
exten => _100.,n,Macro(queue-addremove,I${EXTEN:3},dispatch,10)
2007 Apr 03
2
[LLVMdev] Live intervals and aliasing registers problem
On Mar 27, 2007, at 3:25 PM, Evan Cheng wrote:
>
> On Mar 25, 2007, at 7:12 AM, Christopher Lamb wrote:
>
>> While beginning to add vector registers to a back end I came
>> across the following problem: as soon as I define two sets of
>> registers that have a many-to-one mapping the live interval pass
>> appears to double-kill the mapped-onto register. I