我尝试使用 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>"