2024-11-15 11:37:58 -05:00
|
|
|
{
|
2024-11-15 13:39:20 -05:00
|
|
|
buildApp,
|
2024-11-15 11:37:58 -05:00
|
|
|
ffmpeg-full,
|
|
|
|
...
|
2024-11-15 13:39:20 -05:00
|
|
|
}:
|
|
|
|
buildApp {
|
|
|
|
src = ./.;
|
2025-01-25 16:34:53 -05:00
|
|
|
npmDepsHash = "sha256-LL6EbpRbcOEnyDoMkAEUztgauF0fsjH2BDsOVPoQjQ4=";
|
2024-11-15 13:39:20 -05:00
|
|
|
|
|
|
|
runtimeInputs = [
|
|
|
|
ffmpeg-full
|
|
|
|
];
|
2025-01-20 12:34:07 -05:00
|
|
|
|
|
|
|
meta.description = ''
|
|
|
|
Extract all `srt` subtitle files from a `mkv` video with the appropriate name.
|
|
|
|
'';
|
2024-11-15 13:39:20 -05:00
|
|
|
}
|