export interface ESMediaMetadata {
    videoType?: string;
    size?: number;
    coverToConcat?: boolean;
    [prop: string]: any;
}
