觀看左右聲道分開的影片...
在Windows中可以利用PowerDVD這類軟體輕易的達成...
但是在Linux中就沒有這麼簡單了...
不論使用了Totem.MPlayer還是SMPlayer這些在Linux中較知名的播放軟體...
都無法輕易的達成...
所以只好再利用G大神搜尋了一下..
才發現原來要分離左右聲道無法直接在GUI介面做設定..
必需在終端機中下以下參數才行達到想要的效果...

左聲道:
mplayer -af channels=2:2:0:0:0:1 xxx.xxx   ←檔名

右聲道:
mplayer -af channels=2:2:1:0:1:1 xxx.xxx   ←檔名

但是每次播放影片時都要輸入參數不覺得很麻煩嗎?
所以我們可以使用alias別名的方式減少輸入參數的時間哦!

左聲道別名:
alias lmp='mplayer -af channels=2:2:0:0:0:1'

右聲道別名:
alias rmp='mplayer -af channels=2:2:1:0:1:1'

設定好alias後以後要聽左聲道只要輸入:
lmp xxx.xxx    ←檔名

右聲道:
rmp xxx.xxx    ←檔名

就可以囉!

arrow
arrow
    全站熱搜

    小必 發表在 痞客邦 留言(0) 人氣()