Displaying 20 results from an estimated 200 matches similar to: "vcut(1) and its manpage"
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 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
2010 Jun 05
1
Write.fwf works from Mac, throws different number of row error in Windows
Hello,
I am having a problem with write.fwf in Windows. I wrote a code to ingest a
number of text files with weather data in them, process them, and then
output a text file with two parts: 1) a set of column names, 2) the
processed data table.
I wrote and tested the program on my Mac, and it worked fine. However, on
the windows machine, where I intend the work to be done, when I run the
2013 Apr 24
1
R Interactive Mode
Dear all,
We are doing some research about the time series analysis of NDVI, and
we found the NDVITS package which is a very great tool.
Unfortunately when we run it, after TimeSeriesAnalysis it asks to enter
"Village or Country".
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
2013 Apr 23
1
One more question please...
I executed the code in rstudio successfully:
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
ndvidirectory=paste(system.file("extdata/VITO_Mzimba",
package="ndvits"), "/", sep="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"
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
2008 Aug 29
0
Preliminary vcut patch for chained streams
Hi all,
The attached patch for vorbis-tools 1.2.0 fixes vcut so it can handle
multiple chained Vorbis streams in the input file. This restructures
large parts of the program to avoid duplicating code (e.g.,
process_first_stream and process_second_stream were very similar).
The error handling is still incomplete, but I'd appreciate hearing any
comments people have on this version.
I think
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.
2013 Apr 23
0
One more question...
Thanks a lot Andrija...
I run the following in Rsutdio:
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
ndvidirectory=paste(system.file("extdata/VITO_Mzimba",
package="ndvits"), "/", sep="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"
2013 Apr 23
0
Need a little help about this script...
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
ndvidirectory=paste(system.file("extdata/VITO_Mzimba",
package="ndvits"), "/", sep="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"
shapedir=paste(system.file("extdata/shape",
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
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 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
2011 May 10
1
Saving multiple 3x3 TIFF graphics inside a loop
Dear Friends,
I have been trying to save multiple 3x3 (mfrow=c(3,3) graphics inside a loop
using tiff figure format (not using PDF or savePlot functions) with no
success. Could you please help?
Here is a simplified example code:
dat=data.frame (ID=rep(1:10,each=10),IDV=rep(seq(1:10),times=10))
dat$DV <- with(dat, 50+15*IDV)
dat=dat[order(dat$ID,dat$IDV),]
for(i in 1:10){
dt1 =
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 Aug 01
0
[: Re: [fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)]
For some reason this didn't make the list and I got no approval
message... this time I'll force the From to be my subscribed
address. Bug in Monty's new filtering system? Anyway, here goes again.
----- Forwarded message from -----
Date: Thu, 1 Aug 2002 10:24:46 -0400
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] [fwd] CVS: ogg123 rocks! vcut no so much so... (from:
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
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