Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Last active February 8, 2019 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugeugeHigh/3a2c1a053203ad816d635ae5b9a94073 to your computer and use it in GitHub Desktop.
Save ugeugeHigh/3a2c1a053203ad816d635ae5b9a94073 to your computer and use it in GitHub Desktop.
<?php
$filename = trim(fgets(STDIN));
exec('ffmpeg -i '. $filename .' new.gif');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment