Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Improved Handling of Massive Numbers of Transcription Files in Videogrep #140

Open
neopiccolorat opened this issue Jan 19, 2025 · 0 comments

Comments

@neopiccolorat
Copy link

In the current version, Videogrep requires a video or audio file as input, which must also have the same name as the accompanying .srt, .vtt, or .json transcription file. While this setup is logical when working directly with media files, it creates unnecessary dependencies in certain workflows.

The video and audio file has to be there if someone is exporting a supercut or all the individual segments.

For example, when generating an XML file, the source video isn't really needed imo, only the transcription file is needed, since they have the same name. Therefore, I propose adding an option for Videogrep to work directly with transcription files, bypassing the need for the video or audio file altogether.

This feature would be extremely beneficial, especially since exporting XML files is a very fast process.

Additionally, for users who have transcription files stored in directories separate from their video files, batch processing an entire folder of transcription files would greatly enhance usability and efficiency.

@neopiccolorat neopiccolorat changed the title Feature: Improved Handling of Transcription Files in Videogrep Feature: Improved Handling of Massive Numbers of Transcription Files in Videogrep Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant