[MEncoder-users] Encodes for slow laptop

Moritz Barsnick barsnick at gmx.net
Sat Jun 14 13:33:37 CEST 2008


On Thu, Jun 12, 2008 at 12:52:30 -0300, Diogo Franco wrote:
> As we're talking about bash scripts, I made one that uses mplayer as a

What, if I may ask, is the advantage of your:

        case `echo $1` in
                --input|-i)
                        INFILE=`echo $2`

over something simple shell-like:
        case "$1" in
                --input|-i)
                        INFILE="$2"

Put differently: Why do you echo variables instead of just using them?

Just wondering,
sorry for OT, :)
Moritz



More information about the MEncoder-users mailing list