Skip to content

Use FFMpeg

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

Use-FFMpeg

Synopsis

Uses ffmpeg directly.


Description

Runs ffmpeg directly.


Related Links


Examples

EXAMPLE 1

Use-FFMpeg -FFMpegArgument '-i', "`"$home\Video\A.mp4`"", "`"$home\Music\A.mp3`""

Parameters

FFMpegArgument

Arguments to FFMpeg.

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

FFMpegPath

The path to FFMpeg.

Type Requried Postion PipelineInput
[String] false named false

AsJob

If set, will run as a background job.

Type Requried Postion PipelineInput
[Switch] false named false

Outputs

System.String


Syntax

Use-FFMpeg [-FFMpegArgument <String[]>] [-FFMpegPath <String>] [-AsJob] [<CommonParameters>]

Clone this wiki locally