

The instruction ffmpeg -i input.mp4 output.webmĬonverts an MP4 video file into a WebM video file. In its simplest form, that is what it does. You've probably used FFmpeg before for converting video and audio files between formats. You can do dozens, nay, scores of things with your videos, without ever having to open a graphical video-editing application. The same goes, believe or not, for video editing. That would work if you only had one file, but what would you do if you had a filesystem with hundreds of files scattered all over the place? You would never consider seriously trawling through every directory and subdirectory, opening each file in turn, and clicking through the search-and-replace process, would you? A Bash script using find and sed would be the way to go. Say you have to change every instance of "Bill" in a 100-page text file to "Gary." Sure, you could use the search-and-replace feature in your text editor. How much better? Well, it makes stuff easier to batch process, for starters. Below is the video associated with this article.
