To play a 360 3D SBS VR video from a website using ffplay, you can use the following command:

ffplay -vf "split[s0][s1];[s0]crop=in_w/2:in_h:0:0[left];[s1]crop=in_w/2:in_h:in_w/2:0[right];[left]hflip[flippedleft];[flippedleft][right]hstack[output]" -i <video_url>

Replace <video_url> with the actual URL of the video you want to play. This command uses the -vf option to apply various video filters to the input video.

Explanation of the command:

  • split[s0][s1] splits the input video into two streams.
  • [s0]crop=in_w/2:in_h:0:0[left] crops the left half of the video.
  • [s1]crop=in_w/2:in_h:in_w/2:0[right] crops the right half of the video.
  • [left]hflip[flippedleft] horizontally flips the left half.
  • [flippedleft][right]hstack[output] stacks the flipped left half and the right half side by side to create the side-by-side effect.
  • -i <video_url> specifies the input video URL.

This command should allow you to play the 360 3D SBS VR video on your PC screen using ffplay

I need a command to play 360 3d SBS VR video on the PC screen ideo from website with link using ffplay

原文地址: http://www.cveoy.top/t/topic/i0c6 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录