[MEncoder-users] Resize avi file

patrick.2 patrick.2 at laposte.net
Mon Apr 26 11:32:41 CEST 2010


Hi,

before i use this script:

#!/bin/bash
while [ "$1" ]
do
    FILE=${1%.avi}   
    mencoder "$1" -ovc xvid -xvidencopts bitrate="200":autoaspect -vf
scale=320:-11 -oac mp3lame -lameopts cbr:br="96" -o "`basename
"$FILE"`_E61.avi" | zenity --progress --text="Encodage vidéo en cours"
--pulsate --auto-close shift done

but now, it don't work.
can someone help me, if i try in consol :

[patrick at localhost ~]$ mencoder 1.avi -ovc xvid -xvidencopts
bitrate=200:autoaspect -vf scale=320:-11 -oac mp3lame -lameopts
cbr:br=96  -o E71.avi MEncoder SVN-1.rc4.0.r31086.1mdv2010.1-4.4.3 (C)
2000-2010 MPlayer Team -xvidencopts is not an MEncoder option 
Exiting... (error parsing command line)
[patrick at localhost ~]$ 

some idea ? thanks .


-- 
Patrick.
envoye depuis le monde libre ...
par un Pc sous Mandriva 2010.1 ( cooker ) !
Claws-Mail 3.7.5 - xfce 4.6.1


More information about the MEncoder-users mailing list