Guest User

Untitled

a guest
Mar 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. error_reporting(1);
  3.  
  4. exec("ffmpeg.exe"); // load ffmpeg.exe
  5.  
  6. shell_exec("ffmpeg -i ../input/drop.avi -c:a copy -c:v libx264 -preset
  7. superfast -profile:v baseline ../output/drop.mp4");
  8. ?>
Add Comment
Please, Sign In to add comment