Replies: 2 comments
|
Anybody else needs to apply effects on input video/audio? |
0 replies
|
Good idea. But OME integrates ffmpeg at the library level rather than connecting to it at the command line level. So we can't simply pass filter parameters, the filter library needs to be integrated and implemented. So this isn't as simple as it might seem. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
FFMPEG is a versatile tool, have ability to apply various filters on the input video (or audio) and it's a good option to have them on a stream server. For example rotating, mirroring, changing hue, applying watermark logo, text, etc.
I know implementing all of them takes a huge time but for now, we can have ability to pass filter parameters to ffmpeg while creating output profiles in Server.xml or in TranscodeWebhook.
All reactions