Displaying 20 results from an estimated 6000 matches similar to: "encoder problem"
2001 Sep 10
1
My little tools, if you're interested... :)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I made these nifty pythonscripts to make my ripping+encoding+sorting easier.
They are designed to use in Grip.
w_oggenc:
Call this instead of oggenc in Grip with the command-line:
"%A" "%d" "%t" "%a" "%n" "%y" "%G" "%i"
Now you can put additional info in the
2000 Sep 14
5
ListenAddress option.
How do I compile OpenSSH so that I can use:
ListenAddress 0.0.0.0
in my sshd_config file ?
Currently I get:
[root at dark openssh-2.2.0p1]# sshd -d
debug: sshd version OpenSSH_2.2.0p1
debug: Seeding random number generator
debug: read DSA private key done
debug: Seeding random number generator
error: getnameinfo failed
fatal: Cannot bind any address.
if I try to use "ListenAddress
2003 Aug 28
1
Fw: Re: GZIP, ZIP, ISO, RPM files and rsync, tar, cpio
On Thu, Aug 28, 2003 at 12:51:16PM +0300, Sviatoslav Sviridov/Lintec Project wrote:
>
> Sorry for direct reply, but mail server at samba.org blocks my messages.
Postmasters, Martin, For your consideration.
> Begin forwarded message:
>
> Date: Thu, 28 Aug 2003 12:43:54 +0300
> From: Sviatoslav Sviridov/Lintec Project <svd@lintec.minsk.by>
> To: rsync@lists.samba.org
2000 Sep 10
0
OpenSSH and PAM
Does OpenSSH support PAM fully ?
OpenSSH does not prompt the user for a new password if it has expired. It
simply says "Warning: You password has expired, please change it now".
My /etc/pam.d/sshd file is:
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_unix.so shadow nullok
auth required /lib/security/pam_nologin.so
account
2003 Feb 01
0
Fw: Re: [Apt-rpm] I: [PATCH] 0.5.4cnc9: rsync method support
Hello,
It would be goog if attached patch will be included in upstream. This
patch adds option --apt-support for rsync and with this option rsync
will print some additiona information about file being transfered. No
program logic changed. Having this option in rsync we can have apt with
rsync method support.
Begin forwarded message:
Date: Fri, 31 Jan 2003 11:34:14 -0200
From: Gustavo Niemeyer
2010 Dec 04
1
testing and ploting t-distribution
Hi there,
I am doing a test to see the the residual is distributed in the form of t-distribution and trying to plot the residuals and the t-distribution to compare in the graph.
Cheers,
Bill
----- Original Message -----
From: r-help-request@r-project.org
Date: Wednesday, December 1, 2010 1:29 am
Subject: confirm 1f8ffd55c611e2b0ed4ed4d2b79a8d9b30182a95
To: 5qy@queensu.ca
> Mailing
2001 Sep 10
1
Multiresponse parameter estimation
I am looking for a way to do multiresponse parameter estimation for a
problem that is quite similar in form to the alpha-pinene example in Bates
and Watts (1988), p. 147, where the model is a set of ODEs. I am
specifically interested in obtaining the parameter covariance matrix, as
well. Which package(s) in R would I use to do such a thing?
Mark Schaffer
Dept. of Chemical Engineering
2001 Aug 24
3
RECORDNUMBER
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I am going to encode almost 2000(!) CDs to OGG soon and I will use the tag
RECORDNUMBER (as opposed to TRACKNUMBER) to indicate which record in a
multi-cd-album it is. Maybe I'll also use the tag RECORDNAME if the record
also has a name (eg Nine Inch Nails/Fragile's records are called Left and
Right).
Please make this tag (at least
2003 Feb 20
2
[Apt-rpm] I: [PATCH] 0.5.4cnc9: rsync method support
Sviatoslav Sviridov [mailto:svd@ns1.lintec.minsk.by] wrote:
>It would be good if attached patch will be included in upstream. This
>patch adds option --apt-support for rsync and with this option rsync
>will print some additional information about file being transfered. No
>program logic changed. Having this option in rsync we can have apt with
>rsync method support.
1. What is apt?
2008 Jan 30
2
func_odbc - trouble
Hello,
we are migrating an Asterisk install from Trixbox/Asterisk 1.2 to Elastix
0.92 with asterisk-1.4.17 on CentOS 5. I need to migrate an funtion that
consults a remote sybase database, using ODBC and freetds. On the new
server I am able to connect to the database using isql without problems.
When I try to connect from asterisk logs show:
pbx.c: Function ODBC_SQL not registered
Indeed I
2010 Oct 10
1
Create single vector after looping through multiple data frames with GREP
Hello all,
I changed the subject line of the e-mail, because the question I''m posing now is different than the first one. I hope that this is proper etiquette. However, the original chain is included below.
I've incorporated bits of both Ethan and Brian's code into the script below, but there's one aspect I can't get my head around. I'm totally new to programming
2009 May 19
2
problem with installing a local zip file : GFCURE
Dear all,
I am trying to install a package called "GFCURE" from a local zip file. This package fits a cure survival model and has been downloaded from:
http://post.queensu.ca/~pengp/software.html
The problem is that when I try to install this package from a local zip file using R, I've got the following error message:
Error in gzfile(file, "r") : cannot
2000 May 28
1
Warning for expired password
Is it possible to get sshd to report the number of days till a password
expires after a login ?
If not, how else could I do it ?
Thanks
___________________________________________________________
Paul Faure paul at engsoc.carleton.ca
2014 Mar 31
0
[PATCH] Fix encoding issues, add news and artists
This patch fixes a few non-ASCII characters which were displayed
wrong, adds news about Pono and adds a few artists to the links
page
---
comparison.html | 10 +++++-----
feeds/feed.xml | 18 +++++++++++++++++-
links.html | 3 +++
3 files changed, 25 insertions(+), 6 deletions(-)
diff --git a/comparison.html b/comparison.html
index 8e6b74b..daa0906 100644
--- a/comparison.html
+++
2011 Mar 30
1
sampling design runs with no errors but returns empty data set
Dear colleagues,
I'm working with the 2008 Canada Election Studies (http://www.queensu.ca/cora/_files/_CES/CES2008.sav.zip), trying to construct a weighted national sample using the survey package.
Three weights are included in the national survey (a household weight, a provincial weight and a national weight which is a product of the first two).
In the following code I removed variables with
2001 Jul 19
2
win32: Encoder using vorbisenc.dll - AV?
Hello,
When I compile either oggenc or encoder_example with static libraries, they
work fine, but when I try them with the dynamic libraries, I get an access
violation in vorbisenc.dll with both oggenc and encoder_example. Can anyone
on win32 confirm this?
It's strange because vorbisfile.dll *does* work with vorbisfile_example,
and the configuration for vorbisfile.dll is exactly the same
2013 Sep 22
0
GCC generates slow code for IA32
On 22-09-13 10:31, lvqcl wrote:
> I measured encoding speed of 24-bit WAV files. It turns out that 32-bit
> encoder made by GCC is ~1.7x times slower than 32-bit encoder made by MSVS.
Strange, I'm not able to reproduce your findings. I did found something
rather odd though. I thought MSVC, ICL and GCC would produce the same
files, but for some reason a GCC compile creates slightly
2002 Nov 15
1
Re: [MP3 ENCODER] Re: Quality problem reencoding
Dan Nelson (dnelson@allantgroup.com) wrote:
> I guess the problem might be oggenc's option parser, then. Given a
> stereo 22050hz input file, I can't seem to get oggenc to encode less
> than 22kbits. The lowest bitrate it will allow on the commandline (for
> 22050hz/2ch input) is -b 30, but if you also add -M 1, it will generate
> a file with an average bitrate of 22.
$
2010 Oct 06
2
Converting scraped data
Dear Colleagues,
I used this code to scrape data from the URL conatined within. This
code should be reproducible.
require("XML")
library(XML)
theurl <- "http://www.queensu.ca/cora/_trends/mip_2006.htm"
tables <- readHTMLTable(theurl)
n.rows <- unlist(lapply(tables, function(t) dim(t)[1]))
class(tables)
test<-data.frame(tables, stringsAsFactors=FALSE)
2015 Feb 20
0
CentOS 6.5 Openssh Pam sshd config
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello.
Our products use CentOS 6.5 and we would like to deploy them with custom
openssh RPMs. I have downloaded the sources from
http://athena.caslab.queensu.ca/pub/OpenBSD/OpenSSH/portable and built
the RPMs, but the PAM configuration file is wrong after installation.
When I install the default openssh-5.3p1 RPMs from the CentOS 6.5
repository,