Overview
This release focuses on adding support for MXF video files, improving the onboarding experience, and managing your video processing jobs
Breaking Changes
- Add support for MXF videos: Edit Mind now supports MXF files. We're adding a preprocessing background job to transcode MXF to MP4 for video processing stages and streaming the video in the browser. Because the previous pipeline doesn't support MXF, we cannot play MXF videos in the browser.
Note: You must update the media volume for the background-jobs service in docker-compose.yml file to - ${HOST_MEDIA_PATH:-./media}:/media/videos:rw to add write permissions
New Features
- Improved Onboarding Experience: We're always working to improve the onboarding workflow. We've added an option to download these videos (https://github.com/IliasHad/edit-mind/tree/main/videos) to make it easier to import and process short videos to help use Edit Mind features as soon as possible.
Note: You must update the media volume for the background-jobs service in docker-compose.yml file to - ${HOST_MEDIA_PATH:-./media}:/media/videos:rw to add write permissions
- Cancel and Retry Job Actions: We've added cancel and retry actions to help manage your video processing jobs.
Full Changelog: v0.14.5...v0.20.0