search for: x360

Displaying 8 results from an estimated 8 matches for "x360".

Did you mean: 360
2010 Jun 24
2
theora's encoding speed
Is there any way to get better encoding speed out of ffmpeg2theora? eg: <snip> Duration: 00:57:04.92, <snip> ET: 02:06:24 here is the command: ffmpeg2theora --soft-target -V303 -v4 -F25 -K25 --croptop 8 --cropleft 2 --cropright 2 -x360 -y288 --deinterlace --aspect 4:3 -H24000 -A56 --optimize "<filename.mpg>" also the bitrate, 300kbits == 297kb (3 kbit less) tom_a_sparks Light travels faster then sound, which is why some people appear bright, until you hear them speak
2005 Jan 13
1
Problem with SCSI controllers: Anaconda (and kernel option for grub/lilo)
...With CentOS (yes, I did an unattended kickstart install) the QLogic is recognized as the first controller, the ServeRaid as the second, so CentOS is installed on the external disks (which kills the database residing there). Is there any possibility (be it software or hardware if anyone knows the x360) to tell CentOS, that the ServeRaid controller has to be recognized as the first controller and the QLogic as the second? This goes for installation *and* operation later on, by way of a kernel command line or whatever. Thanks in advance, Ralph Angenendt -- Ralph Angenendt......ra at br-online.d...
2003 Nov 21
5
Disappointing IMPORT Performance Using 9i RAC with OCFS on Linux
Skipped content of type multipart/alternative
2003 Nov 21
5
Disappointing IMPORT Performance Using 9i RAC with OCFS on Linux
Skipped content of type multipart/alternative
2003 Nov 13
2
Disappointing Performance Using 9i RAC with OCFS on Linux
...non-RAC > RedHat 8.0 on Dual 1.8GHz Xeon (with hyperthreading), 1Gb RAM, 2 Ultra > 320 SCSI disks (not striped or mirrored) > > Solaris > Solaris 8 on Sunfire 280R, Dual CPU, 2Gb RAM, Disk subsystem details not > known > > RAC-OCFS & RAC-RAW > 2*(RedHat AS2.1 on IBM x360, Quad 1.5GHz Xeon, 7Gb RAM), Fibre connected > FastT Disk Array > > > Any comments? > > > Kevin Miller > Oracle Database Administrator > Burns e-Commerce Solutions > > > _______________________________________________ > Ocfs-users mailing list > Ocf...
2003 Nov 13
2
Disappointing Performance Using 9i RAC with OCFS on Linux
...non-RAC > RedHat 8.0 on Dual 1.8GHz Xeon (with hyperthreading), 1Gb RAM, 2 Ultra > 320 SCSI disks (not striped or mirrored) > > Solaris > Solaris 8 on Sunfire 280R, Dual CPU, 2Gb RAM, Disk subsystem details not > known > > RAC-OCFS & RAC-RAW > 2*(RedHat AS2.1 on IBM x360, Quad 1.5GHz Xeon, 7Gb RAM), Fibre connected > FastT Disk Array > > > Any comments? > > > Kevin Miller > Oracle Database Administrator > Burns e-Commerce Solutions > > > _______________________________________________ > Ocfs-users mailing list > Ocf...
2001 Apr 10
1
Segmentation fault in subscripting array of lists (PR#904)
I get a segmentation fault as follows: > tmp <- array(list(), c(3, 4)) > tmp[[1, 2]] NULL # as expected > tmp[[1, 2]]$fred <- 1:10 > tmp # as expected [,1] [,2] [,3] [,4] [1,] "NULL" "List,1" "NULL" "NULL" [2,] "NULL" "NULL"
2000 May 25
4
Needed: Understading runif() output :-)
Dear all, I have been trying to understand what runif() is telling me. I am generating lots of numbers (billions and billions (wow, I''ve dreamed about saying that for many years... :-) ), for a distribution that has the following quantile function: 1 / (2 * sqrt(1 - p)) (that is, the distribution has a lower cutoff) As you can imagine, this has rather heavy upper tail. I was