You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverting an old deletion and bringing back the 0_main_vtt_generation.py file. Intent here is to keep an optional standalone tool to transcript audio to SRT from random video files not necessarily downloaded by the main tools here.
At the time of this writing, the old file has been added in but is unchanged so is unlikely to work at this point in time. More work to come on that front...
The text was updated successfully, but these errors were encountered:
Script is manually run. We will look at any supplied command line argument and allow multiples. Either a single file or a directory can be supplied and they can be mixed and matched. ie:
We will iterate through these in the order received, directories will be walked to locate videos by common file extensions (mkv, mp4, avi, mov, flv. We'll probably follow OBS' cue and watch for the file extensions it is able to export).
Once all files are found in the user provided locations, we'll iterate through each one with the transcription code as we'd expect.
Much like the primary scripts in this repo, if we locate an SRT of the same filename as the video in the same directory, we'll skip transcribing that video.
Reverting an old deletion and bringing back the
0_main_vtt_generation.py
file. Intent here is to keep an optional standalone tool to transcript audio to SRT from random video files not necessarily downloaded by the main tools here.At the time of this writing, the old file has been added in but is unchanged so is unlikely to work at this point in time. More work to come on that front...
The text was updated successfully, but these errors were encountered: