I need a command to play a VR 3D SBS video stream
To play a VR 3D SBS (Side-by-Side) video stream, you can use the following command in VLC media player:
vlc --no-audio --no-video-title-show --video-filter "projection,rectangular,mode=3" --vr-dummy --vr-mode=3d --input-uri "your_video_stream_url"
Replace "your_video_stream_url" with the URL of the VR 3D SBS video stream you want to play.
Please note that VLC media player needs to be installed on your system for this command to work. Additionally, ensure that your system is capable of rendering VR content
原文地址: http://www.cveoy.top/t/topic/i0UQ 著作权归作者所有。请勿转载和采集!