You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
To be fully done from a business perspective, this enhancement would also need to include some aspect of adding the transformed video as an MP4 rendition. Whether this is on-demand or on-upload of content is up to debate (and likely a client to client config thing) but being added as a rendition is needed for this enhancement to be a step up from manual video conversion.
FFMPEG can be utilized to convert different types of video files (e.g. wav, mov, avi) to mp4. Using the command ffmpeg -i .mp4 should achieve this.
The goal is to create a OC transformer to do this conversion for us.
The text was updated successfully, but these errors were encountered: