Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image to video make with transition #14

Open
csenazmulbubt opened this issue Aug 24, 2021 · 8 comments
Open

image to video make with transition #14

csenazmulbubt opened this issue Aug 24, 2021 · 8 comments

Comments

@csenazmulbubt
Copy link
Contributor

csenazmulbubt commented Aug 24, 2021

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

@DevAK0000001
Copy link

DevAK0000001 commented Jul 12, 2022

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

@d6mobile
Copy link

d6mobile commented Mar 9, 2023

Dear @csenazmulbubt , @DevAK0000001 help solution fix?

@csenazmulbubt
Copy link
Contributor Author

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

@d6mobile
Copy link

d6mobile commented Mar 9, 2023

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

@DevAK0000001
Copy link

DevAK0000001 commented Mar 9, 2023

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

@d6mobile
Copy link

d6mobile commented Mar 9, 2023

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

@DevAK0000001
Copy link

DevAK0000001 commented Mar 9, 2023

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.

@csenazmulbubt
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants