-
-
Notifications
You must be signed in to change notification settings - Fork 7
Split Video
apobekiaris edited this page Sep 4, 2020
·
1 revision
external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: http://jdhitsolutions.com/blog/powershell/3462/friday-fun-out-conditionalcolor/ schema: 2.0.0
Splits a video to multiple files.
Split-Video -Video <FileInfo> [-From <TimeSpan>] -To <TimeSpan> [<CommonParameters>]
Split-Video -Video <FileInfo> -Parts <Int32> [<CommonParameters>]
Splits a video to multiple files.
PS C:\> Split-Video -Video .\image.gif -Parts 2
Splits the image.gif to two files.
{{ Fill From Description }}
Type: TimeSpan
Parameter Sets: time
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Parts Description }}
Type: Int32
Parameter Sets: parts
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill To Description }}
Type: TimeSpan
Parameter Sets: time
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Video Description }}
Type: FileInfo
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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.