mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-10 00:19:01 +00:00
Fix Hybrid
This commit is contained in:
@@ -109,7 +109,7 @@ class Hybrid:
|
|||||||
"""Simple ffmpeg execution without progress tracking"""
|
"""Simple ffmpeg execution without progress tracking"""
|
||||||
p = subprocess.run(
|
p = subprocess.run(
|
||||||
[
|
[
|
||||||
str(FFMPEG),
|
str(FFMPEG) if FFMPEG else "ffmpeg",
|
||||||
"-nostdin",
|
"-nostdin",
|
||||||
"-i",
|
"-i",
|
||||||
str(save_path),
|
str(save_path),
|
||||||
|
|||||||
Reference in New Issue
Block a user