Thanks Carl. The easiest solution is to upgrade my camera & software to a
more modern program that will capture the movies in .wmv format. Perhaps
'09 will be kind and I can accomplish this down the road. Thanks for the
reply! Happy Holidays!
Toby
Pagosa Springs, CO (46.5" of snow since Dec. 8th)
www.pagosacam.com
"Carl Kruck" <designer@metaweboz.com> wrote in message
news:gipb61$kbg1@flsun90netnews01.netobjects.com.. .
> As far as I know, there's no program like that that works from the web
> server for converting videos on the fly, because it needs Windows video
> codecs to convert the file, which you can only do on your local machine
> Carl
>
> "Toby" <toby@kkpaddywhacks.com> wrote in message
> news:gigt4r$jn91@flsun90netnews01.netobjects.com.. .
>> Hi Carl,
>>
>> Sorry for the delay in getting back to you. Thanks for the info! I will
>> check it out. My concern is that in the perfect happy world, this will
>> all be done automatically. Is there a product you know of that I can
>> load on to my offsite web server that Capture Host can ftp the.avi file
>> to. Then in theory the file gets converted to.wmv and all of my viewers
>> are happy campers because of how quickly it loads. I don't really even
>> know what I am talking about, but hopefully that makes some kind if
>> sense.
>>
>> Thanks for the reply!
>>
>> Toby
>> Pagosa Springs, CO (21" of snow so far this week!)
>> www.pagosacam.com
>>
>>
>> "Carl Kruck" <designer@metaweboz.com> wrote in message
>> news:gi9fne$ktr4@flsun90netnews01.netobjects.com.. .
>>> Toby
>>>
>>> There's lots of free programs out there to convert videos to other
>>> formats, Any Video Converter is one of the best free ones:
>>> http://www.download.com/Any-Video-Co...-10661456.html
>>>
>>> I would highly recommend converting to WMV, and you can host on your own
>>> site, or you can even host on a site like www.vimeo.com if you intend to
>>> use alot of videos for your site. AVC will convert the AVI to another
>>> format that will make your site visitors happy
>>>
>>> Carl
>>>
>>>
>>> "Toby" <toby@kkpaddywhacks.com> wrote in message
>>> news:gi6dp4$aac2@flsun90netnews01.netobjects.com.. .
>>>> Good Morning Nancy,
>>>>
>>>> Thanks for taking your time to help me with this! (Again!)
>>>>
>>>> First, the software that runs the camera only saves the movie in the
>>>> .avi format - no other options. So yes, I agree it is a big file but
>>>> for the time being it's all I can do. I loaded the code you sent and
>>>> the page loads fine but there is a conflict running the movie. You can
>>>> view the page here:
>>>> http://www.pagosacam.com/html/a_day_in_the_life.html When the page
>>>> loads you will see the Windows Media Player error. Was the code you
>>>> sent strictly for .wmv files, or should it also work for .avi files?
>>>>
>>>> Thank you for your help!
>>>>
>>>> Toby
>>>>
>>>> "Nancy O" <nancyoshea1@NOSPAMatt.net> wrote in message
>>>> news:gi3jc1$1i2@flsun90netnews01.netobjects.com...
>>>>> 1) Can you convert the native AVI file to Windows Media Video (WMV)
>>>>> or
>>>>> Flash (FLV)? AVI files are awfully big for the web.
>>>>>
>>>>> 2) To pull a video source file from a different location, you'll need
>>>>> to
>>>>> work with code. This example is for Windows Media Player. Place a
>>>>> table or
>>>>> text box on your page and hit Ctrl+T to invoke an HTML insertion
>>>>> window.
>>>>> Then paste in player code as shown below and change VALUE and SRC to
>>>>> the
>>>>> actual url and filename.
>>>>>
>>>>> <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="http://example.com/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="http://example.com/videofilename.wmv" NAME="MediaPlayer"
>>>>> WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0"
>>>>> ShowDisplay="0"
>>>>> autostart="0"> </EMBED>
>>>>> </OBJECT>
>>>>>
>>>>>
>>>>> --
>>>>> Nancy O.
>>>>> Alt-Web Design & Publishing
>>>>> www.alt-web.com
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>