I am using ffmpeg to convert .m3u8 playlist to single mp4 file. I download the Windows EXE Files from http://ffmpeg.org/download.html#build-windows successfully. But when I open the ffmpeg.exe, an error message appears that says MFPlat.dll is missing.
After spending a lot of time I found that MFPlat.DLL is the dll of Windows Media Player. Windows Media Player is not installed by default in Windows Server 2008 R2 Standard. To overcome this problem we have to install it. To install follow these steps below:
Go to Server Manager.
Following these steps resolved my problem.