[MEncoder-users] Resize avi file

Grozdan neutrino8 at gmail.com
Mon Apr 26 13:01:39 CEST 2010


On Mon, Apr 26, 2010 at 11:32 AM, patrick.2 <patrick.2 at laposte.net> wrote:
> 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 .

Did you forget to compile mencoder with xvid? What does the following say?

ldd $(which mencoder) | grep xvid

If you see no output, then your mencoder is not linked to xvid so
you'll have to install the xvid development package and recompile
mplayer

>
>
> --
> Patrick.
> envoye depuis le monde libre ...
> par un Pc sous Mandriva 2010.1 ( cooker ) !
> Claws-Mail 3.7.5 - xfce 4.6.1
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>


More information about the MEncoder-users mailing list