0

I am trying to install MPlayer for Windows, and using the command line

os.system("mencoder...")

I want to be able to compile a series of images into a time-lapse video. The problem is that I am getting the following error:

'C:\Python27\Lib\MPlayer-1.1\mencoder' is not recognized as an internal or external command, operable program or batch file.

So my question is, when extracting the MPlayer-1.1.tar.gz file, where are you supposed to put the folder so that the command line will run properly in Windows?

I downloaded MPlayer from here: http://www.mplayerhq.hu/design7/dload.html.

4

1 回答 1

1

From my understanding, you downloaded the source code of MPlayer which you cannot run via command line. You have to compile the whole project perhaps. Otherwise download the binaries just like Dan D said.

于 2012-11-27T20:31:38.750 回答