How to convert any type of video formate in flv formate in php can any buddy give me coding.
Answer Posted / yukti khanna vig
check ffmpeg functions
thanks
yukti
- www.tolance.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is overriding in php?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
Which is best framework for php?
Explain the difference between php4 and php5.
Why do we use session?
Write a program to find a string is palindrome or not?
How cookies are trported from browsers to servers?
What are the difference between array_keys() and array_key_exists() in php?
How can I use single quotes in single quotes in php?
What's the best method for sanitizing user input with php?
Does php 7 support mysql?
What is the difference between for and foreach loop in php?
Explain what is meant by pear in php?
How to Retrieve the Session ID of the Current Session?
What is prepared statement in php?