Class FFMpegThumbnailProcess

  • All Implemented Interfaces:
    WorkflowProcess

    @Service
    @Properties(@Property(name="process.label",value="Create Video Thumbnails",propertyPrivate=true))
    public class FFMpegThumbnailProcess
    extends AbstractFFMpegProcess
    Workflow process that calls FFMPEG on the command line to create thumbnails of the image. You can specify the dimension of the thumbnails to be created

    For example, using the following workflow step arguments:

        count:3,index:1,start:10,[140x100],[48x48]
     

    Will create thumbnails of size 140x100 and 48x48 with a black letterbox/pillarbox

    This will only happen for assets having a video-based mime-type, others are ignored.

    • Constructor Detail

      • FFMpegThumbnailProcess

        public FFMpegThumbnailProcess()
    • Method Detail

      • buildArguments

        public java.lang.String[] buildArguments​(MetaDataMap metaData)