mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-03-10 01:52:13 +00:00
fixed issue #427
This commit is contained in:
parent
5543382d03
commit
26795c5561
@ -113,6 +113,8 @@ class Ffmpeg:
|
|||||||
subprocess.run(execute, check=True, stdout=subprocess.PIPE)
|
subprocess.run(execute, check=True, stdout=subprocess.PIPE)
|
||||||
.stdout.decode()
|
.stdout.decode()
|
||||||
.strip()
|
.strip()
|
||||||
|
.split("\n")[0]
|
||||||
|
.split("\r")[0]
|
||||||
)
|
)
|
||||||
|
|
||||||
def probe_file_info(self, input_video):
|
def probe_file_info(self, input_video):
|
||||||
|
Loading…
Reference in New Issue
Block a user