|
|
|
|
|
by ginko
1594 days ago
|
|
Did you add them as separate strings like this? subprocess.run(["mpv", "--vo=tct", "--quiet", DirectLink])
Otherwise your terminal may be missing true-color terminal mode or the mpv in your distro doesn't have that output plugin. (You can check with "mpv --vo=help") |
|