Posts: 730
Name: John
Location: United States of America, California
|
PHP Code:
<?php // This is code to run FFMPEG // TECHNOLOGYFOREVER.COM exec('ffmpeg'); ?>
this what I have got so far I need to know how to get this to take a frame of the video, encode the video, and delete the other version which is not flv
|