ASP code to thumbnail WMV file

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default ASP code to thumbnail WMV file

    ASP code to thumbnail WMV and MPG files showing the first frame

    I am looking for a way to create a thumbnail of a WMV or MPEG files via ASP
    code. I need to read a folder on the web (FTP site) and generate JPG and WMV
    thumbnails. I know how to do the JPG, GIF, BMP but I can not figure out how to
    generate thumbnail for WMV (Media Player format) via ASP in Dreamweaver. Any
    help out there? Thanks

    ipixsure Guest

  2. Similar Questions and Discussions

    1. Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
      I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code...
    2. Can't see file code.
      I'm using DW 8.0.2 on this computer (30-day trial of full version CD I have). On my home computer I have DW MX 6.1. I am trying to edit existing...
    3. Custom control fires event but ignores some code in the code behind file
      I do not quite understand the question. I will merely point out that most programming problems happen for a reason. Code works the way it is...
    4. thumbnail from movie file
      Does anybody tried to generate dynamic thumbnail to avi,mpg,wmv file on linux? Any suggestions? Drizzt.
    5. how to use vbscript in .net code behind file
      Why would you need to? Anyhow, in response, no, you cannot. The code behind is for server-side processing and only supports VB.NET, C#, C++, J#, etc...
  3. #2

    Default Re: ASP code to thumbnail WMV file

    I believe if dreamweaver can generate thumbnails for you, it is calling
    fireworks to do the image conversion/processing. I opened my fireworks and wmv
    is not a supported format. (fireworks supports the other formats you listed
    tho) So unless you have some fancy plugins, I doubt if the macromedia suite
    will do the compression and resizing of the wmv files. You can of course
    create a Director site which will load these wmvs and show them at different
    sizes.. but again, that would be the original full sized movie (not a shrunk
    version) I have a couple movie creation programs and none of them will batch
    the process for me. But I could do them one at a time by hand.. just export to
    a smaller format. sorry. anyone else have ideas

    RichMcCrea 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