search for: datares

Displaying 20 results from an estimated 46 matches for "datares".

Did you mean: dataref
2001 Feb 15
3
mixing and 'downgrading' of vorbis-files
Greetings, I was wondering some things: For a internet radio-station (e.g. using mp3 and hopefully using ogg soon), appart from the basic 'streaming' functionallity, there are two things that are also important - mixing music - 'downgrading' a signal to a lower datarate. Concerning 'mixing' music, it would be interesting to be able to mix two ogg-files without the need to
2003 Jan 29
1
AW: PlusV algorithm -> CBR
fwiw, there are definitely applications that would use Vorbis but can't until there is a _strict_ CBR mode. Meaning, architecturally the datarate simply cannot exceed X no matter what happens to the quality. Send silence if you have to, but limit the datarate. -dbm -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef
2007 May 23
1
I made some progress on my previous "systemfit" question but still not quite there
...colnames(tempmat)<-c("AUD.l1","CHF.l1","CAD.l1","GBP.l1","EUR.l1","JPY.l 1") rownames(tempmat)<-c("AUD","CHF","CAD","GBP","EUR","JPY") eqn<-list() for ( i in 1:6 ) { datares <- tempmat[, which(restrictmat[i, ] == 1),drop=FALSE] eqn[[i]]<-paste(rownames(tempmat)[i]," ~","-1","+",colnames(datares)) print(eqn[[i]]) } The only problem now is that I don't know how to name them so that I can do the system<-list( demand = eqDeman...
2007 May 23
0
Changing sequential regression code to call systemfit
I use code ( actually its code from vars package and its directly below ) to do a sequence of lm calls and the data I use from the matrix depends on restrictions. for(i in 1:K){ datares <- datasub[, which(x$restrictions[i, ] == 1),drop=FALSE] y <- yendog[, i] lmres <- lm(y ~ -1 + ., data=datares) # x$varresult[[i]] <- lmres # x$resid[, i] <- resid(x$varresult[[i]]) } I would like to modify the code to make one call to systemfit because I rea...
2014 May 04
2
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
The following commit from about a year ago removed nouveau_dp_dpms() which did steps required to suspend and resume a monitor connected via DisplayPort. commit 0a0afd282fd715dd63d64b243299a64da14f8e8d Author: Ben Skeggs <bskeggs at redhat.com> Date: Mon Feb 18 23:17:53 2013 -0500 drm/nv50-/disp: move DP link training to core and train from supervisor My computer with
2009 May 05
1
oggz-merge / oggJoin with files created with oggCat
> > I think, I got the problem: > > When I re-encode both audio files with the same quality/bitrate, oggCat/oggJoin works as expected. > > The reason, that it does not work, is as follows: I had a lot of trouble concatenate the audio-files (as I was starting with video only). In many cases, the concatenation works even if the bitrate does not correspond (correct me if I am
2014 May 05
1
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
On 5 May 2014 01:43, Ben Skeggs <skeggsb at gmail.com> wrote: > On Mon, May 5, 2014 at 4:48 AM, Sergei Antonov <saproj at gmail.com> wrote: >> The following commit from about a year ago removed nouveau_dp_dpms() which >> did steps required to suspend and resume a monitor connected via DisplayPort. >> >> commit 0a0afd282fd715dd63d64b243299a64da14f8e8d
2000 Jul 11
0
VBR encoding in ogglame? (BOUNCE vorbis@xiph.org: Non-member submission from [Jesse Hammons <jessehammons) (fwd)
------- Forwarded Message From: Jesse Hammons <jessehammons@yahoo.com> Reply-To: jhammons@alumni.princeton.edu Subject: VBR encoding in ogglame? To: vorbis@xiph.org Cc: vorbis-dev@xiph.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello, I ran a little test where I encoded an audio file at a bunch of different data rates. The results are here:
2000 Jul 11
0
VBR encoding in ogglame? (BOUNCE vorbis-dev@xiph.org: Non-member submission from [Jesse Hammons <jesseham) (fwd)
------- Forwarded Message From: Jesse Hammons <jessehammons@yahoo.com> Reply-To: jhammons@alumni.princeton.edu Subject: VBR encoding in ogglame? To: vorbis@xiph.org Cc: vorbis-dev@xiph.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello, I ran a little test where I encoded an audio file at a bunch of different data rates. The results are here:
2003 Jun 11
5
question about ogg mapping
Question: is it permissible to put more than one frame packet into a page? At 30 fps, Ogg page overhead is on the order of 8 - 10 kbits/sec. At low datarates, this is going to be unacceptable. If I shove a few frames into a page, how does this affect the granulepos stuff? ___ Dan Miller (++,) Founder, On2 Technologies <p>--- >8 ---- List archives: http://www.xiph.org/archives/
2014 May 04
0
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
On Mon, May 5, 2014 at 4:48 AM, Sergei Antonov <saproj at gmail.com> wrote: > The following commit from about a year ago removed nouveau_dp_dpms() which > did steps required to suspend and resume a monitor connected via DisplayPort. > > commit 0a0afd282fd715dd63d64b243299a64da14f8e8d > Author: Ben Skeggs <bskeggs at redhat.com> > Date: Mon Feb 18
2002 Apr 15
1
Re-encoding digital broadcast to Ogg?
I think everyone here will appreciated that re-encoding an already encoded/ decoded audio track is a bad idea and can create pretty bad artefacts in recording. Whilst watching 'Later with Jools Holland' last Friday, India Arie gave a very good performance which I thought I would have been good to keep, I then realised that since I was watching via digital TV that this audio will have
2013 Feb 11
22
[Bug 60704] New: [nouveau, git regression] - I2C PWM fan control broken on nv50 adt7475 on kernels 3.3.x+
https://bugs.freedesktop.org/show_bug.cgi?id=60704 Priority: medium Bug ID: 60704 Assignee: nouveau at lists.freedesktop.org Summary: [nouveau, git regression] - I2C PWM fan control broken on nv50 adt7475 on kernels 3.3.x+ QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified
2003 Feb 26
7
[OT] Just saying hi!
I hope this list is small enough for not beeing banned when introducing oneself. So... Hi, I just subscribed to the theora-lists. I'm from the XVID project, so I know a deal about video and MPEG-4 in particular, but nothing about Vorbis/Theora etc., That's why I'm here, because I'm interested in patent-free alternatives. I guess there is no documentation of the current status
2003 Mar 25
4
Fixed Quantizer - Fixed Quality
Here's the problem: > 2) Encoding with rate control as in single pass "Bitrate > control" will not > lead to better quality than fixed quant (with the right value > of the fixed > quant). Ratecontrol doens't know anything about "quality". It > will try to > reach more-or-less CBR. > > But somehow this is not a fair comparison, because
2012 Apr 20
0
DIscrete choice mlogit
Hi I am trying to estimate stated preferences for Tv sets by using mlogit. The choice set is designed as with 4 attributes: [ brand(has 4 levels), technology(has two levels), class[has 4 levels), price(has 4 levels)] There are 16 choice sets with 4 alternatives each one (i.e. each respondent has evaluated 64 cards in total). Therefore, there are 64 rows in the table below. The data in csv file
2013 Dec 04
1
Testing failover and recovery
Hello, I've found GlusterFS to be an interesting project. Not so much experience of it (although from similar usecases with DRBD+NFS setups) so I setup some testcase to try out failover and recovery. For this I have a setup with two glusterfs servers (each is a VM) and one client (also a VM). I'm using GlusterFS 3.4 btw. The servers manages a gluster volume created as: gluster volume
2007 Mar 05
2
USB 2 card
Were looking to hook up a Lacie 2TB external drive to be our little rdiff-backup volume and we need a usb 2 interface. Can anyone make a suggestion to a good USB2 PCI card for centos? Thanks, James
2014 Feb 14
2
[PATCH] drm/nv50/disp: use correct register to determine DP display bpp
Commit 0a0afd282f ("drm/nv50-/disp: move DP link training to core and train from supervisor") added code that uses the wrong register for computing the display bpp, used for bandwidth calculation. Adjust to use the same register as used by exec_clkcmp and nv50_disp_intr_unk20_2_dp. Reported-by: Torsten Wagner <torsten.wagner at gmail.com> Reported-by: Michael Gulick <mgulick at
2006 Nov 09
2
USB disk dropping out under light load
Hi all, I'm running a pretty updated CentOS4 x86_64 server (Still on kernel 2.6.9-42.0.2, but appart from that fully up to date against the official repos) with a USB-disk attached (the USB-disk is a 750G Seagate disk in a Seagate enclosure) over a USB hub. I've noticed several times that after longish periods of activity, the disk drops out (log from last time, below). In this case,