|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
PHP
DETAILS
Question: How do you capture audio/video in PHP?
Answer: FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows.
|
|
|
Category |
PHP Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7941 users |
Added on |
8/25/2014 |
Views |
71444 |
Rate it! |
|
|
Question:
How do you capture audio/video in PHP?
Answer:
FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
difference between require() and include()
|
View Answer
|
|
How to handle drop down box change event without refreshing page?
|
View Answer
|
|
What is the difference between Split and Explode
|
View Answer
|
|
What is the effect of large number of data stored in a database on a website ?
|
View Answer
|
|
How would you initialize your strings with single quotes or double quotes?
|
View Answer
|
|
Is Inheritance supported in PHP?
|
View Answer
|
|
What is the diffrence between Notify URL and Return URL?
|
View Answer
|
|
How to get the URL domain name in PHP?
|
View Answer
|
|
What is the use of obj_start()?
|
View Answer
|
|
What would be the differences between PHP and Java?
|
View Answer
|
|
What is htaccess?
|
View Answer
|
|
How do you create subdomains using PHP?
|
View Answer
|
|
What is the use of header() function in php?
|
View Answer
|
|
Where does the PHP session stored, either client side or server side?
|
View Answer
|
|
What is the difference between session_register and $_session?
|
View Answer
|
|
What is the use of sprintf() function?
|
View Answer
|
|
Difference between mysql_connect and mysql_pconnect.
|
View Answer
|
|
How do download in php ?
|
View Answer
|
|
How can I maintain the count of how many persons have hit my site?
|
View Answer
|
|
What is difference between require_once(), require(), include(). Becouse above three function usely use to call a file in another file.
|
View Answer
|