![保存的 VLC 流中没有声音](https://linux22.com/image/1156853/%E4%BF%9D%E5%AD%98%E7%9A%84%20VLC%20%E6%B5%81%E4%B8%AD%E6%B2%A1%E6%9C%89%E5%A3%B0%E9%9F%B3.png)
我尝试使用 URL 保存流,它显示有音轨,但我听不到任何声音。我使用了这个:
vlc your_input_file_or_stream_here --sout=file/ps:go.mpg
答案1
通过使用 vlc,你必须转码
看https://wiki.videolan.org/Transcode/和https://gist.github.com/revolunet/320db93516ec19eb931b
youtube-dl 是一个很好的替代方案
sudo apt-get install youtube-dl
youtube-dl -f best "<yourUrl>"