-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add transcription range fields to database and ingestion models, add validator for time duration, add range filter to ffmpeg audio split, update tests * Add tests for edge case transcription ranges * Fix end_time=start_time typo, update tests to be more concise, add ffmpeg error logging * Updated transcription range to video range, updated video handling to host when limiting video to a range, updated mp4 conversion to allow a range, connected mp4 to clip functionality, updated tests and tried to make testing slightly more consistent, added Session ingestion verification to test out * Update session hash to reflect trimmed video * Bypass hash task * Remove unnecessary logging, duration validation comments, elif typo fix in cdp_will_host control structure * Reverted function parameter doc for split audio * Improved documentation for video_start_time in ingestion_models * Use content hash to name videos and prevent collisions across sessions * Use pathlib functions from 3.8, add type annotations for mock function * Add return type annotations for mock function * Lint updates * Move file renaming to earliest point, return unique names from file conversion functions * UUID for original file resource copy task so to prevent collisions earlier in the process * Minor comment change to force CI reprocessing * Stop renaming resource within task * Lint * Flag for adding source suffix in resource copy * Log file status after copy for debugging * Logging to debug file copy * Logging to debug file copy * Logging to debug file copy * Logging to debug file copy * Remove rename
- Loading branch information
1 parent
b00f378
commit aa8ff15
Showing
4 changed files
with
171 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters