-
-
Notifications
You must be signed in to change notification settings - Fork 1
Use FFMpeg
James Brundage edited this page Apr 22, 2022
·
2 revisions
Uses ffmpeg directly.
Runs ffmpeg directly.
Use-FFMpeg -FFMpegArgument '-i', "`"$home\Video\A.mp4`"", "`"$home\Music\A.mp3`""
Arguments to FFMpeg.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String[]] |
false | named | true (ByPropertyName) |
The path to FFMpeg.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | named | false |
If set, will run as a background job.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
System.String
Use-FFMpeg [-FFMpegArgument <String[]>] [-FFMpegPath <String>] [-AsJob] [<CommonParameters>]