Expand description
Endpoint used to manage a local ffmpeg executable. Workflow steps can request FFMPEG be run with specific parameters, and the endpoint will run it. If the ffmpeg process stops before being requested to stop, then the endpoint will ensure it gets re-run.
Structs§
- Ffmpeg
Params - Parameters to pass to the ffmpeg process
- Video
Scale - The dimensions video should be scaled to
Enums§
- Audio
Transcode Params - Audio transcode instructions
- Ffmpeg
Endpoint Notification - Notifications of what’s happening with an ffmpeg operation
- Ffmpeg
Endpoint Request - Requests of ffmpeg operations
- Ffmpeg
Endpoint Start Error - Error that occurs when starting the ffmpeg endpoint
- Ffmpeg
Failure Cause - Reasons that ffmpeg may fail to start
- H264
Preset - H264 presets
- Target
Params - Where should ffmpeg send the media
- Video
Transcode Params - Video transcode instructions
Functions§
- start_
ffmpeg_ endpoint - Starts a new ffmpeg endpoint, and returns the channel in which the newly created endpoint can be communicated with