-
-
Notifications
You must be signed in to change notification settings - Fork 7
ConvertTo GifFromMp4
apobekiaris edited this page Sep 4, 2020
·
1 revision
Converts an mp4 to Gif.
ConvertTo-GifFromMp4 [-Mp4Path] <FileInfo> [[-OutputFile] <String>] [[-FrameRate] <Int32>] [[-Width] <Int32>]
[<CommonParameters>]
Converts an mp4 to Gif.
PS C:\> New-Video $image "$env:TEMP\video.mp4" 10 $frameRate|ConvertTo-GifFromMp4
Creates a new mp4 and then converts it to gif.
{{ Fill FrameRate Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Mp4Path 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: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Width Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
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.