Checkbox to export .vtt + .txt with .html at once #92
+54
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
At the moment it is not possible to generate all 3 available export formats (
.html
,.txt
and.vtt
) at once - the transcription pipeline has to run individually to generate one of these 3 export formats, which is quite costly (in time and computation) if you want to generate multiple export formats at once (as I wanted to do).To fix this, I implemented a checkbox
check_box_export_all_formats
to toggle the additional output of.vtt
and.txt
files. The additional output files are stored in the same folder the user has chosen for their main transcription file. I have also included translations for the new checkbox.To give the new checkbox a bit more space in the UI, I increased the height of
self.geometry
by 5px.