mplayer −af pan=1:0.5:0.5 input
thanks, that helped.
some can also try my personal setup for down-mixing to mono:mplayer -af pan=1:1 -channels 1 media.avi -softvol -softvol-max 300http://web.njit.edu/all_topics/Prog_Lang_Docs/html/mplayer/sound.html
I found that my previous setup ^ doesn't work properly. Here's the new one, wich does.This is for downmixing 7.1 and less to mono:mplayer media.avi -channels 8 -af pan=1:1:1:1:1:1:1:1:1
P.S. http://www.mplayerhq.hu/DOCS/HTML/en/advaudio-channels.html
Post a Comment
4 comments:
thanks, that helped.
some can also try my personal setup for down-mixing to mono:
mplayer -af pan=1:1 -channels 1 media.avi -softvol -softvol-max 300
http://web.njit.edu/all_topics/Prog_Lang_Docs/html/mplayer/sound.html
I found that my previous setup ^ doesn't work properly. Here's the new one, wich does.
This is for downmixing 7.1 and less to mono:
mplayer media.avi -channels 8 -af pan=1:1:1:1:1:1:1:1:1
P.S. http://www.mplayerhq.hu/DOCS/HTML/en/advaudio-channels.html
Post a Comment