http://popgo.net/bbs/showthread.php?s=&threadid=224019下載安裝後
開啟 Avisynth Application Batch -> 手動編輯 -> 後製濾鏡編輯
找到
### [取聲道]
#/1 front left channel /#
#/2 front right channel /#
#/3 front center channel /#
#/4 LFE (Subwoofer) /#
#/5 rear left channel/#
#/6 rear right channel /#
#mono = GetChannel(PlayClip, 1,2,3,4,5)
#AudioDub(PlayClip, mono)
改成
mono = GetChannel(PlayClip, 1)
AudioDub(PlayClip, mono)
存檔
P.S.表示取左聲道
再來
1.執行 Avisynth Application Batch -> 視窗介面(編輯&執行)
2.按下 [視訊] 指定之
3.按下 [存檔且離開]
4.開啟 "Windows 檔案總管" 及 壓製軟體(VDM)
找到 C:\Program Files\Avisynth Application Batch\Play.avs
將其拖曳到壓製軟體軟體上(這個動作就是開啟 Play.avs)
開始壓製