ffmpy3 icon indicating copy to clipboard operation
ffmpy3 copied to clipboard

FileNotFoundError when run the transfer code

Open lmw0320 opened this issue 3 years ago • 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

lmw0320 avatar Feb 07 '22 00:02 lmw0320