transcoding
Here are 126 public repositories matching this topic...
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
-
Updated
Apr 6, 2022 - Go
-
Updated
Mar 16, 2022 - Java
-
Updated
Mar 22, 2022 - Shell
-
Updated
Mar 31, 2021 - C++
-
Updated
Mar 2, 2022 - Python
-
Updated
May 21, 2021 - C++
-
Updated
Apr 8, 2022 - PHP
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
-
Updated
Mar 1, 2022 - Go
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
May 19, 2021 - C++
-
Updated
Mar 31, 2022 - Python
-
Updated
Apr 8, 2022 - C++
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
Dec 30, 2021 - Go
-
Updated
Apr 12, 2021 - Python
-
Updated
Mar 1, 2022 - C++
-
Updated
Oct 4, 2018 - Shell
-
Updated
Mar 13, 2021 - Shell
-
Updated
Mar 12, 2021 - Python
-
Updated
Feb 4, 2019 - JavaScript
-
Updated
Jul 2, 2019 - PHP
-
Updated
Aug 11, 2021 - PHP
Improve this page
Add a description, image, and links to the transcoding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transcoding topic, visit your repo's landing page and select "manage topics."
The value of allowed undershoot in the resize mode
ExactOrSmalleris 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