Detecting empty streams #3

Open
opened 2021-10-11 15:02:00 +02:00 by erth9960 · 0 comments
Owner

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.

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.
erth9960 added the
Research
label 2021-10-11 15:05:30 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
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: DMC/play-daemon#3
No description provided.