UNPKG

search_vid

Version:

CLI tool for searching subtitles and playing videos at specific timestamps

3 lines (2 loc) 151 B
export declare function playVideo(videoPath: string, startTimeMs: number): void; export declare function formatTimeForDisplay(timeMs: number): string;