在显示rstp-stream时,我们正在尝试转码,并将其记录到文件中供以后使用。
使用时,VLC 2.1.1 似乎有效
vlc rtsp-stream :sout=#transcode{vcodec=mp1v,vb=700,scale=1}:duplicate{dst=display,dst=std{access=file,mux=asf,dst="C:\file.mpg"}}"
这似乎打破了 VLC 2.2.4
关于VLC维基的文档似乎已经过时了。
答案 0 :(得分:1)
使用vcodec/mux
配对以及使用samplerate
代替vb
的差异似乎可以解决这个问题。
vlc rtsp-stream :sout=#transcode{vcodec=mp4v,scale=0.5,samplerate=44100}:duplicate{dst=display,dst=std{access=file,mux=mp4,dst='C:\file.mpg'}}"