Does anyone offer a "YouTube Video Still Frames Capture as a Service" API?
-
I know I can get YouTube's own thumbnail, but the service I'm hoping to find would work something like this: 1. I do an API call, with a YouTube URL/ID or direct YouTube video URL as the input. 2. The service captures a few stills from different points in the video (e.g. the first frame, the middle frame and the last frame). 3. I get the image files in return - I don't necessarily need the service to host the images for me. From my understanding, something like FFmpeg would work well for this, but I'm hoping for an affordable (or even free), hosted service which is fairly easy to use. Sort of like http://url2png.com/ for YouTube videos.
-
Answer:
This question is answered here: http://stackoverflow.com/questions/7136035/possible-to-capture-still-frames-from-a-youtube-video in short (1) yes it's possible with FFMPEG but you have to use undocumented methods so a fragile solution (2) it's possible by screengrabbing the video on a dedicated machine, and processing the frame - but this is not very robust either. This post covers realtime capture. If you don't need to do this as the video is being played, I recommended finding a way to write the YouTube video to a local file (a ripper? - this may violate yt's TOS). From there you can use ffmpeg, just use it on the command line with the right parameters to extract a frame.
Steven Schkolne at Quora Visit the source
Related Q & A:
- How to download a youtube video?Best solution by Yahoo! Answers
- How do I put a youtube video onto a DVD-R disk?Best solution by Yahoo! Answers
- How do you send a youtube video in a myspace private message?Best solution by Yahoo! Answers
- How to put a picture in a youtube video?Best solution by Yahoo! Answers
- How Can I Put A Youtube Video On A DVD?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.