mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-19 06:28:01 +00:00
disable webm for now
This commit is contained in:
@@ -781,6 +781,7 @@ class PictshareModel extends Model
|
|||||||
|
|
||||||
function saveAsWebm($source,$target)
|
function saveAsWebm($source,$target)
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
$bin = escapeshellcmd(ROOT.DS.'bin'.DS.'ffmpeg');
|
$bin = escapeshellcmd(ROOT.DS.'bin'.DS.'ffmpeg');
|
||||||
$source = escapeshellarg($source);
|
$source = escapeshellarg($source);
|
||||||
$target = escapeshellarg($target);
|
$target = escapeshellarg($target);
|
||||||
|
|||||||
Reference in New Issue
Block a user