forked from GNUsocial/gnu-social
Write to the tmp file in VideoThumbnails
This commit is contained in:
parent
25f623565a
commit
6bec22ea4e
@ -67,7 +67,7 @@ class VideoThumbnailsPlugin extends Plugin
|
|||||||
common_log(LOG_ERR, 'Neither ffmpeg nor avconv was found in your PATH. Cannot create video thumbnail.');
|
common_log(LOG_ERR, 'Neither ffmpeg nor avconv was found in your PATH. Cannot create video thumbnail.');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
$result = exec($cmd.' -i '.escapeshellarg($file->getPath()).' -vcodec mjpeg -vframes 1 -f image2 -an '.escapeshellarg($imgPath));
|
$result = exec($cmd.' -i '.escapeshellarg($file->getPath()).' -vcodec mjpeg -vframes 1 -f image2 -an '.escapeshellarg($tmp_imgPath));
|
||||||
|
|
||||||
if (!getimagesize($tmp_imgPath)) {
|
if (!getimagesize($tmp_imgPath)) {
|
||||||
common_debug('exec of "avconv" produced a bad/nonexisting image it seems');
|
common_debug('exec of "avconv" produced a bad/nonexisting image it seems');
|
||||||
|
Loading…
Reference in New Issue
Block a user