• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] want to add thumbline in pictures and mp4 videos.

Started by scandalsvideos,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scandalsvideosTopic starter

Hi,

I edited videocron.php ffmpeg command to add thumbline, But when i am uploading mp4 videos thumbline is not added to the videos, Can anybody tell me how i add thumbline to the mp4 videos?

And also i want to add thumbline to the pictures( Images)  when i upload them, How i can do that?

Thanks.
  •  

PHPVibe A.


scandalsvideosTopic starter

  •  

PHPVibe A.

Can you explain again, it's pretty confusing what you need, I can't really understand it.

scandalsvideosTopic starter

I edited videocron.php ffmpeg command to add thumbnail( Watermark of my website on videos ), But when i am uploading mp4 videos thumbnail is not added, Can anybody tell me how i add thumbnail to the mp4 videos?

And also i want to add thumbnail (watermark of my website) to the pictures( Images)  when i upload them, How i can do that?
  •  

PHPVibe A.

In lib/upload-ffmpeg.php mp4's are excluded from conversion, so videocron is not triggered.

$ncv = array( "mp4","ogv","webm");
$ext = strtolower($ext);
if(!in_array($ext,$ncv)) {
//Needs converting



scandalsvideosTopic starter

  •  

PHPVibe A.

com/com_image.php holds the uploader for images and also processes it.

Quoteif (move_uploaded_file($_FILES['play-img']['tmp_name'], $savePath.$saveName.'.'.$ext)) {

Similar topics (7)