shuffleplanes, swapuv¶
Watch on youtube.com- doc
https://ffmpeg.org/ffmpeg-filters.html#shuffleplanes, https://ffmpeg.org/ffmpeg-filters.html#swapuv
“shuffleplanes” and “swapuv” are both specialized versions of “mergeplanes”.
“swapuv” literally swaps U-plane and V-plane.
“shuffleplanes” is completely equivalent to “mergeplanes” only handling one input stream.
Therefore, it can be said that “mergeplanes alone is sufficient”. However, as a matter of course, these methods are a little easier to use.