Skip to content

Instantly share code, notes, and snippets.

@forsythetony
Created June 11, 2014 15:05
Show Gist options
  • Save forsythetony/af3fa97d63c0d6ee49a0 to your computer and use it in GitHub Desktop.
Save forsythetony/af3fa97d63c0d6ee49a0 to your computer and use it in GitHub Desktop.
$convertMessage = ("Converting video with argument list " + $ArgumentList)
Write-Host $convertMessage
Start-Process -FilePath "C:\Program Files\ffmpeg\bin\ffmpeg.exe" -ArgumentList $ArgumentList -Wait -NoNewWindow;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment