Displaying 20 results from an estimated 900 matches similar to: "Using vcut"
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
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
2002 Jan 28
2
OGG DirectShow implementation
Somebody made it possible to use DirectShow video codecs in OGG
framework... Now get ready for DivX OGG files :)
<http://www.stud.fernuni-hagen.de/q5045045/>
--
Jernej Simoncic, jernej.simoncic@guest.arnes.si
http://www2.arnes.si/~sopjsimo/
ICQ: 26266467
The intelligence of any discussion diminishes with the square of the
number of participants.
-- Walinsky's Law
2001 Jun 28
2
OGG commandline decoder
Is there any Ogg-Vorbis command-line decoder for Windows (or DOS)?
--
Jernej Simoncic, jernej.simoncic@guest.arnes.si
http://www2.arnes.si/~sopjsimo/
ICQ: 26266467
--- >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'
containing only the word
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
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:
2004 Jan 07
2
How to split an Ogg Vorbis stream?
I looked through the archives and I didn't really seem to find the answer
to what my question.
I used wget to get an audio stream from a site and now I would like to be
able to split up the stream into the individual songs. The site is nice
enough to encode the artist and track name in each new song. This info is
displayed in Winamp when the song plays. Doing an xxd dump of the file I
can
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.
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
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
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
2008 Aug 28
4
Help with shading a polygon below a segment of a curve (normal distribution)
Dear R users,
I still feel new to R so please apologize if I am doing something stupid
here. My use of the polygon() function produces a result that I cannot
comprehend: In a plot, I would like to shade the area below a normal
distribution. However, I do not want the entire area to be shaded, but
just the area on the right side of a vertical line that I draw through
the distribution (in
2009 Jun 25
2
Splitting Ogg Vorbis file
Hi there,
in fact, my purpose is to write tool which will allow one to split ogg
file with vorbis audio *and* theora video codecs, but at first I'd
like to understand how the splitting of Ogg Vorbis stream works. So I
looked at existing tools that split Ogg Vorbis audio files, i.e.
`vcut' utility in vorbis-tools package, and Ogg plugin from
`libmp3splt', but I found that engine code
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
2007 Jan 03
1
User defined split function in Rpart
Dear all,
I'm trying to manage with user defined split function in rpart
(file rpart\tests\usersplits.R in
http://cran.r-project.org/src/contrib/rpart_3.1-34.tar.gz - see bottom of
the email).
Suppose to have the following data.frame (note that x's values are already
sorted)
> D
y x
1 7 0.428
2 3 0.876
3 1 1.467
4 6 1.492
5 3 1.703
6 4 2.406
7 8 2.628
8 6 2.879
9 5 3.025
10 3 3.494
2011 Jan 21
3
Function comparable to cutpt.coxph from "Survival Analysis using S"
Dear Mrs Rachel Pearce,
I am looking for a function "cutpt-coxph" in R - like you did some years ago.
How have you solved the problem? Have you found it or a similar function?
thank you, Sincerely, Friederike
"The title says it all really; I am looking for a function along the lines of
cutpt.coxph as described in "Survival Analysis Using S" (Tableman and
Kim), Chapter
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
2012 Oct 20
1
Logistic regression/Cut point? predict ??
I am new to R and I am trying to do a monte carlo simulation where I
generate data and interject error then test various cut points; however, my
output was garbage (at x equal zero, I did not get .50)
I am basically testing the performance of classifiers.
Here is the code:
n <- 1000; # Sample size
fitglm <- function(sigma,tau){
x <- rnorm(n,0,sigma)
intercept <- 0
beta
2004 Jul 07
3
Creating Binary Outcomes from a continuous variable
Dear List:
I have searched the archives and my R books and cannot find a method to
transform a continuous variable into a binary variable. For example, I
have test score data along a continuous scale. I want to create a new
variable in my dataset that is 1=above a cutpoint (or passed the test)
and 0=otherwise.
My instinct tells me that this will require a combination of the
transform