Originally posted by kevk3v
View Post
Put Text On Video Files With PHP Code
Collapse
X
-
PHP Code:<?php exec('ffmpeg -i movie.mp4 -i logo.png -filter_complex "overlay" output.mp4'); ?>
Leave a comment:
-
thanks but can you please put here your all the php code for FFmpeg to how to write text on video file....
Leave a comment:
-
You'll have to use FFmpeg to embed the text within the video files, or if you just want the text to be shown over the video you can do that with CSS.
Leave a comment:
-
Put Text On Video Files With PHP Code
hello dear all coding-talk members.
i need a little bit code to write the text to video files at bottom of the video file, please share your coding skills here if you know about this how to write text on video file i want to write my own web site name on video files at bottom.
Must share your skills
Thanks In Advance..........
Tags: None
Leave a comment: