Cheetah
Functions
functions.inc.php File Reference

Go to the source code of this file.

Functions

 vcPrepareCommand ($sTemplate, $aOptions)
 
 vcUsex264 ()
 
 uploadFile ($sFilePath, $sUserId)
 
 publishRecordedVideoFile ($sUserId)
 
 initVideoFile ($sId, $sTitle, $sCategory, $sTags, $sDesc)
 
 _getVideoSize ($sInputFile)
 
 _getConverterTmpl ($sInputFile, $sSize, $bSound=true)
 
 _getVideoBitrate ()
 
 convertFile ($sFile, $sCommand)
 
 _convertMain ($sId, $sTmpl="")
 
 _convert ($sId)
 
 _grabImages ($sInputFile, $sOutputFile, $iSecond=0, $bForse=false)
 
 _getGrabImageTmpl ($sInputFile, $sOutputFile, $sSize="", $iSecond=0)
 
 _deleteTempFiles ($sUserId, $bSourceOnly=false)
 
 _deleteFile ($sFile)
 
 _getToken ($sId)
 

Function Documentation

◆ _convert()

_convert (   $sId)

Definition at line 156 of file functions.inc.php.

◆ _convertMain()

_convertMain (   $sId,
  $sTmpl = "" 
)

Definition at line 130 of file functions.inc.php.

◆ _deleteFile()

_deleteFile (   $sFile)

Delete file

Parameters
$sFile- file identificator
Returns
$bResult - result of operation (true/false)

Definition at line 240 of file functions.inc.php.

◆ _deleteTempFiles()

_deleteTempFiles (   $sUserId,
  $bSourceOnly = false 
)

Definition at line 222 of file functions.inc.php.

◆ _getConverterTmpl()

_getConverterTmpl (   $sInputFile,
  $sSize,
  $bSound = true 
)

Definition at line 97 of file functions.inc.php.

◆ _getGrabImageTmpl()

_getGrabImageTmpl (   $sInputFile,
  $sOutputFile,
  $sSize = "",
  $iSecond = 0 
)

Definition at line 215 of file functions.inc.php.

◆ _getToken()

_getToken (   $sId)

Definition at line 264 of file functions.inc.php.

◆ _getVideoBitrate()

_getVideoBitrate ( )

Definition at line 110 of file functions.inc.php.

◆ _getVideoSize()

_getVideoSize (   $sInputFile)

Definition at line 73 of file functions.inc.php.

◆ _grabImages()

_grabImages (   $sInputFile,
  $sOutputFile,
  $iSecond = 0,
  $bForse = false 
)

Definition at line 201 of file functions.inc.php.

◆ convertFile()

convertFile (   $sFile,
  $sCommand 
)

Definition at line 122 of file functions.inc.php.

◆ initVideoFile()

initVideoFile (   $sId,
  $sTitle,
  $sCategory,
  $sTags,
  $sDesc 
)

Definition at line 62 of file functions.inc.php.

◆ publishRecordedVideoFile()

publishRecordedVideoFile (   $sUserId)

Definition at line 44 of file functions.inc.php.

◆ uploadFile()

uploadFile (   $sFilePath,
  $sUserId 
)

Definition at line 22 of file functions.inc.php.

◆ vcPrepareCommand()

vcPrepareCommand (   $sTemplate,
  $aOptions 
)

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file functions.inc.php.

◆ vcUsex264()

vcUsex264 ( )

Definition at line 15 of file functions.inc.php.