transcoding
Here are 132 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
Agnostic API to transcode media assets across different cloud services.
-
Updated
May 30, 2022 - Go
-
Updated
Mar 16, 2022 - Java
Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
-
Updated
May 30, 2022 - Shell
Qt5/C++ FFmpeg Media Converter
-
Updated
Mar 31, 2021 - C++
Pythonic interface for FFmpeg/FFprobe command line
-
Updated
May 27, 2022 - Python
The Kaltura Platform Backend. To install Kaltura, visit the install packages repository.
-
Updated
May 31, 2022 - PHP
Library with dynamic audio/video composition and runtime control
-
Updated
May 21, 2021 - C++
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
Transcoding library implementation in Golang
-
Updated
Mar 1, 2022 - Go
Easily transcode media using Node.js
-
Updated
Mar 26, 2022 - JavaScript
BatchEncoder is an audio files conversion software.
-
Updated
May 19, 2021 - C++
Media asset management and broadcast automation system
-
Updated
Mar 31, 2022 - Python
Runtime Audio Importer plugin for Unreal Engine. Importing audio of various formats at runtime.
-
Updated
May 19, 2022 - C++
ClusterPlex is basically an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
-
Updated
May 23, 2022 - JavaScript
Live on-demand transcoding in go using ffmpeg. Also with NVIDIA GPU hardware acceleration.
-
Updated
Dec 30, 2021 - Go
The ad-insertion reference pipeline shows how to integrate various media building blocks, with analytics powered by the OpenVINO™ Toolkit, for intelligent server-side ad insertion.
-
Updated
Apr 12, 2021 - Python
A fast, versatile, easy-to-use and cross-platform Media Encoder based on FFmpeg
-
Updated
May 16, 2022 - C++
Barebone Opensource Powered SBC
-
Updated
Mar 13, 2021 - Shell
FFmpeg on Raspberry Pi 3 Model B with h264 support
-
Updated
Oct 4, 2018 - Shell
A user-friendly Video Converter based on FFMPEG and written in Python/PyQt5.
-
Updated
Mar 12, 2021 - Python
VideoWhisper Live Streaming provides web based live video streaming (from webcam or similar sources).
-
Updated
Feb 4, 2019 - JavaScript
[IN PROGRESS] Tools to transcoding/encoding audio or video, inspect and convert media formats.
-
Updated
Jul 2, 2019 - PHP
Things like man-pages and Systemd services need to be copied to the appropriate locations, and Makefiles are a great way to do that without making it super distro-dependant(making distro packages will be fairly easy).
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