Displaying 20 results from an estimated 1000 matches similar to: "Stream "Saving" and Excerpting..."
2009 May 12
2
compile error of libtheora example
hi all:
i downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it,
such error message popped.
i tried to run player_example.c under /libtheora_1.0/examples/.
error message:
ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player
player_example.c
/tmp/ccpyle3c.o: In function `buffer_data':
player_example.c:(.text+0x15): undefined reference to
2009 Mar 15
1
Add vorbis_dsp_init() ?
Hi,
This mozilla bug report is a crash triggered by a Vorbis file with
corrupt headers:
https://bugzilla.mozilla.org/show_bug.cgi?id=481601
The patch to fix the crash adds a new vorbis_dsp_init() function to
libvorbis, and calls
that from fs_vorbis_init() in libfishsound:
https://bug481601.bugzilla.mozilla.org/attachment.cgi?id=366150
The public function it adds is:
void
2005 Dec 19
1
vorbis_synthesis_init
Hello All,
I'm trying to decode Vorbis data without using Ogg. My program successfully writes out Vorbis data, but I'm having trouble reading it back in again.
I've based my code off how libfishsound worked, but am having AV's on the call to vorbis_synthesis_init. I call vorbis_synthesis_init when 2 headers have been read.
I allocate the vorbis_info and the DSP structure before
2005 Jan 02
3
Recursively vcutting
Hi,
I've got alot of long 1-2hr files which I'd like to split up into 5-10 minute
chunks. ?I think this should be possible using a small shell script and vcut,
but my scripting abilities are lacking. ?Does anyone know of the existence of
a script which would do this, or know how I'd go about making one?
So say I had a 60 min file (60mins.ogg) I'd like to issue a command
2001 Aug 20
1
Still more // comments
This time in vcut:
vorbis-tools/vcut/vcut.h:23 and 24.
No, I'm not spending quality time with grep; I'm trying to compile vorbis
with the native Sun Forte compilers. Much badness, of which these //
issues are only part. :-( More details to follow...
Patch/inc/lazy.
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
{+} "I
2003 Aug 27
2
vcut breaks song index ? XMMS search fails
Hello
I have experienced some problems with vcut
(media-sound/vorbis-tools-1.0-r1 package from Gentoo/Linux).
I have a long live record I have encoded in OGG (maybe it would have
been easier to cut the WAV file and encode the parts, but still). The
file was encoded with oggenc from the same package as vcut.
I have therefore tried to use vcut to split the long OGG file in
several smaller files.
2006 Oct 09
1
Vorbis primitive API examples (LONG)
Okay, how do I drop a changeset/patchset/tag for you folks from SVN?
At this point, I have written three examples of how to use the basics of
the ogg streaming and decoding in Tremor. I heartily welcome any
suggestions, improvements and corrections that you can point out in the
code.
The examples required me to make some small modifications to the main
tremor library. However, the changes
2003 May 14
2
: cutting ogg vorbis file into parts, again
hello, everybody!
i record radio programmes through 'hard disk ogg 220'. as
someone here has adviced me to do ;] it's brilliant. but after
recording, i would like to cut off some material, to prepare an
advertisement free version of the file. i use musicutter 071 to do
this. but it gives me the following error when i'm trying to cut my
file:
'Process time:
2005 Feb 13
1
[Fwd: Better ogg cutting tool]
Hi List,
here's a forwarded message from Craig Duncan, who wrote a replacement
for vcut. As he is not on the list and I kinda participated in the
discussion about vcut, he sent the mail to me.
I'm sorry it took me so long to forward it, I was in vacation. :)
I've attached the source.
@Craig: How about putting up a small page with your program? I can put
it on my page if you don't
2002 Jul 28
2
[fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)
Some detailed feedback that looks useful.
----- Forwarded message from Michael Semon <wayfarer42@postmaster.co.uk> -----
Delivery-Date: Tue Jul 16 05:29:37 2002
X-Mailer: MIME-tools 5.41 (Entity 5.404)
From: "Michael Semon" <wayfarer42@postmaster.co.uk>
Subject: CVS: ogg123 rocks! vcut no so much so...
To: feedback@vorbis.com
Hi! Being impatient for RC4, I downloaded
2002 Aug 09
2
how to calculate frame # for vcut?
Hi,
I have a question regarding vcut. In the man page, it says:
DESCRIPTION
vcut reads an Ogg Vorbis audio file and splits it at the
given cutpoint, which is a sample number.
<p>What I want to do, is to cut an Ogg Vorbis file at a given time. Say, I
have an Ogg Vorbis file, which is 1 hour long, and I want to cut it into
two half hour parts.
With a fixed bitrate
2003 Oct 27
1
packet rearranging questions
Hello again. If you recall, I am the guy working on enabling Audacity
to losslessly rearrange Ogg Vorbis files for my senior thesis. I have
more or less completed the required modifications to Audacity to support
this. You can read more about the work this entailed by reading my
journal:
http://www.reverberate.org/computers/thesis/journal
Now my attention moves to the Ogg Vorbis code
2007 Dec 09
1
solution to oggsplt / vcut crashing
Dear vorbis-dev
I tried to split an ogg file which was downloaded as a part of a stream
with mplayer -dumpstream -dumpfile file.ogg http://..../stream.ogg. The
metadata or headers or what it is is then of course in error. (I hate
this problem.)
Both vcut (I'd post version if vcut supported a --version or -V option)
and oggsplt (= mp3splt (same about version)) (according to this page,
they
2003 Nov 15
2
some more granulepos questions
I've made a lot of progress on my lossless Vorbis editing project. I
have a few more questions about granulepos issues I don't quite
understand.
granulepos is a property of Ogg pages, yet it is a field in the
ogg_packet struct. When reading packets from an Ogg stream, the
granulepos is set to -1 for all packets except the last packet in a
page. From this I infer that
- for encoding,
2008 Sep 28
1
Updated vcut patch
Here's an updated version of my last vcut patch, which adds support for
chained streams. The patch is against vorbis-tools 1.3.0b1 and fixes all
issues that were identified by TODO and XXX comments in the preliminary
patch. It also fixes a false positive for the "bad GP range" error and
avoids using stderr for messages that aren't errors or warnings.
I believe this version is
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 Jun 16
1
vorbis-tools: %Ld format specifier
Andrew Williams <andrew.s.williams@adelaide.edu.au> has tipped me
off that vorbis-tools uses a format specifier "%Ld" in vcut/vcut.c
and ogginfo/ogginfo2.c. This is plain wrong. The L modifier only
applies to floating point. The modifier corresponding to "long long"
is ll, e.g. "%lld".
--
Christian "naddy" Weisgerber
2005 Feb 09
1
Ogg/Vorbis Cutter
I've written an ogg-cutting program (sample accurate for cutting vorbis audio).
vcut was the "inspiration" behind it, but vcut (as Michael Smith has said) is
limited. Michael recommended i email this list to see if anyone is interested
in this.
I would just include the code but i'm not sure of the etiquette of that so...
craig
2001 Sep 09
1
Backtrace off Lithium's strem
Here it is, all nice and decoded:
---
(gdb) bt
#0 0x4003be91 in _vds_shared_init () at eval.c:41
#1 0x4003ce36 in vorbis_synthesis_init () at eval.c:41
#2 0x4002ff23 in _make_decode_ready () at eval.c:41
#3 0x4003039c in _process_packet () at eval.c:41
#4 0x4003238e in ov_read () at eval.c:41
#5 0x0804a0d1 in alarm ()
#6 0x0804993b in alarm ()
#7 0x400b6177 in __libc_start_main
2008 Nov 10
2
oggz-validate does not seem to check for correctly framed headers
While testing the new vcut, some of the early results had badly framed
headers. I actually didn't notice it at first, because I was testing
with oggz-validate, but ogginfo does identify the problem:
"WARNING: Vorbis stream X does not have headers correctly framed.
Terminal header page contains additional packets or has non-zero
granulepos"
Conrad (or someone else) may want to