5.6 video import

Issue #12 resolved
Sam Narain created an issue

The 5.6 release has the Video Player component, so it will most likely that the amount of video assets will increase after its release in March. It might be an idea to take ABGT for 1.2 with some basic 5.6 support for these assets. Prior 5.6 will just be using the regular video assets, but the VPC allows H.264 with audio playback (and as well-processed smaller files - raw MOV of 600Mb becomes some megabytes), so it will certainly motivate increased usage as downloadable content. Besides that with Unity 2017's Timeline feature, AssetBundles will provide another great distributive format as the VPC has 4K playback, but platforms will adjust their DLC's based on bandwidth. Maybe something to put on the backlog.

Comments (13)

  1. Sam Narain reporter

    These assets are mainly just video, but the importer of course has some settings. That same importer can be set to import the asset as MovieTexture (Legacy). The first thing I can think of are transcode options for the dimensions in the AssetBundle.

    videoplayerimporter.png

  2. Sam Narain reporter

    Currently it looks it will need a separate filter type and importer adjustments. It does go quietly into the AB build, so there is minor tweaking to do here.

  3. Sam Narain reporter

    The tool supports Unity 5.4.1f1 and above, including Unity 5.6b3. One of the major features in 5.6 is video. As this is mostly an importer adjustment, I do not see the reason why it should be postponed as b9 is the current status and according the planned roadmap, the 5.6 release will be in less than some weeks. I think this feature will significantly increase the value of ABGT, as variant distribution of assets - including video - belong in AssetBundle practices.

  4. Hiroki Omae

    Resolved issue with commit 988778b .

    videoImporter.png

    NOTE: Transcoding crashed Unity in 5.6b3, so some of the importer features are not tested. I will test these in future versions of Unity

  5. Hiroki Omae

    5.6 video import is landed today.

    Matthew Dawson, Sam Narain, am I missing something in discussion above?

  6. Matt D

    It's just we both said "Don't worry" but then you were like "Nah, I'm Hiroki, I can do this" :) Nice job!

  7. Log in to comment