Skip to content

Use FFProbe

James Brundage edited this page Apr 22, 2022 · 2 revisions

Use-FFProbe

Synopsis

Uses ffprobe directly.


Description

Runs ffprobe.


Related Links


Examples

EXAMPLE 1

Use-FFProbe -FFProbeArgument "$home\Music\ASong.mp3"

Parameters

FFProbeArgument

Arguments to ffprobe.

Type Requried Postion PipelineInput
[String[]] false named true (ByPropertyName)

FFProbePath

The path to FFProbe

Type Requried Postion PipelineInput
[String] false named false

AsJob

If set, will launch in a background job.

Type Requried Postion PipelineInput
[Switch] false named false

Outputs

System.String


Syntax

Use-FFProbe [-FFProbeArgument <String[]>] [-FFProbePath <String>] [-AsJob] [<CommonParameters>]

Clone this wiki locally