codephp Posted August 21, 2013 Share Posted August 21, 2013 Hello Masters, really i need help. i am working on one php site. i have no idea how to make thumbnails from embed code where we can get from other sites. will you please help me in detail Link to comment https://forums.phpfreaks.com/topic/281429-how-to-make-thumbnails-from-embed-code/ Share on other sites More sharing options...
fastsol Posted August 21, 2013 Share Posted August 21, 2013 You will need to clarify much more than that to understand what you are trying to achieve. Are you having issues with a specific code? Provide your current code so we can take a look. Link to comment https://forums.phpfreaks.com/topic/281429-how-to-make-thumbnails-from-embed-code/#findComment-1446141 Share on other sites More sharing options...
codephp Posted August 22, 2013 Author Share Posted August 22, 2013 You will need to clarify much more than that to understand what you are trying to achieve. Are you having issues with a specific code? Provide your current code so we can take a look. Thanks in advance... My achievement is when i post embed code into database using php at the same time i should get image from that relative embed code and store in same table (blob type) or in folder. i googled but i found like 1. how to get from you tube 2. by uploading video and using ffmepg. is there any way.... to that... Link to comment https://forums.phpfreaks.com/topic/281429-how-to-make-thumbnails-from-embed-code/#findComment-1446269 Share on other sites More sharing options...
fastsol Posted August 22, 2013 Share Posted August 22, 2013 Sorry but that doesn't clarify your issue at all. What is "posted embeded code"? Do you mean from a form using a file select input? Your terminology is not correct so we don't know what you are trying to do. Link to comment https://forums.phpfreaks.com/topic/281429-how-to-make-thumbnails-from-embed-code/#findComment-1446297 Share on other sites More sharing options...
codephp Posted August 22, 2013 Author Share Posted August 22, 2013 <form action="Videos.php" method="post" enctype="multipart/form-data" autocomplete="off"> <table> <tr> <td>Title: </td> <td><input type="text" name="Title"></td> </tr> <tr> <td>Category: </td> <td><?php Getcategory_Dropdown(); ?></td> </tr> <tr> <td>Video Embedded Code: </td> <td><textarea name="Video_code" style="max-width:500px;" cols="60" rows="10"></textarea></td> </tr> <td><input type="submit"> </td> </tr> </table> </form> Link to comment https://forums.phpfreaks.com/topic/281429-how-to-make-thumbnails-from-embed-code/#findComment-1446315 Share on other sites More sharing options...
fastsol Posted August 22, 2013 Share Posted August 22, 2013 Seriously, no one can help you if you don't put in some effort to try and clarify what exactly you are trying to achieve and what the issue is. Posting the form code with no explanation of what you need it to do will not help us help you. I can only assume that you are wanting people to put a link or something in to the textarea for the video embed code and then convert that into a thumbnail somehow. EXPLAIN IN DETAIL what you are wanting to do and maybe an example of it would be helpful too. Link to comment https://forums.phpfreaks.com/topic/281429-how-to-make-thumbnails-from-embed-code/#findComment-1446317 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.