-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Feature Request
Only perform reencoding operations on files that are larger than 25 MB.
Rationale
- Reencoding small files can be unnecessary and time-consuming.
- By limiting reencoding to files greater than 25 MB, processing time and resource usage can be optimized.
Acceptance Criteria
- Files <= 25 MB are not reencoded.
- Files > 25 MB are reencoded as before.
- The workflow and user experience remain consistent.
Please implement a size check prior to reencoding and update the logic accordingly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels