Interface VideoThumbnailExtractor

    • Method Detail

      • isActivated

        boolean isActivated()
        Returns:
        true if this feature is activated, false else if
      • generateThumbnailsFrom

        void generateThumbnailsFrom​(File video)
        This method must generate 5 thumbnails of the video given in parameter
        Parameters:
        video - the video from which we extract thumbnails
      • generateThumbnailsFrom

        void generateThumbnailsFrom​(MetaData metaData,
                                    File video)
        This method must generate 5 thumbnails of the video given in parameter
        Parameters:
        metaData - already read meta data.
        video - the video from which we extract thumbnails.