Adding a logo to all the videos being posted on my website

Darien Brown Posted in Component Development 5 years ago

Do any of you have it I would like to know what file in the folder is the actual video file that is being played so I can add a logo to the code

Replies
us Rishi B Replied 5 years ago

you can definitely do it with ffmpeg, which you should already have since it's required by the Videos component. You'd have to run ffmpeg as a command like it's shown in the stack overflow post that Z-Man linked. You could either do this at the time of upload by editing the Videos component, or you could write a cron job to do it for, say, all videos uploaded in the past 24 hours and only run it once a day.

German Michael Zülsdorff Replied 5 years ago

Since the Video component is using ffmpeg for creating the final video file, you may run ffmpeg again at the end of the convert method in order to add a still image with your logo in the beginning. See
https://stackoverflow.com/questions/24102336/how-can-i-place-a-still-image-before-the-first-frame-of-a-video

jm Darien Brown Replied 5 years ago

My website is a social media so I want to know what file in the video component to edit to automatically add a logo. I have a porn script and I have to edit the video include file so I want to know do I edit the main ossn file or do I go in plug-in and edit the view file

us Helen Lubar Replied 5 years ago

I think I get what your saying. To put a logo on any video you will need Wondershare Filmora or something similar. I use it for youtube, vimeo and my own videos. Hope this helps.

jm Darien Brown Replied 5 years ago

Yes or even a logo so I was wonder what file I should edit

Indonesian Arsalan Shah Replied 5 years ago

Do you mean by watermark ?

jm Darien Brown Replied 5 years ago

No I bought the video component and want to add a logo to it

Indonesian Arsalan Shah Replied 5 years ago

No idea which video file you mean? did you wrote your own video component? are you talking about youtube videos?