Skip to content

BlackFrame Extension

James Brundage edited this page Apr 24, 2022 · 6 revisions

Extension/BlackFrame.rd.Extension.ps1

Synopsis

Detects black frames.


Description

Detects black frames in an video stream, using the blackframe filter.


Related Links

  • [https://ffmpeg.org/ffmpeg-filters.html#blackframe

It's an extension](https://ffmpeg.org/ffmpeg-filters.html#blackframe

It's an extension)

  • [https://ffmpeg.org/ffmpeg-filters.html#blackframe

It's an extension](https://ffmpeg.org/ffmpeg-filters.html#blackframe

It's an extension)

Parameters

BlackFrameDetect

If set, will find black frames within a video.

Type Requried Postion PipelineInput
[Switch] true named false

BlackFrameThreshold

The perctange of the screen blackness that constitutes a cut. By default, 15%. Due to encoding and equipment, very few fades to black are actually truly black. They are often very dark grey instead.

Type Requried Postion PipelineInput
[Double] false 1 false

Syntax

Extension/BlackFrame.rd.Extension.ps1 -BlackFrameDetect [[-BlackFrameThreshold] <Double>] [<CommonParameters>]

Clone this wiki locally