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
