保存的 VLC 流中没有声音

保存的 VLC 流中没有声音

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

相关内容