python SubtiltlesGeneratorNoExit.py = After generating subtitles, the script does NOT shut down the OS.
python SubtiltlesGeneratorWithExit.py = After generating subtitles, the script shut down the OS.
Dependency:
pip install whisper
version :Python 3.7 or newer needs it. Python 3.7 vagy újabb verzió szügséges a futatáshoz
The script recursively scans the folder from which it is started, including all subfolders, and generates subtitles for any video files it finds. By default, the generated subtitles match the video's language.
You can also specify the subtitle language via command line (CMD or PowerShell), for example to generate subtitles in English.
The script scans the folder where it was started and all its subfolders. Wherever it finds video files, it saves the generated subtitles.
By default, subtitles are generated in the video's detected language, but you can specify English or any other language via command line.
Amelyik mappában elinditottad ott a script körüljárja a mappákat és ahol videót találoda menti a feliratot. Ami a videó nyelve arra generál de ha akarod megtudod adni az angolt és bármelyik nyelvet külön parancssorban.
Example usage:
python SubtiltlesGeneratorNoExit.py --language en