ffmpeg-toolkit
Version:
A modern FFmpeg toolkit for Node.js
16 lines • 389 B
TypeScript
export * from './ffmpeg';
export interface FfprobeStream {
width?: number;
height?: number;
r_frame_rate?: string;
codec_name?: string;
bit_rate?: string;
color_space?: string;
duration?: string;
avg_frame_rate?: string;
profile?: number;
level?: number;
pix_fmt?: string;
display_aspect_ratio?: string;
}
//# sourceMappingURL=index.d.ts.map