-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Does this issue exist in the latest version?
- [X] I'm using the latest release
### Describe the bug?
It see…
-
I added a `--quality N` option to opusenc.c which automatically selects the bitrate depending on the number of channels in the input file. The quality scale is the same as Vorbis; that is, -2 to 10, w…
-
If, by mistake, one supplies the input file name also as the output file name, opusenc destroys the input file:
opusenc x.flac x.flac
results in a corrupted x.flac.
opus-tools-0.2-11.fc38.x86_64
…
pkzc updated
10 months ago
-
It's surprisingly difficult to change or add metadata to an existing opus file.
If `opusenc` could read opus files as input, the available options for metadata can be used to add or clear metadata …
-
I used LameXP to convert into OPUS. I got the following [error](http://pastebin.com/JntjU79m).
The developer of LameXP [says](https://github.com/lordmulder/LameXP/issues/24#issuecomment-135548703) it…
-
There are other frame lengths defined in the API, but for now I'm only interested in 120ms. Since 1.2 we can do 120ms frames natively.
https://gist.github.com/bradsoto/0259776305179712f534b133013c5…
-
Windows 7 x64, OpusTools 2024.04.15
Source: any WAV file of any sample rate and any bit depth
``` console
$ opusenc in.wav out.opus
opusenc in.wav out.opus
Encoding using libopus 1.5.2 (audio…
-
I'm experimenting with portable binaries for encoding. For that I built a static version opusenc with musl-gcc. The problem is that for encoding the same 3-hour file, the glibc-version is 2-3 times fa…
-
I use opus a lot for audiobooks storing at 32 kbit/s. At the beginning I used `opusenc --bitrate 32 --framesize 60` to save a few bits extra. Then I've read here https://wiki.xiph.org/Opus_Recommended…
-
On page 27 of "Ogg Encapsulation for the Opus Audio Codec" [1], the recommendations for encoders is to have a pre-skip value of (delay_samples + extra_samples). Extra_samples is defined there as at l…