21 $sFilePath =
$sFilesPath . $sUserId . IMAGE_EXTENSION;
22 @
copy($sImageUrl, $sFilePath);
23 @chmod($sFilePath, 0666);
24 $sCommand =
$sFfmpegPath .
" -y -i " . $sFilePath .
" -ss 0 -vframes 1 -an -f image2 " . $sFilePath;
25 @popen($sCommand,
"r");
26 if(file_exists($sFilePath) && filesize($sFilePath) > 0)
38 $sFileName = $sUserId . THUMB_FILE_NAME . IMAGE_EXTENSION;
41 @popen($sCommand,
"r");