I'm using ffmpeg to edit a large file with the Select filter (-vf select) on a Linux machine. When I run 'top' this process is consuming almost 500% of my CPU (according to 'top'). Is ffmpeg multi-threading this edit? Or is the Select filter multi-threaded? If so, how can I tell ffmpeg to use a single-thread? Thank you.