UNPKG

smart-file-upload

Version:

Smart file upload

10 lines (9 loc) 383 B
import { PathService } from './path.service'; export declare class FFmpegService { private readonly pathService; constructor(pathService: PathService); durationInSecondsCommand(input: string): string; durationInStringCommand(input: string): string; thumbnailCommand(input: string, output: string): string; abvCommand(input: string, output: string): string; }