This script has been moved to a full repo to include other files and licensing information:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pull all images | |
docker images --format "{{.Repository}}:{{.Tag}}" | Where-Object {$_ -notmatch "<none>"} | %{docker pull $_} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head runat="server"> | |
<title>Sitecore Temp Folder Browser</title> | |
<link rel="Stylesheet" type="text/css" href="/sitecore/shell/themes/standard/default/WebFramework.css" /> | |
<link rel="Stylesheet" type="text/css" href="./default.css" /> | |
</head> | |
<body> | |
<script runat="server"> | |
private const string TEMP_FOLDER_PATH = @"C:\inetpub\wwwroot\Sitecore\temp\"; | |
private const int MAX_FILE_COUNT = 10; |
ffmpeg -r 24 -start_number 1000 -i Time-Lapse-%04d.png -c:v libx264 -pix_fmt yuv420p time-lapse-4k.mp4
ffmpeg -r 30 -start_number 1000 -i Time-Lapse-%04d.png -s hd1080 -vcodec libx264 -crf 18 -preset slow -pix_fmt yuv420p time-lapse.mp4