-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Plugin to Downmix from > 2 Channels to 2 Channels (Stereo) #376
Comments
I'd like to second this feature request - perhaps there is already a way to do it with custom commands but I've got no idea where to start. It would be really useful for me because I only have a stereo setup along with the other users of my Plex server. Re-encoding would save loads of server resources having to down mix on the fly, especially as Plex doesn't do a great job most of the time. |
This can already be accomplished by using "Audio Encoder AAC", just enable custom ffmpeg params and add "ac -2" to custom audio options |
Thanks @DualScorch - however, after some further research there's a useful thread on SuperUser which recommends downmixing with Robert Collier's Nightmode Dialogue rather than just the ac -2. This has the following parameters: Many thanks! |
Using |
Yes those custom commands work but will it also trigger a check and run/skip on already converted files which are not yet downmixed? I would assume we still need a plugin to do that? |
Thanks! Tested and working for me. |
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
The text was updated successfully, but these errors were encountered: