mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-13 08:34:44 +08:00
fixed issue #427
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user