Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/09/2009, 11:30
Noelito3
 
Fecha de Ingreso: mayo-2009
Mensajes: 169
Antigüedad: 15 años
Puntos: 3
Respuesta: Problema Script: argumento con varias palabras

Pues sigue sin funcionarme.
Lo llamo así:
Código:
sh prueba2.sh Muse\ Knights\ of\ Cydonia.flv Muse\ Knights\ of\ Cydonia.mp4
Y me devuelve:
Código Salida por pantalla::
Ver original
  1. Muse: no such file or directory
  2. “Primer argumento: Muse Knights of Cydonia.flv
  3. “Segundo argumento: Muse Knights of Cydonia.mp4

El script prueba contiene esto:
Código:
ffmpeg -pass 1 -passlogfile movieLog.txt -i $1 -b 750000 -vcodec mpeg4 -s 640x360 -acodec libfaac -ac 2 -ab 96000 $2
echo “Primer argumento: $1
echo “Segundo argumento: $2
__________________
http://felinfo.blogspot.com/