<div dir="ltr"><div><div><div><div>Another observation - error I originally got was:<br><br>x265 [error]: maxCUSize must be the same for all encoders in a single process<br><br></div>So, I looked at log x265 generated for different presets, and I found out that following presets: ultrafast, superfast, and veryfast, show:<br>
<br>x265 [info]: CU size                             : 32<br><br></div>whereas, following presets: faster, fast, medium, slow, slower, veryslow, and placebo show:<br><br>x265 [info]: CU size                             : 64<br>
<br></div>Now coming back to the original error x265 shows:<br><br>"x265 [error]: maxCUSize must be the same for all encoders in a single process"<br><br></div>This probably solves the problem (temporarily). Presets mentioned above have their own CU size, hence not all of them are interchangeable.<br>
<br>I can see this feature is currently not available fully with libx265 - maybe it will be added later on.<br></div>