How to add an face image to a video using php - php

Im creating a Web App and i wanted to know how to add a face image to a video.
The image will be attached to video with "Sign Up with Facebook"(No problem with this)
I think there's a way to code it with PHP or something else
This is a referal
https://itunes.apple.com/us/app/santa-hq-elfie/id935702306?mt=8
Any suggestion or a Link will be very helpful
Thank you.

You can't just using PHP, because PHP in itself doesn't provide the necessary libraries for recording editing videos.
To edit video you'll need ffmpeg (there is PHP extension) installed on your server. You can then access these programmes by using the the exec() function in PHP.
https://github.com/PHP-FFMpeg/PHP-FFMpeg
Another alternative is to use the angularjs and classes Video Editor to create the video (https://github.com/moviemasher/angular-moviemasher).
I think you have to develop your own video creator, I dont know a ready solution via html5 or php, so you need develop.

Related

how to make tiktok downloader without watermark php

I want to make tiktok downloader php. I heard from some articles stackoverflow that tiktok has two version of videos (watermarked and original). I want that my web can download the original without watermark.
I have tried some github repositories like this https://github.com/TufayelLUS/TikTok-Video-Downloader-PHP. But it only work for video that uploaded before July 27th, 2020. Can you guys give me a help like suggestion for this?
Tiktok not provide any official api for fetch video data, So you have to download it by using curl scrap methods or you can use npm package in node js.

How to fetch apk itself from the google play store using PHP script?

Hey guys i have this project which needs to download APK file directly from google play store to the PC using an PHP script. I have looked into the python script which is very old and doesn't work now. I see sites like apkpure.com and apk-dl are doing it.
I have used google play link scraper Link to scrape the application details from google play store. But i can't figure out a way to get the application itself from google play.
Can anyone guide me in a right direction for this?
Really appreciate it guys.
Thanks.
The link scraper that i use only fetch the application information not the application itself. I also looked into chrome extensions like some of you suggested but they don't hold the answer that i require. Please suggest something else.

Adding microsoft world web app to a website - or previewing documents online.

Hi all you lovely stack peeps... heres hoping you can help me with a small conundrum.
A web system I am developing needs to provide users with the ability to preview documents. I am looking into ways of generating Jpgs of the first few pages of documents but that may not be possible on our server ATM.
Facebook seam to have recently gone very microsoft, one of the functions they have added is the preview option to "docs". This seams to use the world web app tool by microsoft.
I have googled arround and the only way to use this seams to be to embed things from a skydrive account. This won't suit my website (and I think we would break to terms if we tried) so I was wondering if there was some kind of API available. I havn't found one but I was wondering if anyone else had?
Alternatively what is the best solution for previewing Microsoft documents on-line?.. is there a library or tool kit available anywhere for doing this kind of thing? Is there an open office version of the world web app?
Cheers!
Chris
If i understand your question, you try to preview documents like pdf,ppt,doc etc within your web app?
If yes, you can try google docs viewer
You can have an iframe, with its src targeting to the google viewer. So, if your document is this: http://samplepdf.com/sample.pdf you can preview it like:
<iframe src='https://docs.google.com/viewer?url=http%3A%2F%2Fsamplepdf.com%2Fsample.pdf&embedded=true'width='400'></iframe>​
Edit:
Here's a fiddle of how it's working: http://jsfiddle.net/7ueuU/
Edit 2:
Here's a list of supported files: http://support.google.com/docs/bin/answer.py?hl=en&answer=1738646

Online file viewer and editor like Google Docs

I would like to edit text/pdf/excel files on the website itself and want to save it back to the server via the website. I'm looking for an editor plugin similar to Google Docs, but for Joomla.
Is there any viewer/editor api available?
i suggest you have a look at hotscripts.com
i saw couple of scripts that might fit your description. But never in one single script for that i think you will need to write it by yourself

Simple PHP image gallery with file upload

I am looking for a really simple PHP image gallery system that allows file uploads and provides easy integration into any existing PHP script. I only found full galleries with database backend and templating systems for integration and the too simple ones that just take a folder with (FTP uploaded) images and show it but don't provide the possibilities for file uploads.
I'm quite close on writing my own, cause I didn't find anything yet, but I first wanted to ask if you have any suggestions.
Ok so I have a very early version of it on Github, it is under development (and not really nice yet, I just needed the admin interface up and running) but contributions and comments are welcome.

Categories