Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For instance, if the video link is <code>http://www.youtube.com/watch?v=2Jnpizxdrf</code></p> <p>Extract the value of <code>v</code> and use it to download the the image..</p> <p>Like:</p> <p><code>http://img.youtube.com/vi/2Jnpizxdrf/0.jpg</code></p> <p>I hope this will solve your problem,</p> <p>Just be careful with the ?v=<code>xxxxxxxx</code> code</p> <p>Note: For different frames, you may change the Number from 0.jpg to 1.jpg or more to fetch next frames of video in-case first starting frame of video is not required!</p> <p>The Image will be by Default first frame of Video Size, so specify the image size in img tag, OR if sepcific size is must then use this <a href="https://developers.google.com/youtube/v3/" rel="noreferrer">YouTube Dev. API</a></p> <p>Specific section in API link <a href="https://developers.google.com/youtube/v3/docs/thumbnails#methods" rel="noreferrer">Thumbnails Section</a></p> <p>OR we can try following example:</p> <p>Video: <code>https://www.youtube.com/watch?v=K6AfSckWSZA</code></p> <ol> <li><p>Default Thumb: <code>http://i.ytimg.com/vi/K6AfSckWSZA/default.jpg</code></p></li> <li><p>MaxRes Thumb: <code>http://i.ytimg.com/vi/K6AfSckWSZA/maxresdefault.jpg</code></p></li> <li><p>HQ Thumb: <code>http://i.ytimg.com/vi/K6AfSckWSZA/hqdefault.jpg</code></p></li> <li><p>MQ Thumb: <code>http://i.ytimg.com/vi/K6AfSckWSZA/mqdefault.jpg</code></p></li> <li><p>SD Thumb: <code>http://i.ytimg.com/vi/K6AfSckWSZA/sddefault.jpg</code></p></li> </ol> <p>Note: Some of the sizes will vary (OR may not be available as that follows resolutions available for the Video link)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload