I am recently studying the menucoder conversion video format. Discovering that converting rmvb requires:
1. Copy to the system32 folder of the system
2. Start -> Run -> Regsvr32
(From: /u/20090515/21/)
This file can be obtained from /MPlayer/releases/codecs/, such as:
/MPlayer/releases/codecs/
Because my system is a win7 64-bit system, when executing the regsvr32 command, this error was reported:
"Module""may be incompatible with the version of Windows you are running. Check if the module is compatible with the x86 or x64 version"
I searched online and found the following statement
A 64-bit system can usually install 32-bit programs and execute them.
C:\Windows\SysWOW64\ instead
C:\Windows\System32\
So I copied it to the C:\Windows\SysWOW64 folder of the system, then entered this directory, and executed the command
cd C:\Windows\SysWOW64
regsvr32
Although there is still an error, it has been successful. After trying it, you can convert rmvb and it is done!
Link: /u/20110520/09/