The script works, the video conversation not.
MPlayer was compiled without libmp3lame support.
I am reconfiguring mplayer at this second. I hope it will help.
I use this command: ./configure --prefix=/usr --codecsdir=/usr/local/lib/codecs/
I have done this tutorial: http://docs.buyscripts.in/Mplayer
But it dont works. If I try to configure the mplayer this stands there:
Checking for libmp3lame: (for mencoder) ... yes (in libavcodec): yes
I try to do make and at the end of make this stands there:
make[1]: *** [nellymoserenc.o] Error 1
make[1]: Leaving directory `/usr/local/src/mplayer/libavcodec'
make: *** [libavcodec/libavcodec.a] Fehler 2
at the make install end there is standing the same.
If I try the command (/usr/local/bin/mencoder -oac help) the lame codec is not listed. I have installed it with this tut: http://docs.buyscripts.in/LAME_MP3_Encoder
I don´t know what I should make now :(