Soham Tilekar
Soham Tilekar
Bro I Faced this Issue Already I Know What to Do. The `ImageSequenceClip` Has an Attribute `ismask` Which Specify the Input Images are transparent or not. the Duration Should be...
Try to use the Following Codec=`'libvpx-vp9'`
Does it Work With Normal Codec ['libvpx']. Could You Show me Your Code Part Where You read the Video Transformation and the saving
> Try to run code without providing codec.
Use the 'ffmpeg -codecs' command for getting the list of the codecs supported by the ffmpeg choose any one of it.
[output.webm](https://github.com/Zulko/moviepy/assets/152298897/52038ed9-5fbb-42fe-8986-44ff474a2f97) It Work on my Laptop i use the i use the fps=4 Because i do not have that many images
It Workes when i set the ismask = False But Not working with the ismask = True
Bro I Also Encounter the Same Problem Bro Use the `imageio.mimread` which output the list of the NumPy Array. You Can Use it With the ImageSequenceClip It May Work In...
I Write the Code with The Temp file Module use it Because Your code sucks if the error occur then the file will not get deleted. > But Why Are...
I Used the target_resolution parameter instead of the resize Because it is significantly faster. Chake Whether video resolution is already (1980, 1080) It Will also Speed up your code and...