In config.yaml, we can define video-profiles like i.e.
video-profiles:
360p:
width: 640
height: 360
bitrate: 800
540p:
width: 960
height: 540
bitrate: 1800
Is there a way to have an "original file" profile? i.e. to optionally just serve up the source .mp4, without any transcoding?
If not, would love it as a feature request :)
In config.yaml, we can define video-profiles like i.e.
Is there a way to have an "original file" profile? i.e. to optionally just serve up the source .mp4, without any transcoding?
If not, would love it as a feature request :)