Hi all, i would like to know if i apply the redistribution package wmfdist95.exe provided by the WMF SDK i will get the latest WMV 9 A/V codecs ? Is there any codec update available, compatible with API of WMF v9.5 (see the WMT_VER_9_0 param of CreateEmptyProfile) ? Is Codec named WMV 9 AP is equivalent to VC1 ? if not how can i get VC1 codec. Thanks a lot
>>Is Codec named WMV 9 AP is equivalent to VC1 yes it is Here you can get VC1 SDK http://www.microsoft.com/downloads/details.aspx?FamilyID=5031c859-e8da-41bc-98e3-c13add5378b0&DisplayLang=en Here is VC1 FAQ http://forum.doom9.org/showthread.php?t=112634 Regards, Dmitry Vergeles Solveig Multimedia - Video Editing Software "shark38130" wrote in message news:F1F5B474-9C37-4149-9C4E-9B1738004E2B@microsoft.com... > Hi all, > > i would like to know if i apply the redistribution package wmfdist95.exe > provided by the WMF SDK i will get the latest WMV 9 A/V codecs ? > > Is there any codec update available, compatible with API of WMF v9.5 (see > the WMT_VER_9_0 param of CreateEmptyProfile) ? > > Is Codec named WMV 9 AP is equivalent to VC1 ? if not how can i get VC1 codec. > > Thanks a lot > >
From: "Dmitry Vergeles" >>> Is Codec named WMV 9 AP is equivalent to VC1 > yes it is Not exactly: WMV9AP in WMF9.5 is WMVA, while WMV9AP in WMF11 is WVC1. -- // Alessandro Angeli // MVP :: DirectShow / MediaFoundation // mvpnews at riseoftheants dot com // http://www.riseoftheants.com/mmx/faq.htm
From: "shark38130" > i would like to know if i apply the redistribution > package wmfdist95.exe provided by the WMF SDK i will get > the latest WMV 9 A/V codecs ? No. The latest codecs are v11. > Is there any codec update available, compatible with API > of WMF v9.5 (see > the WMT_VER_9_0 param of CreateEmptyProfile) ? The version of the SDK has nothing to do with the version of the runtime. You can use any version of the SDK to target any version of the runtime (more or less) or, in other words, you application will work on any machine regardless of whether the runtime is v9.0, v9.5, v10 or v11. -- // Alessandro Angeli // MVP :: DirectShow / MediaFoundation // mvpnews at riseoftheants dot com // http://www.riseoftheants.com/mmx/faq.htm