MTTransitions
MTTransitions copied to clipboard
image to video make with transition
suppose frameduration 3 seconds first image can not stay 3 seconds Why its happend?.can you explain it? thanks
because it gets multiplied with 0 index of first image. it happens with each image's frameduration , frameduration is getting multiplied with their index
Dear @csenazmulbubt , @DevAK0000001 help solution fix?
Dear @d6mobile , I was fixing this issue in different way. DevAK0000001 he gives a hint not provide any solution thank you.
@csenazmulbubt Can you provide a solution for everyone. Thanks!
Hi @d6mobile please explain your problem and what you are trying to do?
Hi @DevAK0000001 !
suppose frameduration 3 seconds first image can not stay 3 seconds Why its happend?.can you explain it? thanks
=> The first image is kept the frameduration and then the effect is transferred. thanks
Hi @d6mobile , you set image duration 3 right and during final output the first image's duration is not 3 because the video is starting with transition and the transition duration is less than image's duration Try to set first effect "none" and then add rest of the transitions effects in array.
@DevAK0000001, @d6mobile , this is not the proper solution. you have to need re-calculate presentation time in AVAssetWriter thanks.