Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I wanted a free download program for myself. Matlab is free?
Oh I meant the video; given a video and what portion you want it to be "picturefied" I can easily convert it into an animated gif and post it on flickr. I guess in theory anyone could if they have Matlab.
Thanks, Sam. Do you know any free software that will extract a set of still picture images from a video, such as https://www.youtube.com/watch?v=0YaVfbMwtO0 at the constant rate of about 5 frames per second?

Thanks Fayruza. Typical Yulia, fantastic expressive shape. For a completely different level of appreciation, her programs should be presented as an exhibition of sequential photos of about 5 per second. She is incredible, so fast and extensive that we miss much of her movement when watching. If any of you are interested in seeing her by-the-frame, there is a free software program called Video To Picture available at http://www.majorgeeks.com/mg/get/video_to_picture,1.html You can set the number of frames per second, it has the potential to generate literally 100,000s of pictures from a short video. I suggest you set it at 5 frames per second, then have it convert this video https://www.youtube.com/watch?v=0YaVfbMwtO0 from about 1:44 through 2:44. This will produce a set of several hundred sequential stills. This set of images is amazing for the incredible shapes she produces. She is magic. And the difference in shapes between each frame is far beyond merely amazing. The time from one frame to the next is 1/5 second, and in that twinkling of an eye she often moves so much that it seems physically impossible. We then realize that we see only a fraction of her movement in real time. They call this footwork. And she makes it all hypnotically beautiful.
Matlab isn't free, it's an extremely large program meant to handle some pretty sophisticated computations, and pretty expensive. It's completely overblown for something like this, heh. But I use it for my graduate work so I can write code using it somewhat, and it does have some stuff for image processing, so I simply wrote up some code for it when I started doing some of the analysis for Sochi.
Hmm wonder if I can effectively "compile" my code, I've heard that there's ways to turn Matlab scripts into stand-alone executables, I'll have to look them up though -- I don't know how to do it offhand.
Avidemux v 2.5.6 seems to have a "save selection as JPG images" option, so you can see if it works for you. It's a free, open-source program. Description about this can be found here:
http://www.cs.uregina.ca/Links/class-info/325/PythonMovies/avidemux.html
Note that this is an "outdated" version of Avidemux, they're up to v 2.6.8 now but it doesn't support this option, so you'll have to install v 2.5.6 to do this.
P.S. It works just fine on the video, I just tested it. It'll extract every frame from your set start point and end point though, but it only came out to around 64 MB for 1:44 to 2:44.
I was thinking something similar to this when I was watching her SP from COC and her LP from TEB. Her programs may look "busy" as some people call it, but I just see an extraordinary level of attention to detail.
Did any of you you notice the way her arms change in her layback in her LP. It is just incredible. I find it mesmerizing how a seemingly simple thing (even the way the fingers of her free hand are positioned when she grabs her skate with her other hand) adds so much depth to her skating. No matter how many times I watch I always see something new.
Ha that's great. Thanks Sam. I see there is the spanish version as well.
It's really interesting report, especially looking at those old skating blades.
WOW, it's so nice to see Butyrskaya again. I haven't seen her like for ages.
According to this she is a coach now?
both!OMG
Or Antelopes are afraid of leopards...)

Hmm were you thinking of separate images or as an animated gif? I can easily take every 5th frame and combine them into an animated gif (via Matlab script); I don't know if you were thinking of running them in real time (i.e. 5 frames per second) or slowed down to say 1/5 speed (so one new image per second). For example, this is extracting 5 frames per second, run at original speed:
https://www.flickr.com/photos/120676593@N05/15969887876/sizes/o/in/photostream/
Sorry about the colors -- it's because I'm squeezing the color palette somewhat to save on size. In fact the animated gif is 27 MB even though it's 1/4 the original size (640 x 360 compared with the original 1280 x 720). Basically, with animated gif's you're making tradeoffs between image size, image quality, and how many frames you're grabbing, against the overall file size. Making it 1/16th the size (so 320 x 180) means an 8 MB animated gif:
https://www.flickr.com/photos/120676593@N05/15808306798/sizes/o/in/photostream/
If these are moving too quickly, let me know and I can always slow them down. Basically I'm just changing parameters in an already-made script so it's easy to adjust for things like image size, frames extracted (more frames per second is smoother but means bigger file size), animation speed, etc. Keep in mind though that the better quality you want (larger images, more frames extracted, longer section of video, better color quality, etc.) means larger file sizes.