• 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 2 Guests 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)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 32569

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 16631

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 59476

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 42240

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 1466

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 1795

Like a video - unlinke a video - relike a video does not work

Started by spirog


Replies: 7
Views: 1582