doocus first ver

This commit is contained in:
Mariano Gabriel
2026-07-05 10:08:42 -03:00
parent e214b17c55
commit ca8b3a784d
57 changed files with 4167 additions and 56 deletions

View File

@@ -39,7 +39,7 @@ class TestMakefile(unittest.TestCase):
self.assertIn("--scene-threshold 10", line)
self.assertIn("--transcript-formats srt", line)
self.assertIn("--embed-images", line)
self.assertNotIn("--language", line) # no AUDIO_LANG -> no --language
self.assertIn("--language en", line) # AUDIO_LANG defaults to en
def test_audio_lang_appends_language(self):
with tempfile.TemporaryDirectory() as tmp: