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

Edited by codephp
Link to comment
Share on other sites


<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

Edited by codephp
Link to comment
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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