How can i Convert all files in a directory using FFMPEG . my vps alredy installed FFMPEG . So how can i do it ....
ffmpeg -i infile.flv -y outfile.mp4 using from within php <?php print `ffmpeg -i infile.flv -y outfile.mp4`; //prints out stdout PHP: As deattached thread <?php print `ffmpeg -i infile.flv -y outfile.mp4 &`; //note & at end PHP: stay well...