This is a discussion on Can PHP read wmv file as image? within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Is it possible for PHP to read the last frame of a *.wmv (media player) file and renders it as ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Is it possible for PHP to read the last frame of a *.wmv (media player)
file and renders it as an image (JPG/GIF)? anyway to do it? If PHP cannot do it, any other applications/shareware can do that? The reason we need this is because we have security camera system which records video as .wmv file, and we want to develop a web page to show the latest frame (as an image) on the web site. Thanks |
|
|||
|
"NOSPAMNONAME" wrote:
> Is it possible for PHP to read the last frame of a *.wmv (media > player) > file and renders it as an image (JPG/GIF)? anyway to do it? > > If PHP cannot do it, any other applications/shareware can do that? > > The reason we need this is because we have security camera system > which > records video as .wmv file, and we want to develop a web page to show > the > latest frame (as an image) on the web site. > > Thanks PHP renders an html page. the html page would have a reference to a wmf file. So as long as the browser can render a file type, you are fine. -- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-read-wmv...ict145960.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=488766 |