fixed issue #427

This commit is contained in:
K4YT3X 2021-01-23 17:01:38 -05:00
parent 5543382d03
commit 26795c5561

View File

@ -113,6 +113,8 @@ class Ffmpeg:
subprocess.run(execute, check=True, stdout=subprocess.PIPE)
.stdout.decode()
.strip()
.split("\n")[0]
.split("\r")[0]
)
def probe_file_info(self, input_video):