S3D video problem support.

  • 블랙홀은 처음에 발생합니다.
    오버 언더 오버 (2304 * 2304)
    어디에서 수정해야합니까?

    좋은 하루 되세요 ~

    <! - 파노라마 이미지 소스로 videoplayer 플러그인 사용 ->
    <image stereo = "true"stereoformat = "TB">
    <sphere url = "plugin : video"/>
    </ image>

    <! - 기본보기 설정 ->
    <view hlookat = "0"vlookat = "0"fovtype = "DFOV"fov = "130"fovmin = "75"fovmax = "150"distortion = "0.0"/>

  • Hi,

    please post in English!

    I have translated this with Google translate:

    Zitat

    Black holes occur first.
    Over underover (2304 * 2304)
    Where should I fix it?

    Sounds like the video was not encoded in a 1:1 format (pixel-aspect).
    Or the holes were already in the video itself.

    If it's the first case, there should be two solutions - either a correct video encoding or manually set the fov values - e.g. this way:

    Code
    <image stereo="true"stereoformat="TB" hfov="360" vfov="180">
      <sphere url="plugin:video" />
    </ image>

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!