Questions tagged [ogg-opus]

Opus is a general-purpose, low-latency audio compression engine, suitable for interactive and streaming use of Music, Voice and Sound FX across digital networks. (source)

17 questions
34
votes
6 answers

How to convert a sound file to Opus

For testing, I want to convert an MP3 and WAV file I have to Opus, what are the steps to doing this?
Luis Alvarado
  • 216,643
15
votes
4 answers

Add tags to an Ogg Opus file

I usually tag Ogg Vorbis files with EasyTAG 2.1.7. Now, I want to produce Ogg Opus files, and I'm not able to write tags into the file. EasyTAG bears about Ogg file not having a Vorbis or a Speex stream. Another tools, such as lltag, spits messages…
13
votes
3 answers

How do I install the opus audio encoder?

I would like to try out the opus audio encoder, but can't find it in the repositories. Can anyone here help me get it installed on my computer? I have some wav files which I would like to convert to the opus audio format. However, I have found…
oshirowanen
  • 4,047
7
votes
3 answers

Audacity & OPUS Files?

How can I get Audacity to work with Opus files? Is there a plugin I can get? I've heard that I can point Audacity to a framework for encoding/decoding and delegate the work to the framework, since Audacity doesn't support .opus yet. How should I…
Sarah Szabo
  • 1,513
  • 8
  • 30
  • 59
3
votes
1 answer

soundconverter encoding to Opus format fails

Since installing 16.04 I'm unable to convert wav files to the opus format. This is the error message I get: GStreamer error when creating pipeline gst_parse_error: no property "cbr" in element "opusenc0" (2) I'm using soundConverter version…
JhmL
  • 55
3
votes
2 answers

How to normalize the volume of an OPUS file

Previously I was using vorbisgain to normalize the volume of my Ogg-Vorbis files to 89dB (default). Now that I will encode my audio files in Opus format, is there a tool equivalent to vorbisgain for Opus files?
pawamoy
  • 382
  • 4
  • 10
2
votes
1 answer

How do I install ogg-opus codecs on my Meizu Pro5

I would like to play ogg-opus music files on my Meizu Pro5. Not interested in encoding, just playback. I have the terminal app installed, but do not know which files to apt-get install. The operating system is Ubuntu 15.04 (OTA-11). Thanks
2
votes
1 answer

Compile opus-tools with opus 1.2.1

I would like to compile opus-tools with libopus 1.2.1. I got libopus 1.2.1 source code from here : https://opus-codec.org/release/stable/2017/06/26/libopus-1_2_1.html I extracted it, and then did : ./configure make sudo make install Everything went…
Ofboir
  • 21
1
vote
2 answers

Use custom bitrate / better: bitrate per channel in Gnome Sound Converter (esp. for opus)

as the title says: Is there any way to to this? Is there any linux alternativ you can recommend (GUI). Currently I am using TAudioConverter via Wine, but A) it's buggy with m4a that have embedded the cover art in a weird way and B) it's opus codec…
1
vote
1 answer

How to update from libogg 1.2.2 to libogg 1.3.0 in Ubuntu 12.04 x32

I have Ubuntu 12.04 x32 To install opus-tool like described here I need to update from libogg 1.2.2 to libogg 1.3.0 I copied libogg.so.0.8.0 to i386-linux-gnu/ and made ldconfig, like in manual. But when I'm trying to ./configure opus-tools, getting…
fapw
  • 13
1
vote
1 answer

Enabling opus codec in Handbrake

I'm attempting to transcode a video file using Handbrake on Ubuntu 18.04, and I'd like the output to use the Opus codec. This appears to be supported generally by Handbrake, but it is disabled for me: I have attempted to determine if packages or…
jncraton
  • 173
1
vote
1 answer

Convert folders with opus

I have this command to convert all .flac files from a directory to .opus for flacfile in *.flac ;do opusenc --bitrate 64 "$flacfile" "${flacfile%.flac}.opus" ;done What command should I use to do the same thing but including sub-folders?
0
votes
2 answers

Compile opus-tools with opus 1.2.1 (Ubuntu 17.04)

How do I compile opus-tools to use Opus 1.2.1? I've manually installed the latest version of Opus wget https://archive.mozilla.org/pub/opus/opus-1.2.1.tar.gz tar -xzf opus-1.2.1.tar.gz cd opus-1.2.1 ./configure make sudo make install That completes…
Terence Eden
  • 1,826
0
votes
1 answer

OPus Audio codec install on Lubuntu 14.04

Anyone please share info. on how I can port opus audio codec on a system running Lubuntu 14.04 Thanks.
Hur
  • 11
0
votes
3 answers

video file to .ogg

Ok So I have raw video file and a audio track that I want to put in container, as far as I know .ogg is an Container format so I want to know if there is a way to put my media files in this Container format like I can do this with .MKV format with…
Levan
  • 11,118
1
2