-
-
Notifications
You must be signed in to change notification settings - Fork 7
New Video
apobekiaris edited this page Sep 4, 2020
·
1 revision
Creates a new video out of an image.
New-Video [-Image] <FileInfo> [-OutputFile] <String> [-Duration] <Int32> [-FrameRate] <Int32>
[<CommonParameters>]
Creates a new video out of an image.
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
{{ Fill Duration Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill FrameRate Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ 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
{{ Fill OutputFile Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.