Log in

View Full Version : After extracing Y, U and V to separate clips, how do I merge them again?


wonkey_monkey
6th August 2018, 18:41
If I've used extracty, extractu, and extractv to get three Y8 clips, how do I merge them back into a single YUV clip?

amichaelt
6th August 2018, 20:06
CombinePlanes: http://avisynth.nl/index.php/CombinePlanes

magiblot
6th August 2018, 20:56
Or even easier, YtoUV: http://avisynth.nl/index.php/YToUV (although I'm not sure it supports high bit depth).

real.finder
6th August 2018, 21:39
Or even easier, YtoUV: http://avisynth.nl/index.php/YToUV (although I'm not sure it supports high bit depth).

it does supports high bit depth, but CombinePlanes more advanced

wonkey_monkey
6th August 2018, 22:05
Thanks all, I was too dumb to see it was all there in the docs :stupid: