Adding video file to a web site

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Adding video file to a web site

    We would like to add a short video to our web site. Although I have worked
    extensively with HTML using Dreamweaver, the video side of things is new to
    me. I am wondering if someone can offer advice on the best way to go about
    getting the job done.

    We would like to create a video of perhaps two or three minutes in length. I
    figure it will be a downloaded file which the visitor will obtain by clicking
    on a button. Perhaps it will open up in Windows Media Player.

    Right now we have the filmed presentation on Betacam SP, which has been copied
    to Video Hi-8, and also VHS. I am wondering if the best approach would be to
    take the Video Hi-8 version and copy it right into our computer using a
    camcorder, creating a digital file. (I am assuming that we could attach the
    camcorder to the computer in some way.) If this approach is a good one, what
    software program could we use to create the digital file? Would we lose much
    detail by using a copy instead of the original Betacam SP? If using the
    original is a better idea, would we take the tape to a aservice lab to have
    the digital file created?

    Sorry for all the thrashing around. If there is a good online reference for
    creating these video files, I would like to acess it.


    Phillip M. Perry Guest

  2. Similar Questions and Discussions

    1. Adding Video to a PDF file
      Unless flash is the only video format you can produce with your software at hand-- or it's the only format suitable for your content-- you can embed...
    2. Adding Video
      I'm updating a website using contribute and I'm having some problems adding video. I want to add video as MPEG4 but contribute does not recognise...
    3. Adding more than one video
      Hi, I'm new to Contribute and want to know if it is possible to add more than one video using only one player with Contribute. I have a website and...
    4. adding pdf file to site
      We don't normally add large files to our site, but we need to post a 35-page report with many color maps and charts. Right now, it's a pdf file....
    5. Finding video-file URLs in decompiled Flash video
      Hi, My department in a research library archives Web sites. This involves downloading all the files that are necessary to reconstruct a Web site:...
  3. #2

    Default Re: Adding video file to a web site

    well it would be best to purchase a video capture card then u could connect
    your vcr to the computer and then record it to the computer, \this way you can
    save the file as watever type you would like and you can cut it up into pices
    and edit later or something but yer would be best to get a video capture card :P

    onaematopiea Guest

  4. #3

    Default Re: Adding video file to a web site

    This is the code: And it looks like :

    < embed src="YOUR LINK HERE" width="32" height="32"></embed>

    And to save stuff to a computer off a camera. The best way would be to buy a
    video capture card. Or a DV camera.

    <embed src="http://www.exodusvideos.com/downloads/MOV00766.MPG" width="32"
    height="32"></embed>

    exds989 Guest

  5. #4

    Default Re: Adding video file to a web site

    Thanks for the great information. I am doing additional research and will post back here when I have decided what programs to go with.
    Phillip M. Perry Guest

  6. #5

    Default Re: Adding video file to a web site

    I would use Flash.
    LArtJunky 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