Closed GabrielRF closed 5 years ago
Moviepy is taking longer than I expected Therefore, I want to make some tests to try to reduce converting time
import ffmpy ff = ffmpy.FFmpeg( inputs={file_path: None}, outputs={gif_path: None} ) ff.run()
Much faster
Moviepy is taking longer than I expected Therefore, I want to make some tests to try to reduce converting time