gpt4 book ai didi

ffmpeg pulseaudio 输出选项(设备)

转载 作者:行者123 更新时间:2023-12-04 22:46:41 24 4
gpt4 key购买 nike

我需要使用一些 documented pulseaudio options for ffmpeg比如设备。文档中的示例有效,但仅设置流名称:

ffmpeg -i INPUT -f pulse "stream name"

我有一个名为播放设备的接收器,我想使用它。根据文档和谷歌搜索,我尝试了各种选项来指定设备。他们都给出错误(或不工作):
ffmpeg -i INPUT -f pulse -device playback-device
# At least one output file must be specified

ffmpeg -i INPUT -f pulse -device=playback-device
# Unrecognized option 'device=playback-device'. Error splitting the argument list: Option not found

ffmpeg -i INPUT -f pulse device=playback-device
# Plays to default device not the specified one

ffmpeg -i INPUT -device playback-device -f pulse
# At least one output file must be specified

设备在那里:
$ pactl list short sinks | grep playback
3 playback-device module-null-sink.c s16le 2ch 48000Hz IDLE

最佳答案

ffmpeg -i INPUT -f pulse -device playback-device
# At least one output file must be specified


这告诉您您缺少工作示例中的论点( ffmpeg -i INPUT -f pulse "stream name" )。所以正确的命令是:
ffmpeg -i INPUT -f pulse -device playback-device "stream name"

当然可以替换 "stream name"任何看起来都不像一个选项的东西。

关于ffmpeg pulseaudio 输出选项(设备),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39497131/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com