Skip to content

Bugfix for Trimmed Videos During Parallel Processing

Compare
Choose a tag to compare
@evamaxfield evamaxfield released this 01 Jan 21:25
· 90 commits to main since this release
aa8ff15

In v3.2.10, we introduced video trimming during processing in cases where users may just want to process part of a larger video. That functionality broke when trying to parallel process events because all trimmed sections were stored under the same file name. This release fixes that behavior by making the temporary file name used for the clipped portion random / a uuid.

What's Changed

Full Changelog: v3.2.10...v3.2.11