Skip to content

opusenc: support opus as input #99

@knarrff

Description

@knarrff

The documentation currently says "opusenc reads audio data in Wave, AIFF, FLAC, Ogg/FLAC, or raw PCM format" and indeed, when trying to feed it opus, it complains: "Error: unsupported input file".

It would be nice if opusenc would support opus itself as input. This way, e.g., recoding would be much simpler: especially assuming metadata is transferred from the input opus to the output opus. Currently, I don't see another way than to use opusinfo to get the metadata and reinsert that into a pipe from opusdec to opusenc, which is an unnecessarily complex workflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions