opus-tools icon indicating copy to clipboard operation
opus-tools copied to clipboard

A set of tools to encode, inspect, and decode audio in the Opus format.

Results 41 opus-tools issues
Sort by recently updated
recently updated
newest added

How feasible would it be to add official tooling support for WebM Containers? Like Ogg, WebM seems to be a preferred, royalty-free web standard moving forward. Currently, Ogg containers are...

As far as I can tell, the only way to modify metadata with opus tools is with `opusenc` during encoding? It doesn't support opus files as input, and `opusinfo` only...

I see opusdec is built with ability to send output to sound card when not specifying any output files. This is because on my system I have alsa (or sndio)...

The `--picture` options allows either a specification as `[TYPE]|[MEDIA-TYPE]|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILENAME` Or just a filename.WEBP I can understand that when specifying just the filename, only jpeg, png and gif are supported, since...

Hello, I have been trying to use opus libs for months now but I can't achieve it. If someone could tell me how exactly compile executable decoder/encoder for Windows using...

when the project is build with VS2015. error show: C1083 Cannot open include file: 'ogg/ogg.h': No such file or directory C1083 Cannot open include file: 'opus.h': No such file or...

i encode and decode a wav or pcm file with 16khz sample rate. the result pcm of opus_demo binary by opus source code contains all frequency information between 0-8khz. the...

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...

I am currently in a project were we try to encode opus files into a specific custom file format. There is a non opus file header first (usally 0x200 length)....