• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any PHP scripts out there that will capture a screenshot from a MPEG/AVI file?

yllus

Elite Member & Lifer
Apparently and logically it's quite possible when the video is local to the script, but I haven't been able to find any documentation or code as to who to accomplish this. Any help? 🙂
 
that script you pointed to is using a java. I don't believe php itself will be able to capture frames from an mpeg/avi. My best guess would it that it would have to make a system call to some application that the server has installed.
 
*scratches his chin* Hmm, good point. Okay, then I better look for a *nix command line utility that takes a screenie.
 
Back
Top