Here is code which shows thumbnail in list from ffmpeg
m on hostgator which doeosnt support ffmpeg,i want 2 show thumbnail manually, my manual screen shot folder is video/screen shot
can anybody make some changes 4 showing thumbnai?
PHP Code:
elseif(($ext == 'avi' || $ext == '3gp' || $ext == 'mp4') && extension_loaded('ffmpeg')){$pre = '<img style="margin: 1px;" src="ffmpeg.php?id='.$file_info['id'].'" alt=""/><br>';
can anybody make some changes 4 showing thumbnai?
Comment