<div dir="ltr"><div>I want to crossfade pos6 into pos5, the crossfading itself is smooth, but the below script gives me an abrupt transition at the start of the crossfade (at pos6), how can I fix that?!</div><div><br></div>view pos4<br>wait 30;<br><br>movie record supersample 3 size 1920,1080<br>view pos6 50<br>wait 50;<br>crossfade 50; view pos5 <br>wait 50;<br>movie encode IJ_movie3.mp4 quality high<br><br></div>