Skip to content

Instantly share code, notes, and snippets.

View feedsbrain's full-sized avatar
:octocat:
Catching 8 dimensions of wellness

Indra Gunawan feedsbrain

:octocat:
Catching 8 dimensions of wellness
View GitHub Profile
@feedsbrain
feedsbrain / run.csx
Created April 28, 2017 15:30 — forked from jakkaj/run.csx
FFMPEG inside an Azure function.
#r "Microsoft.WindowsAzure.Storage"
using Microsoft.WindowsAzure.Storage.Blob;
using System.Diagnostics;
using System.IO;
public static async Task Run(Stream myBlob, string name, Binder binder, TraceWriter log)
{
log.Info($"Jordan C# Blob trigger function Processed blob\n Name:{name} \n Size: {myBlob.Length} Bytes");