search for: 24bits

Displaying 14 results from an estimated 14 matches for "24bits".

Did you mean: 64bits
2014 Mar 20
2
Wrong warning in encoder for 24bits WAV
...y're unambiguous */ flac__utils_printf(stderr, 1, "%s: WARNING: legacy WAVE file has format type %u but bits-per-sample=%u\n", e->inbasefilename, (unsigned)wFormatTag, bps); AFAIK only 32bits file require a format of 3 while it's fine for 8, 16 and 24bits Thanks ! -- Olivier TRISTAN uvi.net
2004 May 26
0
Is that ok for vorbis to encode 24bits/96KHz audio?
On Sun, 23 May 2004, Conrad Parker wrote: > On Sun, May 23, 2004 at 07:04:28AM +1000, Kenji Chan wrote: > > Is that ok for vorbis to encode 24bits/96KHz audio? > yes, oggenc should be able to handle it. Not only does it handle it fine: but most players will downsample the 96k audio for playback on non 96k able hardware. (24bittage isn't an issue as Vorbis is 24bit internally, thus all players will produce good output from 24 bit input...
2014 Jun 11
3
[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
...if (static_key_false(&virt_unfairlocks_enabled)) > + return queue_spin_trylock_unfair(lock); > + else > + return queue_spin_trylock(lock); > +} So I really don't see the point of all this? Why do you need special {try,}lock paths for this case? Are you worried about the upper 24bits? > diff --git a/kernel/locking/qspinlock.c b/kernel/locking/qspinlock.c > index ae1b19d..3723c83 100644 > --- a/kernel/locking/qspinlock.c > +++ b/kernel/locking/qspinlock.c > @@ -217,6 +217,14 @@ static __always_inline int try_set_locked(struct qspinlock *lock) > { > struc...
2014 Jun 11
3
[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
...if (static_key_false(&virt_unfairlocks_enabled)) > + return queue_spin_trylock_unfair(lock); > + else > + return queue_spin_trylock(lock); > +} So I really don't see the point of all this? Why do you need special {try,}lock paths for this case? Are you worried about the upper 24bits? > diff --git a/kernel/locking/qspinlock.c b/kernel/locking/qspinlock.c > index ae1b19d..3723c83 100644 > --- a/kernel/locking/qspinlock.c > +++ b/kernel/locking/qspinlock.c > @@ -217,6 +217,14 @@ static __always_inline int try_set_locked(struct qspinlock *lock) > { > struc...
2010 Dec 02
2
24 bit question
Someone sent me a question late last night and I briefly looked at his file this morning and couldn't figure out the answer, so I'm posting here. A friend has a a ~275MB 24 bit, 48khz stereo wav file of rock music that when compressed using flac level 8 gives a flac file under 110 MB in size. When I dithered his file to 16/48 and converted that file to flac, the resulting flac file was
2010 Dec 02
0
24 bit question
24bits are only 14% more information than 16bits, not as much as it looks. I presume the downsampling introduces some noise which compresses poorly (bigger residuals) and pretty much outweighs the advantage. This does not happen with a lossy codec, if the same error tolerance is imposed on each stage: a 5...
2006 Mar 12
1
ffmpeg2theora conveter problem
Hi: I am trying to convert an avi file to an ogg file. The avi file is 12 frames /sec, resolution 1280x768, 24bits, compression: Cinepak Codec. I got the following message. D:\Dragon\Tools\Theora>ffmpeg2theora-0.16.exe -V 16000 Astro.avi Input #0, avi, from 'Astro.avi': Duration: 00:00:04.0, start: 0.000000, bitrate: 19604 kb/s Stream #0.0, 12.00 fps(r): Video: cinepak, yuv420p, 1280x768 Strea...
2010 Dec 02
2
24 bit question
...y Sound Consulting P.S. Nicholas, where did you come up with that 14% figure? A 16-bit file is 33% smaller than a 24-bit file, or a 24-bit file is 50% larger than a 16-bit file. I can't find any math that works out to a mere 14%. On Dec 2, 2010, at 07:10, Nicholas Wilson wrote: > 24bits are only 14% more information than 16bits, not as much as it > looks. I presume the downsampling introduces some noise which > compresses poorly (bigger residuals) and pretty much outweighs the > advantage. This does not happen with a lossy codec, if the same error > tolerance is impose...
2014 Jun 12
0
[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
...;virt_unfairlocks_enabled)) >> + return queue_spin_trylock_unfair(lock); >> + else >> + return queue_spin_trylock(lock); >> +} > So I really don't see the point of all this? Why do you need special > {try,}lock paths for this case? Are you worried about the upper 24bits? No, as I said above. I was planning for the coexistence of unfair lock in the fast path and paravirt spinlock in the slowpath. >> diff --git a/kernel/locking/qspinlock.c b/kernel/locking/qspinlock.c >> index ae1b19d..3723c83 100644 >> --- a/kernel/locking/qspinlock.c >>...
2019 Feb 04
1
[PATCH] drm/cirrus: add plane setup
Commit "f4bd542bca drm/fb-helper: Scale back depth to supported maximum" uncovered a bug in the cirrus driver. It must create its own primary plane, using the correct format list, depending on the bpp module parameter, so it is consistent with mode_config->preferred_depth. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/cirrus/cirrus_mode.c | 67
2006 Mar 31
0
new to wine, Guild Wars don't display correctly
...ecause sometimes with win2k i have some ntdll errors when connecting to internet(areanet). I don't use anything else. I try display by hardware or emulation, with simple or double buffer, in a window or in directly, with pixel shader or not, but nothing works. Per default, my screen is 1024*768*24bits<br> <br> Note that tuxracer (or ppracer) works so i don't think it comes from the driver, but i can make mistakes...<br> <br> Instead of changing my graphic card for an nvidia one, is there a solution to play guild wars ? I know cvscedega but i want to use wine (because...
2010 Dec 02
0
24 bit question
...las, where did you come up with that 14% figure? A 16-bit file > is 33% smaller than a 24-bit file, or a 24-bit file is 50% larger than a > 16-bit file. I can't find any math that works out to a mere 14%. > > > > On Dec 2, 2010, at 07:10, Nicholas Wilson wrote: > >> 24bits are only 14% more information than 16bits, not as much as it >> looks. I presume the downsampling introduces some noise which >> compresses poorly (bigger residuals) and pretty much outweighs the >> advantage. This does not happen with a lossy codec, if the same error >> tol...
2014 May 30
19
[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
v10->v11: - Use a simple test-and-set unfair lock to simplify the code, but performance may suffer a bit for large guest with many CPUs. - Take out Raghavendra KT's test results as the unfair lock changes may render some of his results invalid. - Add PV support without increasing the size of the core queue node structure. - Other minor changes to address some of the
2014 May 30
19
[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
v10->v11: - Use a simple test-and-set unfair lock to simplify the code, but performance may suffer a bit for large guest with many CPUs. - Take out Raghavendra KT's test results as the unfair lock changes may render some of his results invalid. - Add PV support without increasing the size of the core queue node structure. - Other minor changes to address some of the