Displaying 20 results from an estimated 2000 matches similar to: "Snipping the beginning off Theora files"
2006 Jan 10
2
Guadec 2005 and DirectShow Filters
Hello all,
I have been trying to play the Guadec Theora files (
http://stream.fluendo.com/archive/6uadec/ )
on Windows with no success. At first I thought it was just the machine
which I was trying it on, but I now have seen another machine play other
Theora files (Systm, Ubuntu Below Zero) without problems, but treat
Guadec as just being audio files. I do also have another machine here
which
2009 Feb 08
1
[libvorbis] Bugfix: seek broken for large files and on pure 32 bit architectures
In file vorbisfile.c, function
int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos)
the calculation of the approximate seek point causes an overflow for
very large files and on pure 32 bit architectures.
/* take a (pretty decent) guess. */
bisect=begin +
(target-begintime)*(end-begin)/(endtime-begintime) - CHUNKSIZE;
The temporary expression (target-begintime)*(end-begin)
2008 Dec 10
3
How to fix broken ogg/theora files
Hi there,
I haven't been on this list until now, so I wasn't aware of this problem until last night ;-) - sorry for that.
I am working on a patch for oggCut for that issue (looks good actually but I would like to do some testing befor I can release a patch.)
Normal players are not effected by the page time misordering, so I took this issue as "minor". The reason for the
2005 May 31
2
POSIX problem
I am having trouble with creating a POSIXct object. If I create a variable
of class Date first out of the date part of my data, I am ok, but if I
just paste the date and time parts together and try and create the POSIXct
object, I have problems.
Here is a toy example created from the actual data which caused the
problem. I am using R 2.0.1 on Windows XP.
> # Data frame with dates and
2008 Jan 30
2
Installation and config; not found driver
Hi all.
I'm under Ubuntu 7.10 server
I use a SALICRU UPS Advance
I install nut and nut-usb, write some config files, but i cannot connect to
UPS.
At ups.conf i wrote:
[salicru]
driver = newhidups
port = auto
desc = "Desc"
But if try to make "sudo upsdrvctl start" it said: No matchin HID UPS found
If i write "lsusb" appears:
Bus 001: Device 007: Id
2004 May 23
4
Various Ogg Vorbis largefile notes and/or patches
Greetings one and all;
I'm not subscribed to this list so I'm first sending this message
to verify that mails from me make it through, and then later I'll
send the juicy messages with patches. Also, the address I'm using
is IPv6-only and doesn't often work, so drop me from any replies
and I'll catch the archives, or drop only the hostname part to get
an IPv4 address that
2004 Nov 16
4
kde theora encoder frontend
just to let you know I posted a frontend to
ffmpeg2theora and mencoder using the latest kommander.
It's still in early developement but it'll get more
feature with the time hopefully :)
http://kde-apps.org/content/show.php?content=17831
Pat
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
2015 Jul 30
0
Top posting or not/ no snipping : was rsyslog.conf
On 07/30/2015 10:24 AM, Wes James wrote:
> What?s even more irritating to me than top posting is when someone replies to a message that takes two page scrolls to get to the bottom then there?s only a few words that are unrelated to the actual message! What?s worse, top posting or no snipping?
>
No snipping with bottom posting is worse than any top posting, IMHO. It
wastes space and time
2015 Jul 30
1
Top posting or not/ no snipping : was rsyslog.conf
On 7/30/2015 8:13 AM, Lamar Owen wrote:
> No snipping with bottom posting is worse than any top posting, IMHO.
> It wastes space and time and is equally bad in digests. But you're
> not likely to get the worst offenders to change.
totally concur but as long as people are going to use cell phones as
mobile computer substitutes, and considering how painful text editing on
a
2007 Sep 23
5
Burn flac to cd
> You don't. Audio CDs don't support ReplayGain tags. The only thing
> you may do on Audio CDs is to use Volume Normalize techniques
> available on certain programs. Normalization of sound is not a good,
> clean thing, though.
Surely it would be possible to have something apply the ReplayGain to
the WAV after decoding and prior to writing them to CD... but I don't
know
2014 Mar 17
5
LD50
Quiero comparar varias dosis letales 50% (LD50) usando análisis probit. He
seguido un ejemplo que viene en paquete DRC, pero no obtengo el resultado
esperado. Lo que quiero es saber si las LD50s, son diferentes y si la
diferencias son estadísticamente significativas.
Gracias de antemano.
José Arturo
e-mail. jafarfan@uady.mx <grejon@uady.mx>
e-mail alterno. jafarfan@gmail.com
2007 Sep 28
4
re-encode tool win32
2007/9/28, Aaron Whitehouse <lists@whitehouse.org.nz>:
>
> > Under linux/bash, it would be something like....
> > cd /MusicDirectory
> > find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}'
> \;
>
> Wouldn't it be nice if it was something closer to:
> flac --reencode --recursive -8 *.flac
I think this would
2005 Jul 03
10
CDex and Flac
I am using CDex to encode my music into Flac. I am using the latest
version of Flac (with the frontend etc.) and sending the rips to it as
an 'external encoder' with the string:
-8 -o %2 -T "artist=%a" -T "title=%t" -T "album=%b" -T "date=%y" -T
"tracknumber=%tn" -T "genre=%g" -
However, I am getting the below output/error with
2006 Feb 14
3
Does anyone know of any car Ogg-Vorbis players?
Hello all,
There are quite a few of my friends that are looking for new stereos for
their cars. They have a large proportion of their music in Ogg-Vorbis
format and are having no luck finding anything that is able to support
the files.
Can anyone offer any suggestions?
Aaron
--
http://www.whitehouse.org.nz
2005 Oct 21
2
Ogg Vorbis bitrate peeling bounty on Launchpad
Hello all,
Just a quick note to let you all know that I have placed a bounty on
Lauchpad to get bitrate peeling added to Vorbis. It is a feature that I
think we would all like to have, and would probably pay something to
get, but it hasn't been done.
My request to you is to add to the bounty. I have seeded it with US$20,
which is not enough to motivate a developer to get it done, but I am a
2007 Sep 27
4
re-encode tool win32
Under linux/bash, it would be something like....
cd /MusicDirectory
find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}' \;
Or to simplify and not test each file before re-encode....
find . -type f -name "*.flac" -exec flac -8 {} \; -print
Can someone translate this into NTBatch? Basically, recursive "dir" *.flac files as a
2016 Oct 20
4
logging TLS SNI hostname
On 20.10.2016 15:52, Arkadiusz Mi?kiewicz wrote:
> > ... -servername something
If you want to try out, try applying this patch...
>From 066edb5e5c14a05c90e9ae63f0b76fcfd9c1149e Mon Sep 17 00:00:00 2001
From: Aki Tuomi <aki.tuomi at dovecot.fi>
Date: Thu, 20 Oct 2016 16:06:27 +0300
Subject: [PATCH] login-common: Include local_name in login_var_expand_table
This way it can be used
2003 Aug 15
6
plot.lm mislabels points with na.exclude (PR#3750)
R 1.7.1 on Windows XP
The "normal Q-Q plot" produced by plot.lm() mislabels points
when the model is fitted using na.action=na.exclude. Example:
x <- 1:50
y <- x + rnorm(50)
y[c(5,10,15)] <- NA # insert some NA's
y[40] <- 50 # add an outlier
plot(lm(y ~ x, na.action=na.omit)) # outlier correctly labeled in all
# four plots
2005 Apr 21
3
Objects in R
Hi,
A few comments from a fairly experienced R user who
worked for several years on a R-based bioinformatics
analysis framework.
I don't want to misrepresent anyone's views, but...
There are real disadvantages to the
"objects-as-C-structs" and functions/methods which
"mutate" based on argument type. i.e. S4.
(1)Novices simply don't understand it.
2002 Jun 10
1
R's RNG produced garbage when called from f77 (Irix)
Dear R-help,
I've managed to crash R on Irix when I called a Fortran subroutine that
calls R's random number generator, as described in Section 5.6 of the R-exts
manual. (It does say in that section that this is not guaranteed to be
portable...) (Well, R doesn't crash when calling the RNG. It crashed when
the random number generated isn't inside the unit interval.)
Can anyone