Make sure the WVC1 codec is properly installed:
http://www.mdgx.com/wmp.htm#ENC* Microsoft Windows Media Player 9 (WMP9)/10 (WMP10)/11 (WMP11) Windows
Media Encoder Studio Edition (WMESE) Beta 1 for Windows XP SP2 video content
creation tools optimized for creating high quality offline VC-1 Windows
Media Video (WMV9) encoding: segment based re-encoding, full bit-depth
support, hardware acceleration, ISAN + Ad-ID metadata support, multiple
audio tracks support, encoding from multiple audio and video sources and
graphical bitstream analyzer (English):
http://www.mpegx.com/view.php?detail=138WMESE [4.48 MB]:
http://download.microsoft.com/download/5/7...3ebed/WMESE.exeRequires Microsoft .Net Framework Redistributable (NFR) 2.0 [22.4 MB, free]:
http://www.mdgx.com/add.htm#NFRWindows Media Video 9 Advanced Profile (WMV9AP) Update Beta for Windows
2000/XP/2003 includes SMPTE VC-1 standard + Advanced Profiles support
(WMCMD.VBS):
WMV9AP [899 KB]:
http://www-pc.uni-regensburg.de/systemsw/W...dia/wvc1dmo.exeHow to install WMV9AP VC-1 Codec on Windows 98/NT4/ME:
1. Create C:\TEMP (example) from a DOS box:
MD C:\TEMP
2. Download wvc1dmo.exe (see above) into C:\TEMP .
3. Run:
C:\TEMP\wvc1dmo.exe /C /Q /T:C:\TEMP
4. Copy WVC1DMOD.DLL from C:\TEMP into %windir%\SYSTEM [%windir% = usually
C:\WINDOWS]:
COPY/Y C:\TEMP\WVC1DMOD.DLL %windir%\SYSTEM
5. Run this command from a DOS box:
REGSVR32 %windir%\SYSTEM\WVC1DMOD.DLL
6. Copy + paste text between cut & paste lines below in Notepad -> save as
WVC1_9X.REG (example) -> (double)-click on WVC1_9X.REG to merge into
Registry:
-----Begin cut & paste here-----
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\CLASSES\Windows Media\WMSDK\VideoEncode]
"WVC1"=""
[HKEY_LOCAL_MACHINE\Software\CLASSES\Windows Media\WMSDK\VideoDecode\WVC1]
"DllName"="WVC1DMOD.DLL"
------End cut & paste here------
7. Delete C:\TEMP .
HTH