I've ran into a small problem on a CD I'm making. On the CD I have some video thats encoded in WMV9/WMA9 and embedded in html using the following code.
<object id="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" width="352" height="330">
<param name="AllowChangeDisplaySize" value="true">
<param name="AnimationatStart" value="true">
<param name="AutoRewind" value="true">
<param name="FileName" value="video/intro.wmv">
<param name="Mute" value="false">
<param name="PlayCount" value="1">
<param name="SendKeyboardEvents" value="true">
<param name="SendMouseClickEvents" value="true">
<param name="ShowAudioControls" value="true">
<param name="ShowControls" value="true">
<param name="ShowPositionControls" value="true">
<param name="ShowStatusBar" value="false">
<param name="Volume" value="0.1">
<embed type="application/x-mplayer2"
pluginspage="../plugin/mpfull.exe" src="video/intro.wmv"
width="352" height="330" showcontrols=1>
</object>
The problem comes with It's played on a PC that doesn't have any of the WMP9 codecs or a internet connection to automatically download them (which isn't preferrably anyway). As you can guess, since it doesn't have the codec to play it, it fails to play.
Is there anyway of getting the CD to detect that WMP9 isn't installed and getting it to then install it from the CD or something similar.
+ Reply to Thread
Results 1 to 2 of 2
-
-
Don't know about WMV, but if you encode to MPEG4 you could just include a copy of VLC or Media Player Classic (about 1.2MB) on the CD. With a small autorun file you could have the Video startup fullscreen when it is inserted into the drive.
-Suntan
Similar Threads
-
AVI to WMV9 with Windows 7
By plin in forum Video ConversionReplies: 11Last Post: 12th Jan 2011, 20:18 -
Best WMV9 streaming encoder
By alibabatx in forum Video Streaming DownloadingReplies: 5Last Post: 6th Oct 2010, 15:04 -
encoding to WMV9
By leramz in forum Video ConversionReplies: 4Last Post: 23rd Jun 2009, 07:11 -
FFMPEG: WMV9 vid and WMA9.2?
By RogerTango in forum Video ConversionReplies: 4Last Post: 15th Sep 2008, 22:43 -
usingffmpeg Is possible convert .mpg to wmv9?
By jcor in forum Video ConversionReplies: 2Last Post: 15th Oct 2007, 09:18