Opus Encoder

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 9: Line 9:
  
 
==Overview==
 
==Overview==
 +
 +
Opus Encoder is a DirectShow filter for encoding a PCM stream into Opus format specified by IETF RFC 6716. Opus bitstreams can be used over RTP protocol according to RFC 7587.
 +
 +
==Input parameters==
 +
 +
* 16 bit atomic audio samples
 +
* 1 or 2 channels
 +
* Sample rate 48000, 24000, 16000, 12000 and 8000 Hz.
 +
{{.idl}}
 +
 +
==See Also==
 +
 +
* [[Opus Encoder: Release Notes]]
 +
 +
===Action Items===
 +
 +
* {{Opus Encoder: Download}}
 +
* {{Contact Support}}
  
 
[[Category:Freeware Filters]]
 
[[Category:Freeware Filters]]

Revision as of 13:18, 28 February 2025

This page is a copy of the original page on the AVObjects' web site and can also be viewed here.

Opus Encoder for encoding PCM stream to Opus format.

Contents

 [hide

Overview

Opus Encoder is a DirectShow filter for encoding a PCM stream into Opus format specified by IETF RFC 6716. Opus bitstreams can be used over RTP protocol according to RFC 7587.

Input parameters

  • 16 bit atomic audio samples
  • 1 or 2 channels
  • Sample rate 48000, 24000, 16000, 12000 and 8000 Hz.

Specifications and description of user interfaces can be found in the .idl file in the \Idl folder of the filter installation directory.

See Also

Action Items

Personal tools