我已经学会了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
无法切换,有什么想法吗?