Skip to content

New Video

apobekiaris edited this page Sep 4, 2020 · 1 revision

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

New-Video

SYNOPSIS

Creates a new video out of an image.

SYNTAX

New-Video [-Image] <FileInfo> [-OutputFile] <String> [-Duration] <Int32> [-FrameRate] <Int32>
 [<CommonParameters>]

DESCRIPTION

Creates a new video out of an image.

EXAMPLES

Example 1

PS C:\> New-Video .\image.png .\video.mp4 10 12

Creates the video.mp4 with duration 10 sec and framerate 12 out of the image.png

PARAMETERS

-Duration

{{ Fill Duration Description }}

Type: Int32
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-FrameRate

{{ Fill FrameRate Description }}

Type: Int32
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Image

{{ Fill Image Description }}

Type: FileInfo
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-OutputFile

{{ Fill OutputFile Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.IO.FileInfo

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally