B4Real Posted May 18, 2007 Share Posted May 18, 2007 Hello, I have a windows 2003 server which is archiving live video broadcast in .asf format. I have another server FreeBSD, in which I have written a php script to get the archives via FTP to post on another one of our sites. I want to create a thumbnail of the video with a php script, so that the entire process is automated. I have previously written scripts that take full sized images and manipulated them, croping, resizing, etc, but I have never captured an image from a video... Has anyone done this before, or know of any existing code/functions/classes that would help? Quote Link to comment https://forums.phpfreaks.com/topic/51945-image-capture-with-a-video-in-php/ Share on other sites More sharing options...
ToonMariner Posted May 18, 2007 Share Posted May 18, 2007 I dont think its possible unless you call (via exec) an pp that can do this for you. PHP certainly can't do it alone. Quote Link to comment https://forums.phpfreaks.com/topic/51945-image-capture-with-a-video-in-php/#findComment-256058 Share on other sites More sharing options...
B4Real Posted May 18, 2007 Author Share Posted May 18, 2007 Cool, thank you very much Quote Link to comment https://forums.phpfreaks.com/topic/51945-image-capture-with-a-video-in-php/#findComment-256060 Share on other sites More sharing options...
neel_basu Posted May 18, 2007 Share Posted May 18, 2007 Is this Topic solved ?? Quote Link to comment https://forums.phpfreaks.com/topic/51945-image-capture-with-a-video-in-php/#findComment-256122 Share on other sites More sharing options...
eZe616 Posted May 18, 2007 Share Posted May 18, 2007 Take a look at this http://ffmpeg-php.sourceforge.net/ Quote Link to comment https://forums.phpfreaks.com/topic/51945-image-capture-with-a-video-in-php/#findComment-256452 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.