![mplayer input.conf의 옵션을 전환하시겠습니까?](https://linux55.com/image/97584/mplayer%20input.conf%EC%9D%98%20%EC%98%B5%EC%85%98%EC%9D%84%20%EC%A0%84%ED%99%98%ED%95%98%EC%8B%9C%EA%B2%A0%EC%8A%B5%EB%8B%88%EA%B9%8C%3F.png)
af_del scaletempo
나는 문법을 배우는 법을 배웠다 .여기.
그래서 저는 ~/.mplayer/input.conf에 다음 두 줄을 넣었습니다:
; af_add scaletempo
' af_del scaletempo
이것은 잘 작동하지만 찾고 있습니다.스위치하나의 기능에 2개의 단축키 옵션을 낭비하지 마세요. 나는 노력했지만 af_clr
운이 없었다.
읽어보았지만 and info/man mplayer
키워드에 대한 언급을 찾을 수 없었는데 , 그 사람이 어떻게 그런 구문을 알았는지 정말 궁금합니다. 문서가 어디에 있는지 안다면 구문을 직접 알아낼 수 있을 것입니다._del
_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
전환할 수 없습니다. 어떤 아이디어가 있습니까?