duncan222 Posted November 20, 2007 Share Posted November 20, 2007 im trying to find a way to grab a jpeg out of a .avi file so that when a user uploads a video file a thumbail is automatically generated. Ive got some c# code that does it off the command line but not much help for an online application. Has anyone ever seen a script like this or point me in the right direction as im sturrguling to find any on the web. Many thanks in advance Quote Link to comment Share on other sites More sharing options...
trq Posted November 20, 2007 Share Posted November 20, 2007 You can execute command line programs via exec within php. There is no php extension that does what you want. Alot of people use ffmpeg via the command line. Quote Link to comment Share on other sites More sharing options...
duncan222 Posted November 20, 2007 Author Share Posted November 20, 2007 thanks mate ffmpeg is that ive been using so ill get on and figure out command line instructions with exec Quote Link to comment 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.