added cleanup script so you can slim down long grown pictshare instances

This commit is contained in:
Chris
2018-03-29 15:32:49 +02:00
parent cd32706ec4
commit 7df2ac0740
2 changed files with 81 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
<?php
/*
* MP4 re-encoder
* Since we don't know where the mp4's come from we'll have to handle them ourselves
* While desktop browsers are more forgiving older phones might not be
* MP4 to webm and ogg converter
* When MP4s are uploaded we only have MP4s. This script converts also to
* webm and ogg for wider range of supported devices
*
* usage: php render_webm_ogg.php [noogg] [nowebm] [noskip]
*