By: Michael Lynch <git@mtlynch.io>
Limit video uploads to validation Keep the video upload route as an intermediate slice: parse the upload fields, build the media item, enforce size and duration limits, and return HTTP 501 before transcoding or saving media files. Remove the upload-specific transcoding and thumbnail generation path so this branch sits between master and slice-2.5.