Hola gente linda, acá les dejo un comandito que usé para reducir el tamaño de unos archivos mp4, espero les sirva saludos.
for i in $(ls -1 ../Batch1/* | cut -d “/” -f 3); do
ffmpeg -i ../Batch1/$i -s 352×272 -ab 128k -strict -2 $i;
done;
Tags: ffmpeg, mp4, reducir, video
This entry was posted on Wednesday, April 10th, 2013 at 9:53 am and is filed under Scripting, Servidores Linux. You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.