nikhiltree
nikhiltree
can you please upgrade this library for a try and exception? 
Problem : Reading video in local and docker-compose file works fine but in minikube below issue occured #### Expected Behavior ``` >>> from moviepy.editor import * >>> clip=VideoFileClip("https://videorenderingbucket.s3.ap-south-1.amazonaws.com/video_file/Pranali_Shukan_Wedding_Invite.mp4_video_2023-06-19_10%3A25%3A13.685572.mp4") >>> clip...
**Problem** : based on my understanding ffmpeg-linux64-v4.2.2 needs some of depedancies which is i don't know ffmpeg_reader.py used this ffmpeg-linux64-v4.2.2 for subprocess start more info :[ link](https://github.com/Zulko/moviepy/blob/v1.0.3/moviepy/video/io/ffmpeg_reader.py) line 257 minikube...