On Monday, Marcin Borkowski (Mbork) published a post on extracting a video clip from within Emacs. It seemed like a useful tool to have and I was going to write about it but Sacha mentioned it on Emacs News before I got a chance. Unless I have something pertinent to add to the discussion, I generally don’t write about things that Sacha has already covered.
This time, Álvaro Ramírez came to my rescue by publishing his own take on the problem. Ramírez says that he’s been meaning to implement such a feature to his Ready Play Mode and that Mbork’s post gave him the nudge that he needed to do it. His post has a nice animated GIF that shows the result in action. It’s pretty impressive.
Ramírez says that the whole thing took about 300 lines of (Elisp) code and rather than adding it to his post, he provided a pointer to it in his repository because, as he says, he’s probably going to be tweaking it so you might as well get the latest version.
If you’re an Emacs user and sometimes want to extract a clip from a video, you should take a look at these two posts.