Adds ability to filter subtitle streams based on the title
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good

This commit is contained in:
2022-10-11 23:13:45 +02:00
parent 1323513e46
commit 3c298f623e
6 changed files with 31 additions and 16 deletions

View File

@ -430,5 +430,5 @@ public final class FFMpegHelper {
}
return new SubtitleStream(codecName, absoluteIndex, relativeIndex, language, title, file);
}
}