Displaying 20 results from an estimated 1000 matches similar to: "Firefox plugin to auto convert audio files into Ogg"
2004 Aug 05
7
vorbis-tools build install problem
kjoonlee@blacksun:~/xiph/vorbis-tools$ make install
Making install in po
make[1]: Entering directory `/home/kjoonlee/xiph/vorbis-tools/po'
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *)
echo ".././mkinstalldirs" ;; esac` /home/kjoonlee/share
/bin/sh: .././mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
2005 Apr 11
2
Volume changing à la MP3Gain?
Hullo,
There's a program called mp3gain which can be used to alter the volume
of an MP3 file in 1.5 dB steps. I once heard somewhere (I can't
remember *where*, but I swear) that something similar is possible with
Vorbis files, but in approximately 2.2 dB steps.
Is this true, or is my memory at fault? If it's possible to change the
volume of a Vorbis 1.0 file, could someone please
2005 Nov 05
2
Vorbis comment support in WMP
Hullo,
http://wmptagext.sourceforge.net/
This program claims to add APEv2 tagging support for various formats
to Windows Media Player. Its Vorbis support is incomplete (it adds
APEv2 to .ogg files!) but I hope the media library functionality can
be integrated with Illiminable's DirectShow filters.
I haven't really tried it yet. YMMV.
Cheers,
Kyungjoon Lee
2006 Jan 07
2
Some comments on the Vorbis FAQ
Hi,
http://www.vorbis.com/faq/#mean points to
http://www.xiph.org/xiphname.html, which is dead. The actual content
is at http://www.xiph.org/xiphname.shtml
The Xiph names page seems to be in UTF-8, but its meta tag mentions
ISO 8859-15, which can cause problems with raw characters for the
pronunciations.
I propose the use of the International Phonetic Alphabet. How about
[?g]/[?g] for Ogg and
2006 Jun 25
5
Where should I put an Bugreport of OggEnc
Hi There,
I have a problem with OggEnc v1.0.2.
Can you tell me, where to put or to post a bug report?
The problems eare with some speciel charakters - used in Europe
(Denmark, Norway, Sweden, Germany, Austria, etc..)
Some Examples:
Hin Vordende Sod & S?
^
02_Bruderov paa H?gstadtun.ogg
^
03_Huldradans - Hin Gr?nnkledde.ogg
^
2006 Mar 15
4
RJS template eating encoding
I was previously doing an update via .rhtml templates creating an AJAX
:evaluate_remote_response. I use UTF-8 in my pages, and my app
requires that I be able to, say, put Japanese characters in.
The problem is that when I switched this over to an RJS template it
started eating the encoding. I now get garbage characters where before
I got the correct ones.
The code for the RHTML:
<%=
2008 Aug 18
1
Converting monthly data to quarterly data
Dear R users,
I have a dataframe where column is has countries, column 2 is dates
(monthly) for each countrly, the next 10 columns are my factors where I have
measurements for each country and for each date. I have attached a sample
of the data in csv format with the data for 3 countries.
I would like to convert my monthly data into quarterly data, finding the
mean over 3 month periods for
2017 Aug 17
3
Can't recursively delete mailboxes
Hi,
This appears to be some sort of dovecot bug. When I use the -r option to recursively delete a mailbox and sub-folders, it removes the sub-folders but not the inbox. It gives me the error below:
doveadm mailbox delete -u denise at lifelinetechnique.com.au -r -s inbox
doveadm(denise at lifelinetechnique.com.au): Error: Can't delete mailbox inbox: INBOX can't be deleted.
Our user
2006 Jul 22
2
redirect_to error
Hi,
I have a redirect_to statement in a method that I would like to have
at the end of the method to take you to a ''Success'' page if
everything works.
When I hit the redirect_to statement, ( redirect_to :action =>
''show_success'' )
I get this in the browser:
Application error
Rails application failed to start properly"
The development.log
2006 Jun 28
2
perform_deliveries = false
Hi,
Can someone explain the proper use of the use of perform_deliveries
in the environment.rb file??
ActionMailer::Base.perform_deliveries = false
I just moved a new controller to the production version of an app,
but wanted to be sure everything was properly configured before
sending out a big mailing, so I set perform_deliveries = false,
believing that would prevent mail from being
2011 Nov 12
1
Subsetting data leads to funky plots
I'm trying out a basic plot, but something about the way I subset my data
leads to problems with the plot.
Here is the first bit of my data set
year,date,location,quadrat_juvenile,photo_location,photo_exists,genus,count,divers
2005,2005-04-30, 1 Fringing Reef,1, 1 Fringing Reef Coral Transect Pole 1-2
Quadrat 1,t,Acanthastrea,0,HP+MEM
2005,2005-04-30, 1 Fringing Reef,1, 1 Fringing Reef
2011 Oct 20
2
Expire plugin not executing for sieve plugin?
Running dovecot 1.2.12 on ubuntu 10.10. Here is the problem: I have
mysql backend for expire. I am using the dovecot-postfix package which
creates /etc/dovecot/conf.d/01-mail-stack-delivery.conf which looks like
this:
# Some general options
protocols = imap imaps managesieve
disable_plaintext_auth = no
ssl = yes
ssl_cert_file = /etc/ssl/certs/ssl-mail.pem
ssl_key_file =
2009 Aug 23
3
zfs send/receive and compression
Is there a mechanism by which you can perform a zfs send | zfs receive
and not have the data uncompressed and recompressed at the other end?
I have a gzip-9 compressed filesystem that I want to backup to a
remote system and would prefer not to have to recompress everything
again at such great computation expense.
If this doesn''t exist, how would one go about creating an RFE for
2008 Jul 28
3
speeding up loop and dealing wtih memory problems
Dear All and Mark,
Given a dataset that I have called dat, I was hoping to speed up the
following loop:
for(i in 1:835353){
for(j in 1:86){
if (is.na(dat[i,j])==TRUE){dat[i,j]<-0 }}}
Actually I am also having a memory problem. I get the following:
Error: cannot allocate vector of size 3.2 Mb
In addition: Warning messages:
1: In dat[i, j] <- 0 :
Reached total allocation of 1535Mb: see
2006 Mar 16
1
sql functions in cru ( not d )
Hi,
I''m looking at ways to encrypt email addresses rather than storing
them directly in the database.
There are several ways that it could be done. I could make an
Encrypter class and use before_update, etc. Or I could set up an
updatable VIEW in mySql. (I guess triggers might be another
possibility.)
However, what I would really LIKE to do is use the handy AES_ENCRYPT
and
2007 Jul 23
2
FLAC: editing software
yes I know I can do that, but my question is if there is software to edit
FLAC files without having to uncompress to WAV/recompress to FLAC.
2007/7/23, Avuton Olrich <avuton@gmail.com>:
>
> On 7/23/07, Harry Sack <tranzedude@gmail.com> wrote:
> > hi
> >
> > does somebody know software for editing FLAC files? So I just want to
> cut
> > some pieces
2005 Jun 06
1
Newer iPods can now play Vorbis
Hullo, PP5020-based iPods can now play Vorbis in real-time, with iPodLinux!
http://www.ipodlinux.org/blog/index.php?p=18
I got this from Hydrogenaudio.
http://www.hydrogenaudio.org/forums/index.php?showtopic=34602
Cheers,
Kyungjoon Lee
2013 Mar 27
4
zlib vs lzo uncompress speed, ssd vs nossd
I just setup a new SSD with my laptop root filesystem, and at the time I
though, "eh, I''ll just use zlib compression during the first copy, and then
switch to lzo afterwards to maintain write speed when I''m using the laptop
after the copy and reboot".
Now, I rebooted with the new ssd and zlib compressed rootfs, and it seemed
to boot slower than it did before with the
2015 Oct 13
2
Second DC doesn't recognize users/groups on getent
Hello,
I just realized that my second DC does not recognize the users from the AD.
wbinfo -u/-g are working just fine.
[root at dc1 ~]# id bruno.castro
uid=10004(POL\bruno.castro) gid=100(users)
grupos=100(users),10001(POL\ti),3000009(BUILTIN\users)
[root at dc2 ~]# id bruno.castro
id: bruno.castro: no such user
[root at dc1 ~]# wbinfo -i bruno.castro
POL\bruno.castro:*:10004:100:Bruno de
2006 Nov 21
1
Installing 2.4.0
Hello,
I'm trying to install R 2.4.0 on a SunOS 5.10 Generic_118833-24 sun4v
sparc SUNW,Sun-Fire-T200 machine. The machine has gcc version 3.3.2 and
gcc version 2.95.3 20010315 (release). When I try to compile using 3.3.2
I get an error with signal.h included from dcigettext.c. When I compile
using gcc 2.95.3 I get an error with va_copy.
"Undefined symbol va_copy first referenced