From c8b942b1fbe8fdab1db0e0f56d3ed86a7486b578 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Thu, 1 Jan 2026 19:26:01 +0100 Subject: cache extracted subtitles & deepl translations --- src/subtitles/extraction/whisper.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/subtitles/extraction/whisper.rs') diff --git a/src/subtitles/extraction/whisper.rs b/src/subtitles/extraction/whisper.rs index bd6fba7..be4346a 100644 --- a/src/subtitles/extraction/whisper.rs +++ b/src/subtitles/extraction/whisper.rs @@ -21,8 +21,7 @@ struct WhisperCue { } pub fn generate_whisper_subtitles( - // stream index to use when storing generated subtitles, this index - // already has to be in TRACKS when this function is called! + // stream index to use when storing generated subtitles stream_ix: StreamIndex, context: ffmpeg::codec::Context, time_base: ffmpeg::Rational, -- cgit 1.4.1