-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Is it even worth updating to the new version? #2265
Comments
I'm obtaining the previous results with less code with the new version. I had to do some tricks in the previous versions to solve issues that now seems to be fixed. Is it happening to you when concatenating, when compositing? Can you please provide some specific code which is generating those 'weirdly boxed' elements, and maybe some screenshots? We will try to solve the errors, if existing, to improve the library, so any specific feedback could let us deep into the code to solve them. Thank you very much. |
It has hit me hard too. Even memoization and "simple" media chunking (only audio) causes new (!) errors harking back to 2021 ones, see here: #1530 |
Update, after much head scratching and RTFM (with Perplexity reading some source MoviePy code), I seem to have fixed my problem, q.v. (In short, audio files cannot be memoized). |
Thanks! So one part is definitely the bounding boxes - eg I am using this to add a watermark (this is the new edited code - I could just use a few lines before but the bounding box stopped it from showing properly). Before I could just simply rotate the text and it would be fine
(Code changed for the new version but without the padding - results in the text being cut off when rotated)
) Another is eg the font - I am using label and I have issues with the text alignment now so letters like g y or p etc. are getting cut off at the bottom and some of the words are jumping up and down (the code for that one is quite long - I am looking at it but I assume it is a change in the default alignment in label and a bounding box issue). Those are the main ones right now. I am sure I can fix most, but I am guessing the bounding box might also cause issues for other people too |
I also have issues with TextBoxes. I have created a bug here: #2268 |
I didn't use version control so this update hit me kind of hard.
But I thought I may as well update to the new version - big mistake. I have so far spent maybe 10h trying to update and am still not there. While I have got rid of all the errors now, the actual output is still incorrect and is not the same as it was before (some of the output is weirdly boxed, sizes are all different etc.)
I am wondering what the actual benefits of updating are, or if I should just cut my losses and go back to the old version? I thought it would take 30 min but there are so many breaking changes it has taken many hours over a few days (right now I have just spent 5h in a row so am quite frustrated).
What are peoples opinions on this?
The text was updated successfully, but these errors were encountered: