export interface IOptions { rate?: number; quality?: number; resolution?: string; codec?: string; image?: boolean; }