Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am trying to cut an FLV video to several small FLV videos with FFmpeg through PHP.
The small videos may have the same length.
Use
ffmpeg command
and execute it using
exec
function in php
for reference check this link
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I hope you are fine
I want to write a simple php code that the user cant download the movie like youtube site and can only see, I came across a series of results such as hls, ffmpeg, rtmp in my search, but I do not know which one is useful or has a library for php at all or not.
Thank you for your time.
It’s not possible. The server can not differentiate between “downloading” and “playing”.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
What are the heroku system limitations for their "free" php hosting packages ... like disk space , memory usage ?
Radoslav i could not find a readable price chart so i would suggest contacting Support. if you could post back with the info you get, as i would like to know myself but i do not have an account.
Pricing http://www.heroku.com/
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Where do you download that file?
Not sure what you want it for, but here is the result of a quick google search.
A complete package is available at http://www.apachefriends.org/en/xampp.html
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Does anyone know whether PHP can be used to include an IRC channel in a web page, so that visitors to the website can login to the IRC and communicate with each other.
Thanks.
You can use this to create what you want: http://www.phpclasses.org/package/1409-PHP-IRC-client-for-creating-chats-or-bots.html
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
It is possible to copy all images from a domain to another. I have access to both domains but there are thousands of pictures. I figure it would be easier to execute a php script once every minute to transfer 1000 at a time.
Thanks for any help/guidance
tar/gzip it up and then scp/sftp once.