Can PHP read wmv file as image?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Can PHP read wmv file as image?

    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 Guest

  2. Similar Questions and Discussions

    1. Image Magick: read once, make copies
      Hi, I've been searching the archives for an answer to this but unfortunately the search terms I could think of are rather generic... I want to...
    2. File system get auto change from read-write to read-oly
      I have a very strange file system with OS Redhat 7.2 The file system is read-write, but some how it randomly changes to read-only at any time....
    3. read meta data from image
      hello is there any perl module (CPAN) that can read meta infomration from images? thanks stig
    4. Image::Magick Read Problem
      Hi, I have created a perl cgi script which allows the user to upload image files to the server. Once the files have been stored on the server,...
    5. how to read image caption?
      can any body can help me to find a com that can read the image caption ... image caption : some images can store some data like image caption it's...
  3. #2

    Default Re: Can PHP read wmv file as image?

    "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.

    --
    [url]http://www.dbForumz.com/[/url] This article was posted by author's request
    Articles individually checked for conformance to usenet standards
    Topic URL: [url]http://www.dbForumz.com/PHP-read-wmv-file-image-ftopict145960.html[/url]
    Visit Topic URL to contact author (reg. req'd). Report abuse: [url]http://www.dbForumz.com/eform.php?p=488766[/url]
    steve Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139