Creating Video Stream + Audio Editting

Discussion in 'Graphics & Multimedia' started by larssonk22, Aug 19, 2007.

  1. #1
    I have a video wmv format ready to put up on my site, however I want to embedd it onto the homepage, so that people can watch.

    What software do I need to create such a file, what do you need to consider before making the video live (ie bandwidth usage??)

    I would also like it if the video would start playing as soon as the page is loaded, and also have a hyperlink to click through or maybe automatically load up the next page.

    ok one last thing, I have a video recording of a discussion but there is alot of background noise, is it possible to reduce the background noise and enhance the voices, or is this something only availiable to CSI lol
     
    larssonk22, Aug 19, 2007 IP
  2. tattoos

    tattoos Prominent Member

    Messages:
    1,903
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    335
    #2
    OK, You just need to paste and adjust this code to suit.

    <OBJECT id='mediaPlayer'width="320"height="240"
    classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
    codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
    standby='Loading Microsoft Windows Media Player components...'type='application/x-oleobject'>
    <param name='fileName'value="http://mydomain.com/video.wmv">
    <param name='animationatStart'value='1'>
    <param name='transparentatStart'value='1'>
    <param name='autoStart'value='1'>
    <param name='ShowControls'value='0'>
    <param name='ShowDisplay'value='0'>
    <param name='ShowStatusBar'value='0'>
    <param name='loop'value='0'>
    <EMBED type='application/x-mplayer2'
    pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
    id='mediaPlayer'name='mediaPlayer'displaysize='4'autosize='0'
    bgcolor='darkblue'showcontrols='0'showtracker='1'
    showdisplay='0'showstatusbar='0'videoborder3d='0'width="320"height="240"
    src="http://mydomain.com/video.wmv"autostart='1'designtimesp='5311'loop='0'>
    </EMBED>
    </OBJECT>
    Code (markup):
    This is a simple one..

    <OBJECT ID="Player"
    CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95 ">
    <PARAM name="autoStart" value="True">
    <PARAM name="fileName" value="intro.wmv">
    </OBJECT>
    Code (markup):
     
    tattoos, Aug 19, 2007 IP
  3. larssonk22

    larssonk22 Well-Known Member

    Messages:
    236
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #3
    Thanks alot Tatoos! i will try this out.

    Is there anything I should be careful about, bandwidth wise, a friend of mine mentioned that some companies use special streaming companies that will host the files for you. I have my own server, and video is about 30meg at current compression.
     
    larssonk22, Aug 20, 2007 IP