VLC从命令行/ bash设置音量

前端之家收集整理的这篇文章主要介绍了VLC从命令行/ bash设置音量前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
这里有感觉真的很愚蠢的风险,但我似乎无法从命令行设置VLC的音量?
vlc file.mp3 --vol 0

我已阅读手册页以及谷歌搜索,但我无法完成上述工作.还尝试了–volume 0,-vol 0,-volume 0(以及在文件名之前放置音量选项).

无论如何,VLC以其预设音量开始.在Ubuntu上使用VLC 1.1.5. (我打算在bash脚本中使用该行,因此我无法使用VLC GUI)
/ J

更新

我尝试过不同的价值观.我现在运行vlc非常详细.这部分看起来有点可疑(但我不知道如何解释它!):

[0xb7108d14] main audio output warning: PTS is out of range (-9483),dropping buffer
[0xb7108d14] main audio output warning: PTS is out of range (-35533),dropping buffer
[0x94384ac] mpgatofixed32 audio filter debug: libmad error: bad main_data_begin pointer
[0xb7108d14] pulse audio output debug: Pulse stream started
[0xb7108d14] main audio output warning: output date isn't PTS date,requesting resampling (86708)
Warning: call to rand()
[0xb7108d14] main audio output warning: buffer is 86706 late,triggering upsampling
[0xb7104654] qt4 interface debug: IM: Setting an input
[0xb7108d14] main audio output warning: output date isn't PTS date,requesting resampling (44448)
[0xb7108d14] main audio output warning: audio drift is too big (130928),dropping buffer
[0x94384ac] mpgatofixed32 audio filter debug: libmad error: bad main_data_begin pointer
[0xb7108d14] main audio output debug: audio output is starving (20040),playing silence
[0xb7108d14] main audio output warning: resampling stopped after 16895748 usec (drift: 19049)
似乎是一个已知的bug. Volume option doesn’t have any effect
原文链接:https://www.f2er.com/bash/383291.html

猜你在找的Bash相关文章