Added description for FFMPEG class
This commit is contained in:
parent
1ecc319af0
commit
d55c5bff4d
1 changed files with 16 additions and 6 deletions
|
@ -1,4 +1,14 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* File : FFMPEG Conversion Class
|
||||
* Description : Handles all FFMPEG and video conversion related process
|
||||
* like generating video qualities, generating thumbs, extracting meta data etc
|
||||
* @since : ClipBucket 1.0
|
||||
* @author : Arslan Hassan, Awais Tariq, Fawaz Tahir, Fahad Abass
|
||||
* @notice : File to be maintained and only by those who properly understand what they are doing
|
||||
*/
|
||||
|
||||
define('FFMPEG_BINARY', get_binaries('ffmpeg'));
|
||||
define('MP4Box_BINARY', get_binaries('mp4box'));
|
||||
define('MEDIAINFO_BINARY', get_binaries('media_info'));
|
||||
|
|
Loading…
Add table
Reference in a new issue