react-video-editor
react-video-editor copied to clipboard
i founded a problem, when i change the speed of the audio or video, the length in timeline will not changed, just like that in the video attachment
https://github.com/user-attachments/assets/366d04ec-275c-4ad0-8809-b9fac0d989fe
why i clone this project then run but it havenot caption menu item, It have only 4 menu item
I’m facing the same issue. The project is running, but I’m unable to add videos to edit them.
why i clone this project then run but it havenot caption menu item, It have only 4 menu item
code is available, you can add caption menu to menu-list components
Hello there, i did not find the backend code which actually generate the video. can someone help me with that. thanks in advance
If you scroll in the timeline or rescale the timeline or even reload the timeline, does it then fix the size? Cause it seems that the calculation of the video component size is done in an onScrollChange function on the line 548
If that is the case the recalculations should probably be done in another function. Or rather be called in another fashion.