Search Unity

Supported video formats for VideoPlayer

Discussion in 'Linux' started by johnburkert, Jul 28, 2017.

  1. johnburkert

    johnburkert

    Joined:
    Mar 28, 2014
    Posts:
    9
    Has there been any updates to the VideoPlayer on Linux to support more than webm software decoding?
     
  2. DominiqueLrx

    DominiqueLrx

    Unity Technologies

    Joined:
    Dec 14, 2016
    Posts:
    260
    Hi John!

    It is still our plan to eventually open up the VideoPlayer's decoding backend so external developers can extend what Unity supports natively. But for now, as there are no stock libraries that provide video decoding on Linux, we still only support VP8 video and Vorbis audio in a webm container.

    Dominique
    A/V developer at Unity.
     
  3. spacepluk

    spacepluk

    Joined:
    Aug 26, 2015
    Posts:
    243
    Have you considered ffmpeg's libs?