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

feat: add "loop" video option #280

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

BowgartField
Copy link

@BowgartField BowgartField commented May 5, 2024

Hi,
This PR add the loop (boolean) option to a layer of type video.

✅ Infinit loop on a video layer type.
✅ Fmmpeg stream not gently closed causing error at the end of the encoding (not critical)
❌ Should check that clip have just one video layer

@BowgartField
Copy link
Author

There is the error:
Capture d’écran 2024-05-05 à 22 13 11

@BowgartField
Copy link
Author

BowgartField commented May 6, 2024

maybe -stream_loop should be changed to -vf loop=loop:start=xxx:end=xxx to allow cutFrom and cutTo ?

EDIT:
Not working. Need to find a way to determine frame index of cutTo and cutFrom time

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

Successfully merging this pull request may close these issues.

None yet

2 participants