Displaying 12 results from an estimated 12 matches for "lvella".
Did you mean:
vella
2023 Feb 22
1
Change 48 khz sample rate limit
...the following command:
$ oggenc --resample 192000 input.wav
Of course, if your original material is already at 192 khz, there
should be no need for resampling.
BTW, a 192 khz signal may be audio, but certainly not human audio. Is
that one of those songs for cats or dogs?
--
Lucas Clemente Vella
lvella at gmail.com
2017 Nov 07
0
opus vs vorbis
On 7 Nov 2017 13:36, Lucas Clemente Vella <lvella at gmail.com> wrote:
2017-11-07 11:10 GMT-02:00 encrupted anonymous <sergeinakamoto at gmail.com<mailto:sergeinakamoto at gmail.com>>:
did another test of many.
NeroAAC q=1 @400kbps and
Vorbis q=10 @412kbps shared 2nd place.
OPUS @330 kbps - 3rd place.
LAME MP3 q=0 @320 kbps - 1st p...
2017 Mar 03
1
Opus hiding lower volume instrument
...is some kind of bug, because the piano is discernible from
both Vorbis and MP3 encodes at similar bitrates (around 140 kb/s, which
should be transparent for my not-so-good hearing in any encoding). What is
best way for me to send the files so you can check for yourselves?
--
Lucas Clemente Vella
lvella at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20170303/1c71bbb7/attachment.html>
2010 Jan 25
1
Multichannel Vorbis encode
...able that maps the channel order from
SMPTE order to Vorbis order. What is this SMPTE order? Vorbis
specification was updated to include channel order for 6.1 and 7.1
audio, but I can't update the patch to include them because I don't know
what is this SMPTE order.
--
Lucas Clemente Vella
lvella at gmail.com
2023 Feb 22
2
Change 48 khz sample rate limit
Hi!, I wondering if It's possible to change 48khz sample rate limit?,
I'm Planing to encode with OGG codec a audio signal but I need that
OGG Encoder works with 192khz of sample rate.
It's Possible?
Any Suggestions?
2009 Oct 27
1
How to get the actual bitrate?
Dear all:
I'm a developer in china, and i really want to know how to calculate a ogg audio file's bitrate and then i can get the duration by file size.
thanks very much for your answer.
Best wishes.
Aaron Jie.
-------------- next part --------------
An HTML attachment was scrubbed...
2015 Oct 09
2
Opus DLL on Windows for 32-bit and 64bit CPU
Hello,
I am new to the list and I need to find a 32 or 64 bit windows dll to work with. I spent 2 hours on archive files and not easy to find if there is already one on windows. Can someone point me direction and where to start ?
Thanks
Charlie
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Oct 10
0
Opus DLL on Windows for 32-bit and 64bit CPU
...e is
> already one on windows. Can someone point me direction and where to start ?
> Thanks
> Charlie
>
> _______________________________________________
> opus mailing list
> opus at xiph.org
> http://lists.xiph.org/mailman/listinfo/opus
>
>
--
Lucas Clemente Vella
lvella at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20151010/04fe3979/attachment.htm
2015 Oct 25
0
recommended opus bitrate / opusenc setting for general?
...need Opus, because I thought that's about the same for
> AAC/MP3/Vorbis.
>
>
> Cheers,
> Chris.
> _______________________________________________
> opus mailing list
> opus at xiph.org
> http://lists.xiph.org/mailman/listinfo/opus
>
>
--
Lucas Clemente Vella
lvella at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20151025/f3821541/attachment.htm
2017 Nov 07
1
opus vs vorbis
did another test of many.
NeroAAC q=1 @400kbps and
Vorbis q=10 @412kbps shared 2nd place.
OPUS @330 kbps - 3rd place.
LAME MP3 q=0 @320 kbps - 1st place.
---JPEG file attached---
Please disable speech synthezation
in OPUS for 96 kbps and up.
I don't want my music sound like
from a phone speaker!
Or what is the problem? Modern
codec at high bitrates should
produce nearly bit-exact sound,
not
2015 Oct 25
4
recommended opus bitrate / opusenc setting for general?
Hey.
I just wondered,... which is the recommended bitrate and further
settings of opusenc (like complexity and framesize) for general music
(e.g. including classical music) to achieve more or less transparency?
Talking about CD level audio (16bit; 44,1 kHz; Stereo)
The only source I could find regarding that was:
http://wiki.hydrogenaud.io/index.php?title=Opus#Music_encoding_quality
But that
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack
lossless format as input to opusenc.
Like support to FLAC, it depends on an external library,
libwavpack, and may be disabled on configure.
Lucas Clemente Vella (1):
Reading input from WavPack files.
Makefile.am | 7 +-
configure.ac | 37 ++++++++
src/audio-in.c | 71 ++++++++-------
src/opusenc.c | 19 +++-
src/opusenc.h