You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update playground to reproduce many clips performance issue
- Change imports from core-v4 to core in all playground files
- Replace single animated video clip with multiple clips using sequential layer
- Split 20-second video into 50 clips with 4-second minimum duration each
- Use sliding window approach where clips overlap to maintain minimum duration
- Skip clips that would exceed video duration
- This setup helps reproduce browser hanging issue when adding many clips
0 commit comments