FLV2AVI script :D
#!/bin/bash
paquete=ffmpeg
npaquetes=`dpkg -l | grep $paquete | wc -l`
if [ "$npaquetes" = "0" ] ; then
apt-get install $paquete
clear
fi
for i in *.flv ; do
ID=`echo $i | cut -d. -f1`
ffmpeg -i ${ID}.flv ${ID}.avi;
done
#!/bin/bash
paquete=ffmpeg
npaquetes=`dpkg -l | grep $paquete | wc -l`
if [ "$npaquetes" = "0" ] ; then
apt-get install $paquete
clear
fi
for i in *.flv ; do
ID=`echo $i | cut -d. -f1`
ffmpeg -i ${ID}.flv ${ID}.avi;
done
RSS feed for comments on this post. TrackBack URI
PSP Go is going to rock the handheld market
Can’t wait for it to come out.