cerevox
Version:
TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments
9 lines • 388 B
TypeScript
/** 主函数:获取 MP4 时长(秒) */
export declare function getMp4Duration(filePath: string): Promise<number | null>;
/**
* 检查MP4文件是否包含音频轨道
* @param filePath MP4文件路径
* @returns Promise<boolean> 是否包含音频轨道
*/
export declare function checkMp4HasAudio(filePath: string): Promise<boolean>;
//# sourceMappingURL=mp4-duration.d.ts.map