mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[PR #123] [MERGED] Add ffmpeg into Dockerfile #175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asapach/peerflix-server/pull/123
Author: @pryg-skok
Created: 9/14/2017
Status: ✅ Merged
Merged: 9/14/2017
Merged by: @asapach
Base:
master← Head:master📝 Commits (1)
26f4428Add ffmpeg into Dockerfile📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
Dockerfile(+1 -0)📄 Description
A naive way - just to add ffmpeg into image is works. But it has some issues with calling code.
#122
The problem with function which calls ffmpeg:
It's actually not only remuxing, but also transcoding audio and video with specified bitrates and only on single core which is likely can't be done in realtime even on high end systems without HW acceleration.
I'll open separate issue for this, and also proposes for different links for remuxed variants in #19 is pretty meaningful to implement.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.