Login    
   Windows Server to Workstation
   Convert Windows Server 2008/2008 R2/2012 to a Workstation!
    Register FAQ  •  Search    
It is currently Thu Jun 20, 2013 9:38 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Update for Desktop Experience Decoder for Server 2008 R2
PostPosted: Thu Jan 27, 2011 10:32 am 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Thu Feb 05, 2009 11:27 am
Posts: 366
Update for Desktop Experience Decoder for Windows Server 2008 R2 (KB2483177)

Quote:
When you try to play back a video file or an audio file that is encoded with the H.264 video format or the AAC audio format, playback fails.

This problem may be encountered by Windows Media Player, by Windows Internet Explorer 9.0, or by other applications that rely on the Windows Media platform to play media files that use these formats.

This problem occurs because the Desktop Experience feature in Windows Server 2008 R2 does not include decoders for the H.264 and AAC formats.

To resolve this problem, install the Desktop Experience Decoder Update for Windows Server 2008 R2. This update adds the H.264 and AAC decoders to enable playback of these formats.


Code:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2f17de1a-eaf3-42a1-8dd3-84f43fe95424


N :)

_________________
|"It's a basic truth of the human condition that everybody lies. The only variable is about what."|


 Profile  
 Post subject: Re: Update for Desktop Experience Decoder for Server 2008 R2
PostPosted: Sat Feb 05, 2011 8:36 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Wed Dec 10, 2008 9:09 pm
Posts: 250
Location: Czech Republic
This update adds MPEG-2 Video Decoder (msmpeg2vdec.dll) and MPEG-2 Audio Decoder (msmpeg2adec.dll)!
But the MPEG-2 Encoder (msmpeg2enc.dll) is still missing.
If you also want MPEG-2 Encoder, please apply the installer below.

Attachment:
mpeg2enc.7z

Enjoy! ;)


You do not have the required permissions to view the files attached to this post.

_________________
Image


 Profile  
 Post subject: Re: Update for Desktop Experience Decoder for Server 2008 R2
PostPosted: Sat Feb 05, 2011 9:51 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Thu Feb 05, 2009 11:27 am
Posts: 366
AsciiWolf wrote:
This update adds MPEG-2 Video Decoder (msmpeg2vdec.dll) and MPEG-2 Audio Decoder (msmpeg2adec.dll)!
But the MPEG-2 Encoder (msmpeg2enc.dll) is still missing.
If you also want MPEG-2 Encoder, please apply the installer below.

Attachment:
mpeg2enc.7z

Enjoy! ;)


TY Ascii !

Fixed it into R2ConvGUI with the M$ update too. ;)

Image

I will update tool tomorrow.

Regards,

N & Team

_________________
|"It's a basic truth of the human condition that everybody lies. The only variable is about what."|


 Profile  
 Post subject: Re: Update for Desktop Experience Decoder for Server 2008 R2
PostPosted: Wed Feb 06, 2013 3:57 pm 
Offline

Joined: Fri Sep 11, 2009 11:03 pm
Posts: 2
Hello,


I have windows 2008 R2 x64. It was hard at first to copy whole MS Codecs but I succeeded by comparing using "GraphEdit", but this Microsoft Encoder is still not allowing me to register though I tried many tricks and still not succeeding.

With Administrative privileges at command prompt:
Regsvr32 msmpeg2enc.dll

Files:
-----
msmpeg2enc.dll.mui (system32/en-US)
msmpeg2enc.dll.mui (syswow64/en-US)
msmpeg2enc.dll (system32)
msmpeg2enc.dll (syswow64)
Exported all Registry Settinngs related to MPEG-2 Encoder from win7 and then import @Win2008R2 .

After I import .reg files , then MS MPEG-2 Encoder appears at "GraphEdit" @Win2008R2 but still registering msmspeg2enc.dll is saying that this file was loaded but failed to call RegDLLServer also the system is not using the dll file.


Can you please help me because I tried to download the file that you attached in this thread but this archive is corrupted.

Can you please attach it again because this file "mpeg2enc.7z" is corrupted.

Regards,
Ghassan


 Profile  
 Post subject: Re: Update for Desktop Experience Decoder for Server 2008 R2
PostPosted: Mon Feb 11, 2013 6:54 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Thu Feb 05, 2009 11:27 am
Posts: 366
Ghassan wrote:
Hello,


I have windows 2008 R2 x64. It was hard at first to copy whole MS Codecs but I succeeded by comparing using "GraphEdit", but this Microsoft Encoder is still not allowing me to register though I tried many tricks and still not succeeding.

With Administrative privileges at command prompt:
Regsvr32 msmpeg2enc.dll

Files:
-----
msmpeg2enc.dll.mui (system32/en-US)
msmpeg2enc.dll.mui (syswow64/en-US)
msmpeg2enc.dll (system32)
msmpeg2enc.dll (syswow64)
Exported all Registry Settinngs related to MPEG-2 Encoder from win7 and then import @Win2008R2 .

After I import .reg files , then MS MPEG-2 Encoder appears at "GraphEdit" @Win2008R2 but still registering msmspeg2enc.dll is saying that this file was loaded but failed to call RegDLLServer also the system is not using the dll file.


Can you please help me because I tried to download the file that you attached in this thread but this archive is corrupted.

Can you please attach it again because this file "mpeg2enc.7z" is corrupted.

Regards,
Ghassan


Hi,

There is no need to run Regsvr32 msmpeg2enc.dll

Just copy files as you did and apply attached registry file.

That's it.

By the way here is original install.cmd from Ascii

Quote:
@echo off
cls
color 1f
echo http://www.win2008r2workstation.com/ presents:
echo ===============================================================
echo Microsoft MPEG-2 Encoder installer for Windows Server 2008 R2
echo By AsciiWolf - http://asciiwolf.com/
echo ===============================================================
echo.
echo [+] Press any key to start the installation...
pause>nul
echo [+] Installing Microsoft MPEG-2 Encoder...
xcopy /E /I /Y "files\x64" "%SystemRoot%\System32">nul
xcopy /E /I /Y "files\x86" "%SystemRoot%\SysWOW64">nul
echo [+] Registering Microsoft MPEG-2 Encoder...
reg import files\mpeg2enc.reg>nul 2>nul
if %errorlevel% NEQ 0 goto error
echo [+] Microsoft MPEG-2 Encoder installed successfully!
goto end

:error
echo [-] Installation failed! Are you running the installation as Administrator?

:end
echo [+] Press any key to exit the installer...
pause>nul
color


There is no Regsvr32 msmpeg2enc.dll command line in there.

N :)


You do not have the required permissions to view the files attached to this post.

_________________
|"It's a basic truth of the human condition that everybody lies. The only variable is about what."|


 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
phpBB skin developed by: John Olson
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[ Time : 0.050s | 12 Queries | GZIP : Off ]