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.