diff --git a/README.md b/README.md index 7e50ff03..089bc38e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Maintenance Status: Stable - [`'AUTO'`](#auto) - [`'360_LR'`](#360_lr) - [`'360_TB'`](#360_tb) + - [`'EAC'`](#eac) + - [`'EAC_LR'`](#eac_lr) - [`player.mediainfo.projection`](#playermediainfoprojection) - [`debug`](#debug) - [Credits](#credits) @@ -213,6 +215,12 @@ Used for side-by-side 360 videos #### `'360_TB'` Used for top-to-bottom 360 videos +#### `'EAC'` +Used for Equi-Angular Cubemap videos + +#### `'EAC_LR'` +Used for side-by-side Equi-Angular Cubemap videos + ### `player.mediainfo.projection` > type: `string` diff --git a/examples/eac.html b/examples/eac.html new file mode 100644 index 00000000..6f96246a --- /dev/null +++ b/examples/eac.html @@ -0,0 +1,44 @@ + + + + + videojs-vr Demo + + + + +

EAC video

+ +

Equirectangular video

+ +

Credits: US Navy, CC-BY-3.0

+ +

LR EAC video

+ +

TB Equirectangular video

+ +

Credits: Animations for Physics and Astronomy, CC-BY-3.0

+ + + + + + + diff --git a/index.html b/index.html index c1e33652..4445e165 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@