我af_del scaletempo
從中學到了文法這裡。
所以,我將這兩行放入 ~/.mplayer/input.conf 中:
; af_add scaletempo
' af_del scaletempo
這工作正常,但我正在尋找切換嘗試不要在一項功能中浪費 2 個快捷鍵的選項。我嘗試過af_clr
但沒有運氣。
我嘗試閱讀info/man mplayer
,但找不到任何提到的關鍵字_del
and _add
,所以我真的很好奇那個人如何知道這樣的語法。toggle
如果我知道文件在哪裡,也許我可以自己找出文法。
請注意,您應該使用-speed 1.21
選項進行測試以使scaletempo適用。
什麼是切換mplayer 的 input.conf 中的語法?
[更新]
我發現這:
af_add <filter_arguments_list> (comma separated list of audio filters
with parameters)
(experimental) Load the given list of audio filters.
af_clr
(experimental) Unload all loaded audio filters.
af_del <filter_name_list> (comma separated list of audio filter's names)
(experimental) Unload the first occurrence of the filters, if loaded.
af_switch <filter_arguments_list> (comma separated list of audio filters
with parameters)
(experimental) Remove all the audio filters and replace them with the
given list.
和這:
| af_switch
, af_add
, ... | af set|add|...
|
但' af_switch scaletempo
無法切換,有什麼想法嗎?