https://github.com/dfinke/powershell-azure-function-video-to-gif
Powershell Azure Function Converts Video To Gif
https://github.com/dfinke/powershell-azure-function-video-to-gif
azure azurefunctions ffmpeg functions powershell video
Last synced: about 2 months ago
JSON representation
Powershell Azure Function Converts Video To Gif
- Host: GitHub
- URL: https://github.com/dfinke/powershell-azure-function-video-to-gif
- Owner: dfinke
- License: mit
- Created: 2019-06-24T14:30:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T20:50:54.000Z (about 7 years ago)
- Last Synced: 2025-01-11T10:34:15.853Z (over 1 year ago)
- Topics: azure, azurefunctions, ffmpeg, functions, powershell, video
- Language: HTML
- Homepage:
- Size: 6.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Powershell Azure Function Converts Video To Gif

1. Clone this repo
1. Use the `Deploy to Azure` button to provision the cloud resources needed.
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fdfinke%2Fpowershell-azure-function-video-to-gif%2Fmaster%2Fdeploy.json)
1. Use the `func cli` to deploy the PowerShell Azure Function `func azure functionapp publish video-gif`.
1. Create the blob storage container using the Azure portal, named `samples-workitems`.
1. Grab the `Connection String` from the `Access keys` on the storage account in your new resource group.
1. Configure a new `cnnstring` with the above `Connection String` in the Azure Function `Application Settings`.
You should be ready to go, upload an `mp4` file to the blob storage and that should trigger the PowerShell `run.ps1` to convert the `mp4` into gif and store the gif in `D:\home\site\videos`.
# Resources
https://github.com/krishnaji/durable-function-video-to-gif