how can i add ffplay.exe (ffmpeg) video in php script. can i use exec()to access ffplay.
exec()
You cannot play videos using PHP. You need to insert it somehow. This is usually done with a flash. Try jwplayer .
If you want to process video in PHP, you can probably do something like this.
, PHP , . Flash, Silverlight HTML 5, PHP .
you can use exec () to execute ffplay.exe, and there are several other commands for executing external PHP programs. See: http://www.chipmunkninja.com/Program-Execution-in-PHP: -exec-m @
Source: https://habr.com/ru/post/1751711/More articles:How to convert xml data to dataset - vb.netAfter dynamic counting - pythonUISwipeGestureRecognizer Distance - iphoneHow to write / read an array to a file in android - androidЩелкните правой кнопкой мыши на Listbox в приложении Silverlight 4. - c#php - executing exe from php - phpadding usercontrol to aspx page - c #Passing a link to TObjectDictionary .TValueEnumerator - genericsSearch for a submatrix with the maximum possible sum in O (n ^ 2) - algorithmIntent URI to go to your favorite contacts - androidAll Articles