Home > @infiniteobjects/video-print > VideoPrintFromRepository
VideoPrintFromRepository is a drop in replacement for VideoPrintRepository in places where the “from” methods are necessary. If you don’t need these functions, choose to use the VideoPrint library instead of this one. NOTE: These functions require the import of ffmpeg.
Signature:
export declare class VideoPrintFromRepository extends VideoPrintRepository
Extends: VideoPrintRepository
Method | Modifiers | Description |
---|---|---|
fromFile(filePath, fileType, printType) | Creates a video print from a file on disk | |
fromModel(print) | Creates a VideoPrint from IVideoPrint data | |
fromUrl(url, fileType, printType) | Creates a Print from an URL |