Results 1 to 6 of 6

Thread: Question for web designers, embedded video

  1. Registered TeamPlayer Veovis's Avatar
    Join Date
    10-29-07
    Location
    NorCal
    Posts
    5,894
    Post Thanks / Like
    Stat Links

    Question for web designers, embedded video Question for web designers, embedded video
    Gamer IDs

    PSN ID: Veovis_111 Steam ID: the_one_eleven Wii Code: 4219-8117-2368-1550
    #1

    Question for web designers, embedded video

    Some of you may have seen my website, if not the link is in my sig. I designed it myself but I am by no means a web guru. My limited knowledge of HTML and CSS was exhausted just to make that simple site.

    You will see there are several videos in my gallery available for download. I would like to re-work my video gallery to have streaming HD video not unlike Youtube or Vimeo. How hard is this? Both in terms of the video compression and the coding for the site. Where do I look for info to help me out?

  2. Registered TeamPlayer CivilWars's Avatar
    Join Date
    02-13-07
    Location
    Fort Worth, TX
    Posts
    42,785
    Post Thanks / Like
    Blog Entries
    5
    Stat Links

    Question for web designers, embedded video Question for web designers, embedded video Question for web designers, embedded video Question for web designers, embedded video Question for web designers, embedded video Question for web designers, embedded video Question for web designers, embedded video
    Gamer IDs

    Steam ID: CivilWars CivilWars's Originid: CivilWars
    #2

    Re: Question for web designers, embedded video

    For simplicity I would probably recommend Wordpress. They have some free templates that allow video sections, and you can even rotate videos on your home page. PM me if you want any tips.


  3. Registered TeamPlayer w4jchosen's Avatar
    Join Date
    06-02-07
    Posts
    11,480
    Post Thanks / Like
    Stat Links

    Question for web designers, embedded video
    #3

    Re: Question for web designers, embedded video

    Try this for wmv files

    Code:
    <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
    <PARAM NAME="FileName" VALUE="videofilename.wmv">
    <PARAM name="ShowControls" VALUE="true">
    <param name="ShowStatusBar" value="false">
    <PARAM name="ShowDisplay" VALUE="false">
    <PARAM name="autostart" VALUE="false">
    <EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv" NAME="MediaPlayer"
    WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
    </OBJECT>
    swap both videofilename.wmv with your file name.

  4. Registered TeamPlayer w4jchosen's Avatar
    Join Date
    06-02-07
    Posts
    11,480
    Post Thanks / Like
    Stat Links

    Question for web designers, embedded video
    #4

    Re: Question for web designers, embedded video

    Also this might help http://cit.ucsf.edu/embedmedia/step1.php. This will automatically generate the code you need depending on how you want it to stream.

  5. Registered TeamPlayer Veovis's Avatar
    Join Date
    10-29-07
    Location
    NorCal
    Posts
    5,894
    Post Thanks / Like
    Stat Links

    Question for web designers, embedded video Question for web designers, embedded video
    Gamer IDs

    PSN ID: Veovis_111 Steam ID: the_one_eleven Wii Code: 4219-8117-2368-1550
    #5

    Re: Question for web designers, embedded video

    Cool thanks I'll try something like that later. I definitely like the idea of coding something myself rather than using any pre-packaged tool. I like to do things the hard way, and have total control. :-)

    Though I'll probably be using mp4 files, since those are best for encoding HD... I use x264 codec and encode 720p @ 2.5Mbps for great quality and decent filesize. But what do Youtube and Vimeo use? That's flash, right? And somehow they compress it even further. Example, I had a 5 minute 720p mp4 file that was around 100MB. I uploaded it to Youtube and it is now available in HD and looks pretty good. But if I watch my network connections as I am streaming it, only 20MB transfers... which means they compressed it 5 times better than I had it! That is definitely important because if I try to have streaming HD and it's not compressed enough, it won't be watchable for most people.

  6. Registered TeamPlayer a weakling spaz's Avatar
    Join Date
    07-09-07
    Location
    Atlanta, GA
    Posts
    5,686
    Post Thanks / Like
    Stat Links

    Question for web designers, embedded video
    Gamer IDs

    Gamertag: StoleYourBucket Steam ID: a_weakling_spaz
    #6

    Re: Question for web designers, embedded video

    Veovis, hit me up on Steam or PMs. I work for a video streaming company.

    Flash handles H.264. That is probably your best bet for HD and availability as damn near everyone has Flash player.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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