Detecting empty streams #3
Labels
No Label
Priority
Research
Speculative
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DMC/play-daemon#3
Loading…
Reference in New Issue
Block a user
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?
When recording a lecture, all sources are recorded regardless of content or lack thereof. Transcoding a purely black stream takes about as long as a video with content. This problem also applies when importing from mediasite.
If there is a way to efficiently detect that a stream is all black, we could save significant amounts of transcoding time.
ffmpeg has a filter called
blackdetect
that may do the job, but it seems to use too much time.