MTTransitions icon indicating copy to clipboard operation
MTTransitions copied to clipboard

image to video make with transition

Open csenazmulbubt opened this issue 3 years ago • 8 comments

suppose frameduration 3 seconds first image can not stay 3 seconds Why its happend?.can you explain it? thanks

csenazmulbubt avatar Aug 24 '21 10:08 csenazmulbubt

because it gets multiplied with 0 index of first image. it happens with each image's frameduration , frameduration is getting multiplied with their index

DevAK0000001 avatar Jul 12 '22 13:07 DevAK0000001

Dear @csenazmulbubt , @DevAK0000001 help solution fix?

d6mobile avatar Mar 09 '23 07:03 d6mobile

Dear @d6mobile , I was fixing this issue in different way. DevAK0000001 he gives a hint not provide any solution thank you.

csenazmulbubt avatar Mar 09 '23 07:03 csenazmulbubt

@csenazmulbubt Can you provide a solution for everyone. Thanks!

d6mobile avatar Mar 09 '23 07:03 d6mobile

Hi @d6mobile please explain your problem and what you are trying to do?

DevAK0000001 avatar Mar 09 '23 10:03 DevAK0000001

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

d6mobile avatar Mar 09 '23 10:03 d6mobile

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 avatar Mar 09 '23 10:03 DevAK0000001

@DevAK0000001, @d6mobile , this is not the proper solution. you have to need re-calculate presentation time in AVAssetWriter thanks.

csenazmulbubt avatar Mar 11 '23 12:03 csenazmulbubt