summarylogtreecommitdiffstats
path: root/mpv-options.patch
blob: 2cea0fbdef3c2dd9374697b084a98a2924e4ccec (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/webm.py
+++ b/webm.py
@@ -701,7 +701,7 @@
 
     # --osc conflicts with crop area dragging.
     # Possible to enable back with -po='--osc'
-    args = ['--msg-level', 'all=error', '--no-osc', '--script', luafile]
+    args = ['--msg-level=all=error', '--no-osc', '--script=' + luafile]
     if options.po is not None:
         args += shlex.split(options.po)
     args += [options.infile]