10 calls to PHPVideoToolkit::getFileInfo() in Video 7
- PHPVideoToolkit::execute in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Commits all the commands and executes the ffmpeg procedure. This will also attempt to validate any outputted files in order to provide * some level of stop and check system. * * @access public *
- PHPVideoToolkit::extractFrame in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Extracts exactly one frame * * @access public * @uses $toolkit->extractFrames *
- PHPVideoToolkit::extractFrames in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Extracts frames from a video. * (Note; If set to 1 and the duration set by $extract_begin_timecode and $extract_end_timecode is equal to 1 you get more than one frame. * For example if you set $extract_begin_timecode='00:00:00' and…
- PHPVideoToolkit::extractSegment in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Extracts a segment of video and/or audio * (Note; If set to 1 and the duration set by $extract_begin_timecode and $extract_end_timecode is equal to 1 you get more than one frame. * For example if you set…
- PHPVideoToolkit::fileHasAudio in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Determines if the input media has an audio stream. * * @access public *
- PHPVideoToolkit::fileHasVideo in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Determines if the input media has a video stream. * * @access public *
- PHPVideoToolkit::formatSeconds in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Translates a number of seconds to a timecode. * * @access public *
- PHPVideoToolkit::formatTimecode in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Translates a timecode to the number of seconds * * @access public *
- PHPVideoToolkit::setInputFile in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Sets the input file that is going to be manipulated. * * @access public *
- PHPVideoToolkit::setVideoDimensions in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Sets the video output dimensions (in pixels) * * @access public *