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 Link to comment https://forums.phpfreaks.com/topic/78065-extract-jpeg-from-a-avi-file-with-php/ 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. Link to comment https://forums.phpfreaks.com/topic/78065-extract-jpeg-from-a-avi-file-with-php/#findComment-395111 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 Link to comment https://forums.phpfreaks.com/topic/78065-extract-jpeg-from-a-avi-file-with-php/#findComment-395115 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.