wchill/ffmpy3

FileNotFoundError when run the transfer code

lmw0320 opened this issue · 0 comments

Hello, I had successfully installed the ffmpy3 by the command of pip install ffmpy3. But when I transfered my vide by the following code, an error found.
The transfer code is as follows:
import ffmpy3 source_file = r"D:\personel\20211226-2.wmv" sink_file = r"D:\personel\20211226-2.mp4" ff = ffmpy3.FFmpeg( inputs = {source_file: None}, outputs = {sink_file: None}) ff.run()

the error I also herein attched as snapshot:
1