Perl Batch convertion script for ffmpeg , to make flash video (flv) from several other videosources
#!/usr/bin/perl
use strict;
# Very crude batch convertion script for ffmpeg
# to make flash video (flv) from several other videosources
#
# First get the ffmpeg CVS version
# cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
#
# compile it with:
# ./configure –enable-mp3lame –enable-gpl
# make
# make install
#
# next:
# make them flv files
# input movie files dirname my $input_dir = "/var/www/uploads/dummymedia/"; # output files dirname # has [...]
good article . thx
Great work man
Show 1 more comments..