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 originalMuse: no such file or directory
“Primer argumento: Muse Knights of Cydonia.flv
“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