FLV2AVI script :D

Escrito por admin | Linux | Sunday 28 December 2008 9:02 pm

#!/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

1 Comment »

  1. Comment by gopspgo! — 22 June, 2009 @ 7:18 am

    PSP Go is going to rock the handheld market :D Can’t wait for it to come out.

RSS feed for comments on this post. TrackBack URI

Leave a comment