[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Codificar VCD con mencoder



El 5/09/07, Manolo Díaz <dusml@pleione.es> escribió:

Tiene dos bugs:

> > #--------------------------------------
> >
> > #!/bin/bash
> > # script para Josue
> > # licencia MSERLQHCN

#licencia MSERLQHCE

> > echo "¿tiene que ser con memcoder?"
> > read TIENE_QUE_SER
> >
> > if [ $UID != 0 ] ; then
> >       echo "Necesitas ser root para hacer esto"
> >       exit 1
> > fi
> >
> > if [ $TIENE_QUE_SER == no ]; then
> >       /usr/bin/aptitude install -y ffmpeg
> >       man ffmpeg
> > else
> >       echo "deb-src http://www.debian-multimedia.org etch main"

falta: >> /etc/apt/sources.list
sería:
echo "deb-src http://www.debian-multimedia.org etch main" >> \
 /etc/apt/sources.list

> >       /usr/bin/aptitude update
> >       /usr/bin/aptitude install -y debian-multimedia-keyring
> >       /usr/bin/aptitude update
> >       /usr/bin/aptitude install -y mencoder
> >       /usr/bin/man mencoder
> > fi
> >
> > /usr/bin/man bash
> >
> > echo "Ahora aplica lo del manual."
> >
> > #--------------------------------------
> >
> > Espero que te funcione ;)
> >
> > Saludos
> >
> >
> >
>
> Me gusta tu script ;). Lo que no entiendo es la licencia ¿Significa algo?

Algo grosero ;)  pero digamos que es "dominio público"

Saludos

Reply to: