Skip to content

[Feature Request] Plugin to Downmix from > 2 Channels to 2 Channels (Stereo) #376

@andreas-glaser

Description

@andreas-glaser

Any chance that someone clever could create a plugin that can downmix from 5.1/7.1 to Stereo?

Get Channel Count:

ffprobe -show_entries stream=channels -select_streams a:0 -of compact=p=0:nk=1 -v 0 "my-file.mp4"

Downmix

ffmpeg -i "my-file.mp4" -map 0:0 -map 0:1 -c:v:0 copy -c:a:0 aac -ac 2 "my-file-stereo.mp4"

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