FFmpeg has implemented CLI multi-threading, which is considered its most complex refactoring in decades. The change allows components to run in parallel, improving performance. The refactoring involved changing the main loop and every component to use a previously added transcode scheduler. This update is expected to enhance the overall efficiency of FFmpeg.