satishgaudo.com

Understanding technology

Archive for the 'perl' Category

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 [...]

4 May 2011 at 16:05 - Comments
jimmi at 18:05 on 31 May 2011
good article . thx
jeram at 18:07 on 31 May 2011
Great work man