Watermark mp4/m4v in PHP -


is there way watermark mp4/m4v files in php? files saved on server, when displaying, want watermark put on through php (header-output).

here current php code:

$fp = fopen($path, 'rb');  // change header whatever file's mime type header("content-type: " . $ctype); header("content-length: " . filesize($path));  fpassthru($fp); exit; 


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -