stefano
stefano
aight okok
@MohamedAbdultawab tried something to resize keeping good aspect ratio (using most high image as referer). works fine but some images are not centered to the screen: Result: https://user-images.githubusercontent.com/69367859/176437681-712dc817-3a5e-41c3-8afe-a18931480a95.mp4 Code: ```py3...
same result with ```py3 return clip.set_position("center").resize((new_w, new_h)) ``` and even with ```py3 return clip.resize((new_w, new_h)).set_position("center") ```
it works like this, thanks!
last thing i need to do is loop the video for a duration i want, lets suppose its 15 seconds. how i can do it? the slide effect should be...
yea, loop the whole video. until it reaches the time i set if i use `moviepy.video.fx.all.loop` on last clip, only last clip would be looped right?
yea i want to loop the whole video :D
useless. use `get_messages` method
Thank you for your feedback. This issue shpuld be resolved in 2.3.3. Please, update the library and try again.
will be added in next update as well as other fixes