Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
You can get the list of installed codecs with:
# Initialize | |
$resourceSubDomainName = "sample-subdomain" | |
$zoneName = "contoso.local" | |
$hostedZone = Get-R53HostedZones | where Name -eq $zoneName | |
# Set ResourceRecordSet | |
$resourceName = $resourceSubDomainName + "." + $zoneName | |
$resourceRecordSet = New-Object Amazon.Route53.Model.ResourceRecordSet | |
$resourceRecordSet.Name = $resourceName | |
$resourceRecordSet.Type = "A" |
thanks to @neurodyne and this link for updated instructions
This works with the following versions of termsrv.dll
x64 - termsrv.dll - 6.3.9600.17095
Find | Replace |
---|---|
39813C0600000F849E310500 | B80001000089813806000090 |
090085C07F078BD8 | 090085C090908BD8 |
<!doctype html> | |
<title>Site Maintenance</title> | |
<style> | |
body { text-align: center; padding: 150px; } | |
h1 { font-size: 50px; } | |
body { font: 20px Helvetica, sans-serif; color: #333; } | |
article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
a { color: #dc8100; text-decoration: none; } | |
a:hover { color: #333; text-decoration: none; } | |
</style> |