Displaying 20 results from an estimated 309 matches for "gripping".
Did you mean:
ripping
2012 Sep 28
1
blank plot----how do I make symbols appear
Hi,
I am trying to create a scatterplot, coding each point to one of 5
populations. I was successful when I did this for one set of data, yet
when I try plotting other data a blank plot appears (although the axes are
labelled and I can fit the regression lines from each population). I have
tried a variety of things to fix this but nothing seems to work.
I can plot the points if I do not
2004 Sep 10
1
[Flac-users] Grip, FLAC, and album replay gain
OK, here's a problem:
I want to set the album replay gain in each track, but I'm using grip to
rip and encode the tracks one by one. grip knows that all the tracks are
on a single album, but FLAC sees them one at a time. I put the
--replay-gain
option on the FLAC command line, so it emits four comments into the
vorbis commebnt block, e.g.:
comment[9]:
2004 Sep 10
0
[Flac-users] Using Grip with FLAC
I looked around on the web, but I found no guidance on this subject, so
I'm guessing. Here is what I came up with. It appears to work on a
limited sample of CDs. Can anyone comment on whether or not this
is OK?
My system is Mandrake 9.0. My Grip is 3.0.1 (as supplied with
Mandrake 9.0)
My flac is 1.1.0, built from the source tarball. Mandrake ships
with 1.0.3, which does not appear to have
2000 Jul 01
1
Bugfix patch for vorbize, compat patch for grip
Hey.
Last night I hacked grip so that it'd allow me to use vorbize and comments with
grip. It's very ugly because grip'd need a bit of rearrangement in order to
facilitate the way the vorbis comments work (that is, the comments are not added
in after the encoded file has been written). Any one who wants to use it should
patch grip-2.94 (http://www.nostatic.org/grip), and make sure you
2005 Jun 05
1
New to CentOS, miss Grip
Hi there--
Just installed CentOS 4 the other night and can figure out how to
install Grip. I can't seem to satisfy the dependencies. Has anyone had
success? Is there a reason why Grip isn't part of the distro that I
should know about?
My old distro was FC2. This was a wholesale installation and not an
upgrade.
Any help would be appreciated.
Thanks,
Dick
--
Pithy saying goes
2000 Aug 20
0
HOWTO: Use grip as a great oggenc frontend.
I've seen a lot of people in many forums asking for vorbis frontends for
Linux.
A little bit ago, I switched my roomate over from encoding to mp3 to
encoding to vorbis. To make the transition as painless as possible I
wanted to let her continue using GRIP as her encoder frontend. To actually
accomplish this project, I realized that if any real work was required on
my part it would never be
2004 Sep 10
2
Wanted: Ripper that uses ID3V2 and FLAC
I've been with FLAC since 0.7, and I've loved the FLAC files I've ripped
with grip, converted from FLAC 0.8 to 0.9, and played constantly on my
desktop.
And then I noticed the truncated ID3 tags in my FLAC files. I at first
thought the problem lied in FLAC; I posted to this list, hoping for a
solution. But then I realized my trusty GRIP was the flawed program.
Now re-ripping my
2009 May 22
2
Error in FUN with tapply and by
A subset of my raw data looks like this:
--------------
"Grip" "Technique" "Baseline.integrated" "Task"
"Stroke..direction." "Engag" "Disen"
"PenDG" "PenUG" "PenDS"
"PenUS" "Duration"
-------------
2012 Oct 31
3
expand.grip for permutations
if i were to have a block size of 4 people and i want to assign a treatment
combination to the entire block, there would be 16 different treatment
combinations (TTTT, TTTP, TTPP, PTTP, etc.)
i am trying to get all 16 permutations and i am able to use this code below.
drugs=c('P','T');
comb=expand.grid(drugs,drugs,drugs,drugs)
for a block size of 3 the code would be
2004 Sep 10
4
news
I know the list has been pretty quiet lately but that is
actually a good thing I think... I've been putting the
finishing touches on 1.0, resolving the last remaining
bugs, and nothing new seems to have cropped up The
release should be this week.
After that I will probably switch to a new method for
releases. Stable ones will be released as normal, but
beta releases in between may only be
2004 Sep 10
1
ID3V1 and ID3V2 tags
Lo and behold, the new version of grip (http://www.nostatic.org/grip) has
ID3V2 support.
I want to be able to rip from grip, extract the data from the FLACs into
WAVs, normalize the WAVs, then re-encode them into FLACs.
How can I make sure the ID3V1 and ID3V2 tags stored by grip are saved in
between the FLACs? What shell commands can I use to store the tags in a
temp file?
Thanks for
2006 May 29
1
non-ajax data grip types
I am writing an application and I have a number of clients that are
using older browsers (Mac OS 9) and I am staying away from ajax stuff
because of them.
Is there a way to have to have a ''scrolling'' table rather than
pagination without ajax?
Craig
2007 May 03
2
Grip for CentOS 5?
Does anyone know where you can find an RPM for this? I'm just trying to
rip some MP3s on my upgraded box. The last of the things I can't do.
Preston
2004 Sep 10
2
Re: FLAC to mp3 batch converter?
Christian,
Sorry I don't think I was so clear with my explaination of what I
am doing. Your requirement flac -> mp3 is really a special case
of ripping, if you think of the entire chain....
normal ripping:
CD -> wav -> mp3
Your case is
[CD -> wav ->] flac -> wav -> mp3
Which is equivalent to:
flac -> wav -> mp3
I need this too and am proposing to use a ripping
2004 Sep 10
2
ID3-style information
I have a CD collection of about 20 discs that I currently archive on my
hard disk in MP3 format.
No, I do not like lossy compression. No, I do not like closed standards.
No, I do not like software patents (Fraunhofer).
In fact, I do not even need compression at this point, as my hard disk
capacity is greater than the sum total of the CDs' WAV-format sizes.
However, I need its ID3
2004 Sep 10
0
news
On Mon, Jul 16, 2001 at 11:24:43AM -0700, Josh Coalson wrote:
> I've checked in the majority of the changes. The only thing left are some
> recent 3dnow asm contributions and russian translation of the docs, which I
> will check in today. And the PIC problems with the assembly are still
> unresolved (more on that later). Let me know if I've missed anything.
My only
2000 Aug 27
2
Problems supporting rint.
I am coding with vorbis using mingw32 (g++ for win32 without the cygwin.dll
dependency). mingw32's math library does not support rint and I can't find
a replacement so I have tried the following:
Use Cygwin to execute ./configure.
Then:
(1) "make" with Cygwin - ok. Cygwin supports rint. I encode my Aerosmith's
"Get A Grip" .wav from the CD to .ogg with
2007 Jun 15
4
quick and easy way to convert id3-tagged flac to flac-tagged flac?
So before i knew better, i encoded a lot of my CDs in flac and added
id3 tags (they worked, so great!).
I know i've seen mention of others doing this; anyone gone to the
trouble to write a tag conversion tool? Shouldn't be too tough,
but i'd rather not reinvent the wheel.
danno
--
dan pritts
danno@umich.edu
734-929-9770
2004 Aug 06
2
Ices on Linux PPC
>
>
>you probably have an old release, maybe we should put some checks in to
>make sure.
>
It appears that I have version 1.0 rc2-1
I found the following RPM's with ogg or vorbis in the name:
libogg-devel-1.0rc2-1
libogg-1.0rc2-1
libvorbis-devel-1.0rc2-2
libvorbis-1.0rc2-2
vorbis-1.0rc2-1
I figured I better try to remove these before installing a new version
from source.
I
2008 Jun 10
6
Wine Question or Suggestion?
First off GREAT PROGRAM!
It's the Wine team that is loosening the tyrannical grip of the "Other" software company on the computer using community worldwide, while at the same time making it easy for Linux users to still have the use of the programs they are used to, in turn making a transition of operating systems easy.
That said, on to the issue. The issue is when using Wine