We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An unknown error occurred. Details: Error: Command failed: ffmpeg -y -i "/Users/zyzdai/Library/Containers/com.tencent.qq/Data/Documents/LiteLoader/data/text_to_speech/tts.wav" -acodec pcm_s16le -f s16le -ac 1 -ar 24000 "/Users/zyzdai/Library/Containers/com.tencent.qq/Data/Documents/LiteLoader/data/text_to_speech/tts.wav.wav" -loglevel error /bin/sh: ffmpeg: command not found 插件代码在windows环境下可完美运行。
An unknown error occurred. Details: Error: Command failed: /usr/local/bin/ffmpeg -y -i "/Users/zyzdai/Library/Containers/com.tencent.qq/Data/Documents/LiteLoader/data/text_to_speech/tts.wav" -acodec pcm_s16le -f s16le -ac 1 -ar 24000 "/Users/zyzdai/Library/Containers/com.tencent.qq/Data/Documents/LiteLoader/data/text_to_speech/tts.wav.wav" -loglevel error /bin/sh: /usr/local/bin/ffmpeg: Operation not permitted
The text was updated successfully, but these errors were encountered:
the same problem
Sorry, something went wrong.
考虑在新版本允许mac设备指定ffmpeg位置
第一个报错应该可以通过环境变量相关的设置解决,第二个报错可能是权限问题?MacOS上可能会禁止应用执行外部命令,但是我目前没有Mac设备,因此无法进行相关测试。
+1 xtaw/LiteLoaderQQNT-Audio-Sender#21
No branches or pull requests
An unknown error occurred. Details: Error: Command failed: ffmpeg -y -i "/Users/zyzdai/Library/Containers/com.tencent.qq/Data/Documents/LiteLoader/data/text_to_speech/tts.wav" -acodec pcm_s16le -f s16le -ac 1 -ar 24000 "/Users/zyzdai/Library/Containers/com.tencent.qq/Data/Documents/LiteLoader/data/text_to_speech/tts.wav.wav" -loglevel error
/bin/sh: ffmpeg: command not found
插件代码在windows环境下可完美运行。
An unknown error occurred. Details: Error: Command failed: /usr/local/bin/ffmpeg -y -i "/Users/zyzdai/Library/Containers/com.tencent.qq/Data/Documents/LiteLoader/data/text_to_speech/tts.wav" -acodec pcm_s16le -f s16le -ac 1 -ar 24000 "/Users/zyzdai/Library/Containers/com.tencent.qq/Data/Documents/LiteLoader/data/text_to_speech/tts.wav.wav" -loglevel error
/bin/sh: /usr/local/bin/ffmpeg: Operation not permitted
The text was updated successfully, but these errors were encountered: