Displaying 20 results from an estimated 20000 matches similar to: "help compiling opus at home (success!)"
2018 May 25
2
compiling Opus at home (dangerous)
help compiling Opus!
i'm stuck at opusfile.
configure says i don't have openssl package installed but Debian 9.4 thinks
i do.
this Debian only have Opus 1.2-alpha2 package, so i need to compile Opus by
myself.
seems even Debian developers having trouble compiling latest versions of
Opus,
what chances do i have to succeed?
-------------- next part --------------
An HTML attachment was
2018 Nov 17
0
Impossible two bugs in Opus
On Fri, Nov 16, 2018 at 7:40 PM ongaku zettai <sergeinakamoto at gmail.com>
wrote:
> Hello.
> i have over 30GB of Opus music and noticed that
> solo instrumentals and solo vocals uses more bitrate
> than full-mixes.
> Here's example where Opus 1.3 used 190 kbps for
> piano solo and 159 kbps for full-mix.
> (--bitrate 160 --music)
> Download example piano solo
2018 Nov 17
4
Impossible two bugs in Opus
Hello. Me again.
Have you tried to encode piano solo?
Noticed high bitrate Opus gave?
And there's also artefact at 15kHz
which wasn't in the original audio.
Visible with Spek program.
Download FLAC and Opus both files,
new link:
http://www.filedropper.com/example_3
FLAC full: 1084 kbps;
FLAC solo: 465 kbps.
with --bitrate 160:
Opus full: 158 kbps;
Opus solo: 190 kbps.
Included also Spek
2019 Nov 19
2
openssl-dev, libtool, shared vs static
Hello! Trying to compile, build, install and run Opus.
My config: Ubuntu console (Windows 10 app).
First problem, configure says openssl is missing.
My system says that i have openssl already.
Which openssl does it need?
Using aptitude, i've installed everything with openssl name in it.
That's tons of files and gigabytes of data. But it worked somehow.
Second problem, flac-1.3.2 -
2018 Nov 18
0
opus Digest, Vol 118, Issue 9
> Message: 4
> Date: Sat, 17 Nov 2018 18:43:40 -0800
> From: "Timothy B. Terriberry" <tterribe at xiph.org>
> To: opus at xiph.org
> Subject: Re: [opus] Impossible two bugs in Opus
>
> ongaku zettai wrote:
> > i think opus decreasing bitrate only when it thinks that audio
> > is too complex for human to hear difference. that's a bad attitude.
2018 Nov 17
1
Impossible two bugs in Opus
tracked down the spectogram atrefact source; it comes from the resampler.
so it's not really a bug, just a nuisance.
let's hope in the future Opus will be able to save bitrate on simple
audio parts as all other lossy and lossless codecs do.
i think opus decreasing bitrate only when it thinks that audio
is too complex for human to hear difference. that's a bad attitude.
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 place.
---JPEG file attached---
Please disable
2017 Nov 16
2
Opus vs AAC (endurance test)
using iTunes i've noticed that AAC is
very good at re-encoding own lossy sound.
let's test Opus!
neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a
neroaacdec.exe -if 001.m4a -of aac001.wav
wavdiff.exe 000.wav aac001.wav
Comparing 000.wav - aac001.wav...
Max diff: -17.3867dB
RMS diff: -33.0851dB
Mean diff: -32.4582dB
opusenc.exe --bitrate 512 "000.wav" 001.opus
opusdec.exe 001.opus
2017 Nov 16
0
Opus vs AAC (endurance test)
Opus is specifically designed to survive tandeming but you need to keep the
frames aligned and not mess with the gain, which your tools probably do not
do.
On Thu, Nov 16, 2017 at 10:58 PM, encrupted anonymous <
sergeinakamoto at gmail.com> wrote:
> using iTunes i've noticed that AAC is
> very good at re-encoding own lossy sound.
> let's test Opus!
>
> neroaacenc.exe
2018 Nov 17
0
Impossible two bugs in Opus
On Nov 17 20:37:21, sergeinakamoto at gmail.com wrote:
> Hello. Me again.
> Have you tried to encode piano solo?
> Noticed high bitrate Opus gave?
> Download FLAC and Opus both files,
> new link:
> http://www.filedropper.com/example_3
> FLAC full: 1084 kbps;
> FLAC solo: 465 kbps.
> with --bitrate 160:
> Opus full: 158 kbps;
> Opus solo: 190 kbps.
The two
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
2017 Oct 18
3
OPUS vs MP3
Good morning.
I've ran a test against MP3 format.
Code: (first convert tested audio file to 16 bit 48khz with sox.exe if
needed)
lame.exe -b 320 48khzfilein.wav -o fileout.mp3
lame --decode fileout.mp3 -o fileout.mp3.wav
opusenc.exe --bitrate 320 48khzfilein.wav fileout.opus
opusdec.exe fileout.opus fileout.opus.wav
wavdiff.exe 48khzfilein.wav fileout.mp3.wav -diff fileout.mp3.delta.wav
2013 Nov 13
0
Compiling FFmpeg with libopencore-amrnb and opus-git.
It appears that both Opus and amrnb have a function called
preemphasis(). In the short term, your options are:
1) Not building statically
2) Renaming that function in the Opus code
3) Renaming that function in the amrnb code
I can do the rename for the next version of libopus.
Cheers,
Jean-Marc
On 11/13/2013 05:51 PM, batguano999 wrote:
>
> Hi
> Any idea what's causing these
2013 Sep 25
2
Problem compiling opus-tools-0.1.7
On Wed, Sep 25, 2013 at 3:53 PM, bat guano <batguano999 at hotmail.com> wrote:
> >
> >
> > Google says it's maybe something to do with the "linking process" which
> might be caused by the gcc compiler.
> > Can something be done with the opus code to overcome this, or shall I
> compile on a different/better/newer OS?
> >
> >
> Hello
2013 Sep 25
0
Problem compiling opus-tools-0.1.7
>
> How did you compile libopus?
Like this...
$ wget http://downloads.xiph.org/releases/opus/opus-1.1-beta.tar.gz
$ tar -xf opus-1.1-beta.tar.gz
$ cd opus-1.1-beta
$ ./configure --disable-shared
$ make && sudo make install
2013 Sep 24
0
Problem compiling opus-tools-0.1.7
Hi,
Seems like it's not linking with libm. I suspect it has to do with
linking statically with libopus.a (is that intended?). Maybe opus-tools
relies on the fact that libopus is linked with libm and doesn't
explicitly add it? Greg?
Jean-Marc
On 09/24/2013 06:09 AM, bat guano wrote:
> Hi
> I'm having a problem compiling opus-tools-0.1.7.
> Version opus-tools-0.1.6 seems to
2013 Sep 26
1
Problem compiling opus-tools-0.1.7
On 2013-09-25 4:46 PM, bat guano wrote:
> $ ./configure --disable-shared
This is the problem. This builds only a static version of opus, not a
dynamic one. Linking statically requires -lm, but there's no way for
opus-tools to know you've done this and pass --static to pkg-config
along with --libs.
Did you pass --disable-shared when building on the other Ubuntu systems
where the
2013 Mar 07
1
Compiling opus for iOS Platform
Hi,
I am trying to compile the opus-1.0.2 source code for ios. When I import
the files in Xcode and try to build, the build fails.
How can we successfully compile opus using Xcode? Are there any special
configurations?
Thanks a lot in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Sep 25
0
Problem compiling opus-tools-0.1.7
>
>
> Google says it's maybe something to do with the "linking process" which might be caused by the gcc compiler.
> Can something be done with the opus code to overcome this, or shall I compile on a different/better/newer OS?
>
>
Hello again.
Today I've compiled opus-tools-0.1.7 with opus-1.1-beta on two other Ubuntu systems without problems.
2013 Sep 24
0
Problem compiling opus-tools-0.1.7
>
> Bat, can you post your configure invocation command line, the output of
> 'pkgconfig --libs opus' and pastebin your config.log somewhere, please?
>
> The failed line with 'make V=1' is also helpful in debugging.
>
> -r
>
Hi
This is the config line used for both 0.1.6 and 0.1.7 test builds:-
./configure --disable-dependency-tracking
And 'pkg-config