[GH-ISSUE #1721] Add custom FFmpeg transcoding arguments #944

Closed
opened 2026-02-26 02:34:42 +03:00 by kerem · 1 comment
Owner

Originally created by @erri120 on GitHub (Nov 5, 2023).
Original GitHub issue: https://github.com/koel/koel/issues/1721

Description

The FFmpeg arguments are currently hard-coded and the only settings are for the bitrate:

github.com/koel/koel@ea4a42d600/app/Services/Streamers/TranscodingStreamer.php (L32-L39)

github.com/koel/koel@ea4a42d600/app/Factories/StreamerFactory.php (L38-L44)

Example

Would resolve https://github.com/koel/koel/issues/1569 and other issues related to using different encodings. This can be an advanced setting, and would allow "expert users" to specify better transcoding options.

Originally created by @erri120 on GitHub (Nov 5, 2023). Original GitHub issue: https://github.com/koel/koel/issues/1721 **Description** The FFmpeg arguments are currently hard-coded and the only settings are for the bitrate: https://github.com/koel/koel/blob/ea4a42d60004dd154e210740c9944cc47046e958/app/Services/Streamers/TranscodingStreamer.php#L32-L39 https://github.com/koel/koel/blob/ea4a42d60004dd154e210740c9944cc47046e958/app/Factories/StreamerFactory.php#L38-L44 **Example** Would resolve https://github.com/koel/koel/issues/1569 and other issues related to using different encodings. This can be an advanced setting, and would allow "expert users" to specify better transcoding options.
kerem closed this issue 2026-02-26 02:34:42 +03:00
Author
Owner

@phanan commented on GitHub (Dec 12, 2023):

I don't think this need is common enough to justify the burden of maintenance, sorry.

<!-- gh-comment-id:1851979592 --> @phanan commented on GitHub (Dec 12, 2023): I don't think this need is common enough to justify the burden of maintenance, sorry.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#944
No description provided.