Displaying 20 results from an estimated 3000 matches similar to: "How to split an Ogg Vorbis stream?"
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
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
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
2008 Sep 22
1
PATCH] fix oggz-comment writing bad data into streams
Hi,
I spent a while working out why ogginfo reported holes in one of my
streams - turns out oggz-comment writes bad data into the stream,
and oggz-validate doesn't see it (should it ?), oggz-dump displays
correct data, etc. Eventually, some combination of xxd and comparing
byte offsets led me to it... two hours later...
-------------- next part --------------
A non-text attachment was
2010 Mar 17
1
ogginfo writes errors to stdout
The ogginfo tool writes its errors to stdout instead of stderr.
Shouldn't that change? (Warnings also go to stdout, but that's more of
a gray area.) The other vorbis-tools don't have this problem, with the
possible exception of vcut, which writes the usage message to stdout,
another edge case.
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
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both
automake 1.4 and 1.6. Some changes to configure.in were also needed in order
to get things to work (and to fix some ac 2.50 issues).
Please remove config.h from cvs as it is a generated file and empty anyway.
automake 1.6 isn't really incompatable with 1.4, it's just more picky about
you sticking to the rules:
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:
2002 Feb 24
2
Using vcut
How does one use the vcut from Vorbis-tools package? I tried to enter
samples, miliseconds, seconds, h:mm:ss as cut point, but nothing
worked (I even tried to enter 1 as cutpoint, but I always got
"Cutpoint not within stream." message)...
I'm doing this on Windows, if it matters...
--
Jernej Simoncic, jernej.simoncic@guest.arnes.si
http://www2.arnes.si/~sopjsimo/
ICQ: 26266467
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
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
2004 Jun 18
5
Patch to stop vcut from generating broken streams
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://westfish.xiph.org/pipermail/vorbis-dev/attachments/20040618/e7bee431/attachment.pgp
2008 Sep 18
2
vorbis-tools 1.3.0 BETA - Help testing.
Dear vorbis-dev lurkers, I bring you the first beta release of
vorbis-tools 1.3.0. It has quite a few new features and the final
version will have even more, so I am sure it is to everyone's benefit
that it gets as much tested as possible so we can do a quick release.
Here's the changelog so far:
* Fixed an error in configure.ac; --with-speex/flac work again (#1319)
* Corrected
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2017 Nov 15
0
vcut(1) and its manpage
Below is a diff to vcut.c and its vcut.1 manpage, which
- rewrites the manpage in the mdoc(7) markup
as offered in my previous message, and while there:
- drops the [] around cutpoint as it is _not_ optional
- adds the [] around [+] as it _is_ optional
- drops the argument name difference between "cutpoint" and "cuttime"
- adds the usage sentence about "." output
2001 Nov 09
1
Fix to track-kameipv6 branch for socket.c
I ran into a problem where systems without DNS entries could not connect to
the rsync server with the IPV6 patch applied.
Here is a fix to the problem.
Basically they were checking the list of IP addresses returned by getaddr
even if getaddr failed. I just changed it so they only check the list of IP
addresses if getaddr succeeds.
Any comments on this please email me directly because I do not
2007 May 26
3
Differentiating Video from Audio
I am trying to write a "thumbnailer" for the thunar file manager that
can process .ogg files containing a video stream and produce a thumbnail
of a particular frame. The only trouble is telling which files have a
video stream in an efficient method. The best I've come up with is
running ogginfo on every file with the mimetype application/ogg.
Is there a better method?
I know
2005 Sep 27
2
Stream "Saving" and Excerpting...
I'm working with a streaming Ogg Vorbis system where I'm taking the stream
output (from a darkice server) and saving it to hour-long files, then
reassembling excerpts from these files (sometimes spanning two or three)
into a single file for playback.
I've got two problems (well, related to this, but anyway).
1) The "chunk" files I'm saving into have mangled headers.
2)
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