dev-master
9999999-devExtracts video and audio data from files using getId3()
BSD-3-Clause
The Requires
silverstripe video media
Wallogit.com
2017 © Pedro Peláez
This module allows metadata to be extracted from audio and video media files., (*1)
This module works best with the memoryimage module from https://github.com/tractorcow/silverstripe-memoryimage. If you have this installed then you can also extract, resize, and display embedded album art on pages., (*2)
Full PHPDoc documentation is included for all classes, so please check the code if you'd like more information., (*3)
The MediaData property of the File class contains these properties:, (*4)
The following functions return additional data:, (*5)
Audio() will return an object with the following properties (if there is audio information):, (*6)
Video() will return an object with the following properties (if there is video/picture information):, (*7)
Both the Audio() and Video() objects have these shared properties:, (*8)
Extracts video and audio data from files using getId3()
BSD-3-Clause
silverstripe video media