Jump to content

How to make thumbnails from Embed code


codephp

Recommended Posts

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...  


<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>

post-164972-0-41816700-1377181685_thumb.png

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.