Skip to content
#

transcoding

Here are 126 public repositories matching this topic...

lambdapioneer
lambdapioneer commented Nov 17, 2018

The value of allowed undershoot in the resize mode ExactOrSmaller is currently a compile time constant. It would be great to make this configurable for the developer using the library:

https://github.com/facebookincubator/spectrum/blob/fa9e917f5b062797d51c3e013aaa7d61926c72a5/cpp/spectrum/core/ResizeUtil.h#L22-L27

enhancement good first issue
gerbera
hmoffatt
hmoffatt commented Jun 1, 2021

The instructions for docker-compose reference a volume called gerbera-config, but it is not declared, so starting the container fails with

ERROR: Named volume "gerbera-config:/var/run/gerbera:rw" is used in service "gerbera" but no declaration was found in the volumes section.

The container needs to be declared with

volumes:
  gerbera-config: {}

However, I don't thin

JohnVeness
JohnVeness commented Apr 21, 2019

At the moment, while an encoding is in progress, the encoding settings can be changed. Although I assume changing these will have no effect in the encoding in progress, it is rather odd and distracting that you can change them.

I suggest to grey these out while an encoding is in progress so they cannot be changed. I think greying is better than hiding, so you can see what settings were picked eve

Improve this page

Add a description, image, and links to the transcoding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transcoding topic, visit your repo's landing page and select "manage topics."

Learn more