PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
ffmpeg-php
/
examples
<?php /** * include FFmpeg class **/ include DIRNAME(DIRNAME(__FILE__)).'/src/FFmpeg.php'; $start = 1; $frames = 10; $size = '100x100'; $file = '/var/www/file.mp4'; $FFmpeg = new FFmpeg; $FFmpeg->input( $file )->thumb($size, $start , $frames )->ready();
[-] complete.php
[edit]
[+]
..
[-] thumbs.php
[edit]