Posted By


xmaestro on 11/22/11

Tagged


Statistics


Viewed 205 times
Favorited by 2 user(s)

ffmpeg_php test snippet


/ Published in: PHP
Save to your folder(s)

This snippet is to test if ffmpeg_php works.


Copy this code and paste it in your HTML
  1. // load extension
  2.  
  3. if(!extension_loaded($extension))
  4. {
  5. dl($extension_soname) or die("Can't load extension $extension_fullname\n");
  6. }

URL: http://whatsthisbuzz.pcriot.com/portfolio/blog/2011/11/ffmpeg_php-for-windows/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.