escaped / django-video-encoding

django-video-encoding helps to convert your videos into different formats and resolutions.
BSD 3-Clause "New" or "Revised" License
116 stars 45 forks source link

Do not upscale videos #8

Open escaped opened 6 years ago

escaped commented 6 years ago

Currently, all videos will be scaled to the requested resolution. This does not make sense when a video will be upscaled. We should change the source so that

  1. the video is not automatically upscaled and
  2. there is an option to explicitly turn upscaling on.