ffmpeg-python
ffmpeg-python copied to clipboard
ModuleNotFoundError: No module named 'past'
I have the following issue when the code under it.
I`ve installed using 'pip install ffmpeg' and 'pip install ffmpeg-python' and both present the same error.
"C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\python.exe" "C:/Users/Admin/Documents/Midia_flow_ff/Main.py"
Traceback (most recent call last):
File "C:/Users/Admin/Documents/Midia_flow_ff/Main.py", line 2, in
import ffmpeg print('Encoding Starded') stream = ffmpeg.input('input.MOV') stream = ffmpeg.hflip(stream) stream = ffmpeg.output(stream, 'output.MOV') ffmpeg.run(stream) print('Encoding Ended')
Any fix?
try pip install future
source: https://pypi.org/project/past/